| Package | Description |
|---|---|
| com.entrust.toolkit.util.net |
Contains networking utility classes (HTTP and LDAP).
|
| com.entrust.toolkit.x509.certstore |
Contains the certificate stores and classes used during certificate path
building.
|
| com.entrust.toolkit.x509.revocation |
Contains the Entrust revocation checking mechanism and revocation
stores.
|
| Modifier and Type | Method and Description |
|---|---|
LDAPAttributeType |
LDAPSearchData.getAttributeType()
Return the attribute type that was used for the search
|
| Modifier and Type | Method and Description |
|---|---|
byte[][] |
LDAPConnection.getAttributeByType(LDAPAttributeType attributeType,
GeneralNames dpDistributionPoint)
Retrieves all data of the indicated type that exist at the indicated
distribution point.
|
LDAPSearchData |
LDAPConnection.getAttributeFromDPName(GeneralName distributionPointName,
LDAPAttributeType attributeType,
LdapDirectory defaultDirectory,
java.util.Map<java.lang.String,JNDIDirectory> directoryCache,
java.util.Map<java.lang.String,java.lang.Long> invalidSearchMap,
int invalidSearchTimeout)
This method parses the Distribution Point Name, and tries to retrieve information
from the directory
|
| Constructor and Description |
|---|
LDAPSearchData(byte[][] ldapData,
LdapDirectory directory,
LDAPAttributeType attributeType,
java.lang.String directoryHostAndPort,
java.lang.String dn)
Create an LDAPSearchData containing the data retrieved from the LDAP search, the Attribute
type used in the search, the directoryHostAndPort information and the DN used for the search.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CertType
Represents a Certificate type.
|
| Modifier and Type | Field and Description |
|---|---|
static LDAPAttributeType |
CertType.CACERT
Represent a CA certificate.
|
static LDAPAttributeType |
CertType.CROSSCERT
Represent a CA certificate.
|
static LDAPAttributeType |
CertType.USERCERT
Represent a CA certificate.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CRLType
Represents a CRL type.
|