CertStore
Class CertStore
- java.lang.Object
-
- java.security.cert.CertStore
public class CertStore extends Object
A class for retrieving Certificate
s and CRL
s from a repository.
This class uses a provider-based architecture. To create a CertStore
, call one of the static getInstance
methods, passing in the type of CertStore
desired, any applicable initialization parameters and optionally the name of the provider desired.
Once the CertStore
has been created, it can be used to retrieve Certificate
s and CRL
s by calling its getCertificates
and 登录查看完整内容