Uses of Class
kz.gamma.util.StoreException

Packages that use StoreException
kz.gamma.jce.provider   
kz.gamma.util   
kz.gamma.x509.util   
 

Uses of StoreException in kz.gamma.jce.provider
 

Methods in kz.gamma.jce.provider that throw StoreException
 java.util.Collection X509StoreLDAPCertPairs.engineGetMatches(Selector selector)
          Returns a collection of matching cross certificate pairs from the LDAP location.
 java.util.Collection X509StoreLDAPAttrCerts.engineGetMatches(Selector selector)
          Returns a collection of matching attribute certificates from the LDAP location.
 java.util.Collection X509StoreLDAPCerts.engineGetMatches(Selector selector)
          Returns a collection of matching certificates from the LDAP location.
 java.util.Collection X509StoreLDAPCRLs.engineGetMatches(Selector selector)
          Returns a collection of matching CRLs from the LDAP location.
private  java.util.Collection X509StoreLDAPCerts.getCertificatesFromCrossCertificatePairs(X509CertStoreSelector xselector)
           
 

Uses of StoreException in kz.gamma.util
 

Methods in kz.gamma.util that throw StoreException
 java.util.Collection Store.getMatches(Selector selector)
           
 

Uses of StoreException in kz.gamma.x509.util
 

Methods in kz.gamma.x509.util that throw StoreException
private  java.util.List LDAPStoreHelper.attrCertSubjectSerialSearch(X509AttributeCertStoreSelector xselector, java.lang.String[] attrs, java.lang.String[] attrNames, java.lang.String[] subjectAttributeNames)
          Can use the entityName of the holder of the attribute certificate, the serialNumber of attribute certificate and the serialNumber of the associated certificate of the given of the X509AttributeCertSelector.
private  java.util.List LDAPStoreHelper.certSubjectSerialSearch(X509CertStoreSelector xselector, java.lang.String[] attrs, java.lang.String[] attrNames, java.lang.String[] subjectAttributeNames)
          Can use the subject and serial and the subject and serialNumber of the certificate of the given of the X509CertStoreSelector.
private  java.util.Set LDAPStoreHelper.createAttributeCertificates(java.util.List list, X509AttributeCertStoreSelector xselector)
           
private  java.util.Set LDAPStoreHelper.createCerts(java.util.List list, X509CertStoreSelector xselector)
           
private  java.util.Set LDAPStoreHelper.createCRLs(java.util.List list, X509CRLStoreSelector xselector)
           
private  java.util.Set LDAPStoreHelper.createCrossCertificatePairs(java.util.List list, X509CertPairStoreSelector xselector)
           
private  java.util.List LDAPStoreHelper.cRLIssuerSearch(X509CRLStoreSelector xselector, java.lang.String[] attrs, java.lang.String[] attrNames, java.lang.String[] issuerAttributeNames)
          Can use the issuer of the given of the X509CRLStoreSelector.
private  java.util.List LDAPStoreHelper.crossCertificatePairSubjectSearch(X509CertPairStoreSelector xselector, java.lang.String[] attrs, java.lang.String[] attrNames, java.lang.String[] subjectAttributeNames)
          Can use the subject of the forward certificate of the set certificate pair or the subject of the forward X509CertStoreSelector of the given selector.
 java.util.Collection LDAPStoreHelper.getAACertificates(X509AttributeCertStoreSelector selector)
          Returns attribute certificates for an attribute authority

The aAcertificate holds the privileges of an attribute authority.

 java.util.Collection LDAPStoreHelper.getAttributeAuthorityRevocationLists(X509CRLStoreSelector selector)
          Returns the revocation list for revoked attribute certificates for an attribute authority

The attributeAuthorityList holds a list of AA certificates that have been revoked.

 java.util.Collection LDAPStoreHelper.getAttributeCertificateAttributes(X509AttributeCertStoreSelector selector)
          Returns an attribute certificate for an user.
 java.util.Collection LDAPStoreHelper.getAttributeCertificateRevocationLists(X509CRLStoreSelector selector)
          Returns the revocation list for revoked attribute certificates.
 java.util.Collection LDAPStoreHelper.getAttributeDescriptorCertificates(X509AttributeCertStoreSelector selector)
          Returns an attribute certificate for an authority

The attributeDescriptorCertificate is self signed by a source of authority and holds a description of the privilege and its delegation rules.

 java.util.Collection LDAPStoreHelper.getAuthorityRevocationLists(X509CRLStoreSelector selector)
          Returns the CRLs for issued certificates for other CAs matching the given selector.
 java.util.Collection LDAPStoreHelper.getCACertificates(X509CertStoreSelector selector)
          Returns CA certificates.
 java.util.Collection LDAPStoreHelper.getCertificateRevocationLists(X509CRLStoreSelector selector)
          Returns the certificate revocation lists for revoked certificates.
 java.util.Collection LDAPStoreHelper.getCrossCertificatePairs(X509CertPairStoreSelector selector)
          Returns cross certificate pairs.
 java.util.Collection LDAPStoreHelper.getDeltaCertificateRevocationLists(X509CRLStoreSelector selector)
          Returns the delta revocation list for revoked certificates.
 java.util.Collection LDAPStoreHelper.getUserCertificates(X509CertStoreSelector selector)
          Returns end certificates.
private  java.util.List LDAPStoreHelper.search(java.lang.String[] attributeNames, java.lang.String attributeValue, java.lang.String[] attrs)
          Returns a List of encodings of the certificates, attribute certificates, CRL or certificate pairs.
 



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