| Package | Description |
|---|---|
| com.entrust.toolkit.asn1.structures |
Contains classes used to create, parse, and manipulate general ASN.1
structures.
|
| com.entrust.toolkit.x509.policies |
Contains classes used to check security policies issued by an Entrust PKI — password rules and client
settings, for example.
|
| com.entrust.toolkit.x509.testlets |
Contains classes used to validate certificate, CRL, and CRL Entry
extensions.
|
| iaik.asn1 |
| Modifier and Type | Method and Description |
|---|---|
BIT_STRING |
CertTemplateCMP.getIssuerUID()
Deprecated.
|
BIT_STRING |
FullCertTemplate.getKeyUsage()
This method returns the desired key usage for the certificate
defined by the full certificate template.
|
BIT_STRING |
SubjectPublicKeyInfo.getSubjectPublicKey()
Deprecated.
|
BIT_STRING |
CertTemplateCMP.getSubjectUID()
Deprecated.
|
BIT_STRING |
PMACVALUE.getValue()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CertTemplateCMP.setIssuerUID(BIT_STRING issuerUID)
Deprecated.
|
void |
FullCertTemplate.setKeyUsage(BIT_STRING keyUsage)
This method sets the desired key usage for the certificate defined
by the full certificate template.
|
void |
SubjectPublicKeyInfo.setSubjectPublicKey(BIT_STRING subjectPublicKey)
Deprecated.
|
void |
CertTemplateCMP.setSubjectUID(BIT_STRING subjectUID)
Deprecated.
|
void |
PMACVALUE.setValue(BIT_STRING value)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
BIT_STRING |
ClientSettings.getBusinessControlFlags()
Retrieve the business control flags, if any, from the client
settings certificate.
|
| Constructor and Description |
|---|
CertificatePoliciesCertTestlet(ObjectID[] acceptablePolicyOids,
BIT_STRING businessControlFlags)
Create a
CertificatePoliciesCertTestlet object. |
| Modifier and Type | Method and Description |
|---|---|
BIT_STRING |
DerInputStream.readBitString()
Reads a BIT STRING from the input stream.
|