public class

X509LDAPCertStoreParameters

extends Object
implements CertStoreParameters X509StoreParameters
java.lang.Object
   ↳ org.bouncycastle.jce.X509LDAPCertStoreParameters

Class Overview

An expanded set of parameters for an LDAPCertStore

Summary

Nested Classes
class X509LDAPCertStoreParameters.Builder  
Public Methods
Object clone()
Returns a clone of this object.
boolean equal(Object o)
String getAACertificateAttribute()
String getAACertificateSubjectAttributeName()
String getAttributeAuthorityRevocationListAttribute()
String getAttributeAuthorityRevocationListIssuerAttributeName()
String getAttributeCertificateAttributeAttribute()
String getAttributeCertificateAttributeSubjectAttributeName()
String getAttributeCertificateRevocationListAttribute()
String getAttributeCertificateRevocationListIssuerAttributeName()
String getAttributeDescriptorCertificateAttribute()
String getAttributeDescriptorCertificateSubjectAttributeName()
String getAuthorityRevocationListAttribute()
String getAuthorityRevocationListIssuerAttributeName()
String getBaseDN()
String getCACertificateAttribute()
String getCACertificateSubjectAttributeName()
String getCertificateRevocationListAttribute()
String getCertificateRevocationListIssuerAttributeName()
String getCrossCertificateAttribute()
String getCrossCertificateSubjectAttributeName()
String getDeltaRevocationListAttribute()
String getDeltaRevocationListIssuerAttributeName()
static X509LDAPCertStoreParameters getInstance(LDAPCertStoreParameters params)
String getLdapAACertificateAttributeName()
String getLdapAttributeAuthorityRevocationListAttributeName()
String getLdapAttributeCertificateAttributeAttributeName()
String getLdapAttributeCertificateRevocationListAttributeName()
String getLdapAttributeDescriptorCertificateAttributeName()
String getLdapAuthorityRevocationListAttributeName()
String getLdapCACertificateAttributeName()
String getLdapCertificateRevocationListAttributeName()
String getLdapCrossCertificateAttributeName()
String getLdapDeltaRevocationListAttributeName()
String getLdapURL()
String getLdapUserCertificateAttributeName()
String getSearchForSerialNumberIn()
String getUserCertificateAttribute()
String getUserCertificateSubjectAttributeName()
int hashCode()
[Expand]
Inherited Methods
From class java.lang.Object
From interface java.security.cert.CertStoreParameters

Public Methods

public Object clone ()

Returns a clone of this object.

public boolean equal (Object o)

public String getAACertificateAttribute ()

Returns
  • Returns the aACertificateAttribute.

public String getAACertificateSubjectAttributeName ()

Returns
  • Returns the aACertificateSubjectAttributeName.

public String getAttributeAuthorityRevocationListAttribute ()

Returns
  • Returns the attributeAuthorityRevocationListAttribute.

public String getAttributeAuthorityRevocationListIssuerAttributeName ()

Returns
  • Returns the attributeAuthorityRevocationListIssuerAttributeName.

public String getAttributeCertificateAttributeAttribute ()

Returns
  • Returns the attributeCertificateAttributeAttribute.

public String getAttributeCertificateAttributeSubjectAttributeName ()

Returns
  • Returns the attributeCertificateAttributeSubjectAttributeName.

public String getAttributeCertificateRevocationListAttribute ()

Returns
  • Returns the attributeCertificateRevocationListAttribute.

public String getAttributeCertificateRevocationListIssuerAttributeName ()

Returns
  • Returns the attributeCertificateRevocationListIssuerAttributeName.

public String getAttributeDescriptorCertificateAttribute ()

Returns
  • Returns the attributeDescriptorCertificateAttribute.

public String getAttributeDescriptorCertificateSubjectAttributeName ()

Returns
  • Returns the attributeDescriptorCertificateSubjectAttributeName.

public String getAuthorityRevocationListAttribute ()

Returns
  • Returns the authorityRevocationListAttribute.

public String getAuthorityRevocationListIssuerAttributeName ()

Returns
  • Returns the authorityRevocationListIssuerAttributeName.

public String getBaseDN ()

Returns
  • Returns the baseDN.

public String getCACertificateAttribute ()

Returns
  • Returns the cACertificateAttribute.

public String getCACertificateSubjectAttributeName ()

Returns
  • Returns the cACertificateSubjectAttributeName.

public String getCertificateRevocationListAttribute ()

Returns
  • Returns the certificateRevocationListAttribute.

public String getCertificateRevocationListIssuerAttributeName ()

Returns
  • Returns the certificateRevocationListIssuerAttributeName.

public String getCrossCertificateAttribute ()

Returns
  • Returns the crossCertificateAttribute.

public String getCrossCertificateSubjectAttributeName ()

Returns
  • Returns the crossCertificateSubjectAttributeName.

public String getDeltaRevocationListAttribute ()

Returns
  • Returns the deltaRevocationListAttribute.

public String getDeltaRevocationListIssuerAttributeName ()

Returns
  • Returns the deltaRevocationListIssuerAttributeName.

public static X509LDAPCertStoreParameters getInstance (LDAPCertStoreParameters params)

public String getLdapAACertificateAttributeName ()

Returns
  • Returns the ldapAACertificateAttributeName.

public String getLdapAttributeAuthorityRevocationListAttributeName ()

Returns
  • Returns the ldapAttributeAuthorityRevocationListAttributeName.

public String getLdapAttributeCertificateAttributeAttributeName ()

Returns
  • Returns the ldapAttributeCertificateAttributeAttributeName.

public String getLdapAttributeCertificateRevocationListAttributeName ()

Returns
  • Returns the ldapAttributeCertificateRevocationListAttributeName.

public String getLdapAttributeDescriptorCertificateAttributeName ()

Returns
  • Returns the ldapAttributeDescriptorCertificateAttributeName.

public String getLdapAuthorityRevocationListAttributeName ()

Returns
  • Returns the ldapAuthorityRevocationListAttributeName.

public String getLdapCACertificateAttributeName ()

Returns
  • Returns the ldapCACertificateAttributeName.

public String getLdapCertificateRevocationListAttributeName ()

Returns
  • Returns the ldapCertificateRevocationListAttributeName.

public String getLdapCrossCertificateAttributeName ()

Returns
  • Returns the ldapCrossCertificateAttributeName.

public String getLdapDeltaRevocationListAttributeName ()

Returns
  • Returns the ldapDeltaRevocationListAttributeName.

public String getLdapURL ()

Returns
  • Returns the ldapURL.

public String getLdapUserCertificateAttributeName ()

Returns
  • Returns the ldapUserCertificateAttributeName.

public String getSearchForSerialNumberIn ()

Returns
  • Returns the searchForSerialNumberIn.

public String getUserCertificateAttribute ()

Returns
  • Returns the userCertificateAttribute.

public String getUserCertificateSubjectAttributeName ()

Returns
  • Returns the userCertificateSubjectAttributeName.

public int hashCode ()