| Package | Description |
|---|---|
| com.entrust.toolkit.asn1.tsp |
Contains classes used to create, parse, and manipulate ASN.1 structures
used with time-stamping.
|
| com.entrust.toolkit.util.net |
Contains networking utility classes (HTTP and LDAP).
|
| com.entrust.toolkit.x509.extensions |
Contains classes that implement certificate extensions.
|
| com.entrust.toolkit.x509.revocation |
Contains the Entrust revocation checking mechanism and revocation
stores.
|
| iaik.asn1.structures | |
| iaik.smime.ess | |
| iaik.x509 | |
| iaik.x509.attr | |
| iaik.x509.extensions |
| Modifier and Type | Method and Description |
|---|---|
abstract GeneralNames |
TimeStampToken.getTsaCertIssuer()
Returns the issuer component of the issuer/serial number certificate
identifier for the TimeStamp Authority certificate if it exists, otherwise
null is returned. |
GeneralNames |
CMSTimeStampToken.getTsaCertIssuer()
Returns the issuer component of the issuer/serial number certificate
identifier for the TimeStamp Authority certificate if it exists, otherwise
null is returned. |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
GeneralNames |
CertificateIssuer.getGeneralNames()
Deprecated.
Returns the
generalNames value of this CertificateIssuer
extension specifying the names of the CAs which issued the revoked certificates. |
| Modifier and Type | Method and Description |
|---|---|
protected GeneralName |
ArchiveCRLCache.getCrlsByType(java.util.Collection crls,
CRLType crlType,
GeneralNames dpDistributionPoint)
Retrieves all CRLs of the indicated type that exist at the indicated
distrubution point.
|
protected GeneralName |
CachedCRLRS.getCrlsByType(java.util.Collection crls,
CRLType crlType,
GeneralNames dpDistributionPoint)
Retrieves all CRLs of the indicated type that exist at the indicated
distrubution point.
|
protected GeneralName |
DirectoryCRLRS.getCrlsByType(java.util.Collection crls,
CRLType crlType,
GeneralNames dpDistributionPoint)
Retrieves all CRLs of the indicated type that exist at the indicated
distribution point.
|
protected GeneralName |
HttpCRLRS.getCrlsByType(java.util.Collection crls,
CRLType crlType,
GeneralNames dpDistributionPoint)
Retrieves all CRLs of the indicated type that exist at the indicated
distribution point.
|
protected abstract GeneralName |
RevocationStore.getCrlsByType(java.util.Collection crls,
CRLType crlType,
GeneralNames dpDistributionPoint)
Retrieves all CRLs of the indicated type that exist at the indicated
distrubution point.
|
| Modifier and Type | Method and Description |
|---|---|
GeneralNames |
DistributionPoint.getCrlIssuer()
Returns the CRL Issuer parameter of this distribution point.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DistributionPoint.setCrlIssuer(GeneralNames crlIssuer)
Sets the CRL Issuer parameter of this extension.
|
| Modifier and Type | Method and Description |
|---|---|
GeneralNames |
ESSIssuerSerial.getIssuer()
Returns the issuer GeneralNames.
|
| Constructor and Description |
|---|
ESSIssuerSerial(GeneralNames issuer,
java.math.BigInteger serialNumber)
Creates an IssuerSerial from issuer GeneralNames and and
issuer-specific serial number.
|
| Modifier and Type | Method and Description |
|---|---|
GeneralNames |
X509Certificate.getExtensionLocations(ObjectID accessMethod,
ObjectID infoAccess)
Checks if this certificate contains the InfoAccess type and
accesesMethod specified by the accessMethod and the infoAccess
types.
|
| Modifier and Type | Method and Description |
|---|---|
GeneralNames |
Holder.getEntityName()
Gets the entityName of this Holder, if set.
|
GeneralNames |
V1Form.getGeneralNames()
Gets the GeneralNames of this V1Form.
|
GeneralNames |
IssuerSerial.getIssuer()
Returns the issuer GeneralNames.
|
GeneralNames |
V2Form.getIssuerName()
Gets the IssuerName of this V2Form, if set.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Holder.setEntityName(GeneralNames entityName)
Sets the entityName of this Holder.
|
| Constructor and Description |
|---|
IssuerSerial(GeneralNames issuer,
java.math.BigInteger serialNumber)
Creates an IssuerSerial from issuer GeneralNames and
issuer-specific serial number.
|
V1Form(GeneralNames generalNames)
Creates a V1Form from the given GeneralNames.
|
V2Form(GeneralNames issuerName,
IssuerSerial baseCertificateID,
ObjectDigestInfo objectDigestInfo)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
GeneralNames |
AuthorityKeyIdentifier.getAuthorityCertIssuer()
Returns the authority cert issuer of this
AuthorityKeyIdentifier extension. |
GeneralNames |
IssuerAltName.getGeneralNames()
Returns the alternative name of the issuer.
|
GeneralNames |
SubjectAltName.getGeneralNames()
Returns the alternative name of the subject.
|
GeneralNames |
CertificateIssuer.getIssuer()
Returns the certificate issuer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AuthorityKeyIdentifier.setAuthorityCertIssuer(GeneralNames authorityCertIssuer)
Sets the authority cert issuer of this
AuthorityKeyIdentifier extension. |
void |
IssuerAltName.setGeneralNames(GeneralNames alternateName)
Sets the alternative name of the issuer.
|
void |
SubjectAltName.setGeneralNames(GeneralNames gn)
Sets the alternative name of the subject.
|
void |
CertificateIssuer.setIssuer(GeneralNames issuer)
Sets the issuer of this
CertificateIssuer object. |
| Constructor and Description |
|---|
AuthorityKeyIdentifier(GeneralNames authorityCertIssuer,
java.math.BigInteger authorityCertSerialNumber)
Create a AuthorityKeyIdentifier with issuer and serial number.
|
CertificateIssuer(GeneralNames issuer)
Creates a new
CertificateIssuer from the given issuer name. |
IssuerAltName(GeneralNames generalNames)
Constructs an IssuerAltName object form a GeneralNames ASN.1 type.
|
SubjectAltName(GeneralNames gn)
Constructs a
SubjectAltName extension with the given GeneralNames
as value. |