| Package | Description |
|---|---|
| com.entrust.toolkit.asn1.crmf |
Contains classes used to create, parse, and manipulate ASN.1 structures
used with Certificate Request Message Format (CRMF).
|
| com.entrust.toolkit.asn1.tsp |
Contains classes used to create, parse, and manipulate ASN.1 structures
used with time-stamping.
|
| com.entrust.toolkit.exceptions | |
| iaik.x509 | |
| iaik.x509.attr | |
| iaik.x509.ocsp | |
| iaik.x509.qualified |
| Modifier and Type | Method and Description |
|---|---|
V3Extension |
CertTemplate.getExtension(ObjectID oid)
Returns a specific extension, identified by its object identifier, if it
exists in the; otherwise
null is returned. |
| Modifier and Type | Method and Description |
|---|---|
V3Extension |
TSTInfo.getExtension(ObjectID oid)
Returns a specific piece of addition information about the request,
identified by the extension object identifier.
|
V3Extension |
TimeStampReq.getExtension(ObjectID oid)
Returns a specific piece of addition information about the request,
identified by the extension object identifier.
|
| Modifier and Type | Method and Description |
|---|---|
ReasonCode |
RevocationException.getRevocationReason()
Returns the reason the certificate was revoked.
|
| Modifier and Type | Method and Description |
|---|---|
V3Extension |
RevokedCertificate.getExtension(ObjectID oid)
Returns a specific extension, identyfied by its object identifier.
|
V3Extension |
X509CRL.getExtension(ObjectID oid)
Returns a specific extension, identyfied by its object identifier.
|
V3Extension |
X509Certificate.getExtension(ObjectID oid)
Returns a specific extension, identified by its object identifier.
|
V3Extension |
X509Extensions.getExtension(ObjectID oid)
Returns a particular extension, specified by its object ID.
|
| Modifier and Type | Method and Description |
|---|---|
V3Extension |
AttributeCertificate.getExtension(ObjectID oid)
Returns a specific extension, identified by its object identifier.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectID[] |
OCSPRequest.getAccepatableResponseTypes()
A convenience method for getting the response type list of the AcceptableResponses
extension, if included in this request.
|
java.util.Date |
SingleResponse.getArchiveCutoff()
A convenience method for getting the cutoff time of the ArchiveCutoff
extension, if included in this response.
|
CrlID |
SingleResponse.getCrlID()
A convenience method for getting the CrlID extension, if included
in this single response.
|
V3Extension |
BasicOCSPResponse.getExtension(ObjectID oid)
Returns a specific extension, identified by its object identifier.
|
V3Extension |
OCSPExtensions.getExtension(ObjectID oid)
Returns a particular extension, specified by its object ID.
|
V3Extension |
OCSPRequest.getExtension(ObjectID oid)
Returns a specific extension, identified by its object identifier.
|
V3Extension |
Request.getExtension(ObjectID oid)
Returns a specific extension, identified by its object identifier.
|
V3Extension |
SingleResponse.getExtension(ObjectID oid)
Returns a specific extension, identified by its object identifier.
|
byte[] |
BasicOCSPResponse.getNonce()
A convenience method for getting the value of the Nonce extension,
if included in this response.
|
byte[] |
OCSPRequest.getNonce()
A convenience method for getting the value of the Nonce extension,
if included in this request.
|
ServiceLocator |
Request.getServiceLocator()
A convenience method for getting the ServiceLocator extension, if included
in this request.
|
| Modifier and Type | Method and Description |
|---|---|
BiometricInfo |
QualifiedCertificate.getBiometricInfo()
Returns the BiometricInfo extension included in this certificate, if present.
|
CertificatePolicies |
QualifiedCertificate.getCertificatePolicies()
Returns the CertificatePolicies extension included in this certificate, if present.
|
QCStatements |
QualifiedCertificate.getQCStatements()
Returns the QCStatements extension included in this certificate, if present.
|