Uses of Class
com.digt.trusted.jce.provider.CAPICertStore

Packages that use CAPICertStore
com.digt.trusted.jce.cert   
com.digt.trusted.jce.provider   
 

Uses of CAPICertStore in com.digt.trusted.jce.cert
 

Methods in com.digt.trusted.jce.cert with parameters of type CAPICertStore
 void DIGTPKIXParameters.addCertStore(CAPICertStore store)
          Adds a CAPICertStore to the end of the list of CAPICertStores used in finding certificates and CRLs.
 

Uses of CAPICertStore in com.digt.trusted.jce.provider
 

Subclasses of CAPICertStore in com.digt.trusted.jce.provider
 class CryptoProCSPCertStore
           
 

Methods in com.digt.trusted.jce.provider that return CAPICertStore
 CAPICertStore CAPICertStore.getInstance(java.lang.String type, java.security.cert.CertStoreParameters params)
          Returns a GOSTCertStore object that implements the specified GOSTCertStore type and is initialized with the specified parameters.
 CAPICertStore CryptoProCSPCertStore.getInstance(java.lang.String type, java.security.cert.CertStoreParameters params)