Package org.bouncycastle.jce
Class X509LDAPCertStoreParameters
java.lang.Object
org.bouncycastle.jce.X509LDAPCertStoreParameters
- All Implemented Interfaces:
Cloneable
,CertStoreParameters
,X509StoreParameters
public class X509LDAPCertStoreParameters
extends Object
implements X509StoreParameters, CertStoreParameters
An expanded set of parameters for an LDAPCertStore
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionclone()
Returns a clone of this object.boolean
static X509LDAPCertStoreParameters
getInstance
(LDAPCertStoreParameters params) int
hashCode()
-
Method Details
-
clone
Returns a clone of this object.- Specified by:
clone
in interfaceCertStoreParameters
- Overrides:
clone
in classObject
-
equal
-
hashCode
public int hashCode() -
getAACertificateAttribute
- Returns:
- Returns the aACertificateAttribute.
-
getAACertificateSubjectAttributeName
- Returns:
- Returns the aACertificateSubjectAttributeName.
-
getAttributeAuthorityRevocationListAttribute
- Returns:
- Returns the attributeAuthorityRevocationListAttribute.
-
getAttributeAuthorityRevocationListIssuerAttributeName
- Returns:
- Returns the attributeAuthorityRevocationListIssuerAttributeName.
-
getAttributeCertificateAttributeAttribute
- Returns:
- Returns the attributeCertificateAttributeAttribute.
-
getAttributeCertificateAttributeSubjectAttributeName
- Returns:
- Returns the attributeCertificateAttributeSubjectAttributeName.
-
getAttributeCertificateRevocationListAttribute
- Returns:
- Returns the attributeCertificateRevocationListAttribute.
-
getAttributeCertificateRevocationListIssuerAttributeName
- Returns:
- Returns the attributeCertificateRevocationListIssuerAttributeName.
-
getAttributeDescriptorCertificateAttribute
- Returns:
- Returns the attributeDescriptorCertificateAttribute.
-
getAttributeDescriptorCertificateSubjectAttributeName
- Returns:
- Returns the attributeDescriptorCertificateSubjectAttributeName.
-
getAuthorityRevocationListAttribute
- Returns:
- Returns the authorityRevocationListAttribute.
-
getAuthorityRevocationListIssuerAttributeName
- Returns:
- Returns the authorityRevocationListIssuerAttributeName.
-
getBaseDN
- Returns:
- Returns the baseDN.
-
getCACertificateAttribute
- Returns:
- Returns the cACertificateAttribute.
-
getCACertificateSubjectAttributeName
- Returns:
- Returns the cACertificateSubjectAttributeName.
-
getCertificateRevocationListAttribute
- Returns:
- Returns the certificateRevocationListAttribute.
-
getCertificateRevocationListIssuerAttributeName
- Returns:
- Returns the certificateRevocationListIssuerAttributeName.
-
getCrossCertificateAttribute
- Returns:
- Returns the crossCertificateAttribute.
-
getCrossCertificateSubjectAttributeName
- Returns:
- Returns the crossCertificateSubjectAttributeName.
-
getDeltaRevocationListAttribute
- Returns:
- Returns the deltaRevocationListAttribute.
-
getDeltaRevocationListIssuerAttributeName
- Returns:
- Returns the deltaRevocationListIssuerAttributeName.
-
getLdapAACertificateAttributeName
- Returns:
- Returns the ldapAACertificateAttributeName.
-
getLdapAttributeAuthorityRevocationListAttributeName
- Returns:
- Returns the ldapAttributeAuthorityRevocationListAttributeName.
-
getLdapAttributeCertificateAttributeAttributeName
- Returns:
- Returns the ldapAttributeCertificateAttributeAttributeName.
-
getLdapAttributeCertificateRevocationListAttributeName
- Returns:
- Returns the ldapAttributeCertificateRevocationListAttributeName.
-
getLdapAttributeDescriptorCertificateAttributeName
- Returns:
- Returns the ldapAttributeDescriptorCertificateAttributeName.
-
getLdapAuthorityRevocationListAttributeName
- Returns:
- Returns the ldapAuthorityRevocationListAttributeName.
-
getLdapCACertificateAttributeName
- Returns:
- Returns the ldapCACertificateAttributeName.
-
getLdapCertificateRevocationListAttributeName
- Returns:
- Returns the ldapCertificateRevocationListAttributeName.
-
getLdapCrossCertificateAttributeName
- Returns:
- Returns the ldapCrossCertificateAttributeName.
-
getLdapDeltaRevocationListAttributeName
- Returns:
- Returns the ldapDeltaRevocationListAttributeName.
-
getLdapURL
- Returns:
- Returns the ldapURL.
-
getLdapUserCertificateAttributeName
- Returns:
- Returns the ldapUserCertificateAttributeName.
-
getSearchForSerialNumberIn
- Returns:
- Returns the searchForSerialNumberIn.
-
getUserCertificateAttribute
- Returns:
- Returns the userCertificateAttribute.
-
getUserCertificateSubjectAttributeName
- Returns:
- Returns the userCertificateSubjectAttributeName.
-
getInstance
-