Java java.security.cert CertStore fields, constructors, methods, implement or subclass

Example usage for Java java.security.cert CertStore fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.security.cert CertStore.

The text is from its open source code.

Method

CollectiongetCertificates(CertSelector selector)
Returns a Collection of Certificate s that match the specified selector.
CertStoreParametersgetCertStoreParameters()
Returns the parameters used to initialize this CertStore .
CollectiongetCRLs(CRLSelector selector)
Returns a Collection of CRL s that match the specified selector.
CertStoregetInstance(String type, CertStoreParameters params)
Returns a CertStore object that implements the specified CertStore type and is initialized with the specified parameters.
CertStoregetInstance(String type, CertStoreParameters params, String provider)
Returns a CertStore object that implements the specified CertStore type.
CertStoregetInstance(String type, CertStoreParameters params, Provider provider)
Returns a CertStore object that implements the specified CertStore type.
ProvidergetProvider()
Returns the provider of this CertStore .
StringgetType()
Returns the type of this CertStore .