Uses of Class
kz.gamma.x509.NoSuchStoreException

Packages that use NoSuchStoreException
kz.gamma.cms   
kz.gamma.x509   
 

Uses of NoSuchStoreException in kz.gamma.cms
 

Methods in kz.gamma.cms that throw NoSuchStoreException
(package private)  X509Store CMSSignedHelper.createAttributeStore(java.lang.String type, java.lang.String provider, ASN1Set certSet)
           
(package private)  X509Store CMSSignedHelper.createCertificateStore(java.lang.String type, java.lang.String provider, ASN1Set certSet)
           
(package private)  X509Store CMSSignedHelper.createCRLsStore(java.lang.String type, java.lang.String provider, ASN1Set crlSet)
           
 X509Store CMSSignedDataParser.getAttributeCertificates(java.lang.String type, java.lang.String provider)
          return a X509Store containing the attribute certificates, if any, contained in this message.
 X509Store CMSSignedData.getAttributeCertificates(java.lang.String type, java.lang.String provider)
          return a X509Store containing the attribute certificates, if any, contained in this message.
 X509Store CMSSignedDataParser.getCertificates(java.lang.String type, java.lang.String provider)
          return a X509Store containing the public key certificates, if any, contained in this message.
 X509Store CMSSignedData.getCertificates(java.lang.String type, java.lang.String provider)
          return a X509Store containing the public key certificates, if any, contained in this message.
 X509Store CMSSignedDataParser.getCRLs(java.lang.String type, java.lang.String provider)
          return a X509Store containing CRLs, if any, contained in this message.
 X509Store CMSSignedData.getCRLs(java.lang.String type, java.lang.String provider)
          return a X509Store containing CRLs, if any, contained in this message.
 

Uses of NoSuchStoreException in kz.gamma.x509
 

Methods in kz.gamma.x509 that throw NoSuchStoreException
static X509Store X509Store.getInstance(java.lang.String type, X509StoreParameters parameters)
           
static X509Store X509Store.getInstance(java.lang.String type, X509StoreParameters parameters, java.security.Provider provider)
           
static X509Store X509Store.getInstance(java.lang.String type, X509StoreParameters parameters, java.lang.String provider)
           
 



Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.