| Package | Description |
|---|---|
| com.entrust.toolkit |
Contains various high-level classes that provide Toolkit JCA cryptographic provider initialization,
an Entrust User representation, a key/certificate source, a certificate set representation,
JNI initialization capabilities, PKCS #7 encoding and decoding, CMS and PKCS#7 User related
utilities, transaction counting, and an XML trust manager.
|
| com.entrust.toolkit.credentials |
Contains classes the enable creation, recovery, reading, and writing of
digital identities using a
variety of key sources, classes for implementing the Toolkit's KeyStore
capabilities, and classes to support integration with a Smart Card
Management System.
|
| 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 |
|---|---|
CertificateSet |
PKCS7DecodeStream.getIncludedCertificates()
Returns the certificates included in the PKCS#7 message.
|
CertificateSet |
PKCS7EncodeStream.getIncludedCertificates()
Returns the certificates that are to be included in the PKCS#7 message.
|
CertificateSet |
PKCS7EncodeStream.getRecipients()
Returns the set of certificates for the public keys used to encrypt the
data.
|
static CertificateSet |
CertificateSet.joinsets(CertificateSet set,
CertificateSet set2)
Helper method which joins two sets together depending on whether 1 or both of them
contain data.
|
CertificateSet |
PKCS7EncodeStream.setIncludedCertificates(CertificateSet certs)
Specifies the certificates that are included in the PKCS#7 message.
|
CertificateSet |
PKCS7EncodeStream.setRecipients(CertificateSet recipients)
Specifies the public keys with which to encrypt the message.
|
| Modifier and Type | Method and Description |
|---|---|
static CertificateSet |
CertificateSet.joinsets(CertificateSet set,
CertificateSet set2)
Helper method which joins two sets together depending on whether 1 or both of them
contain data.
|
CertificateSet |
PKCS7EncodeStream.setIncludedCertificates(CertificateSet certs)
Specifies the certificates that are included in the PKCS#7 message.
|
CertificateSet |
PKCS7EncodeStream.setRecipients(CertificateSet recipients)
Specifies the public keys with which to encrypt the message.
|
void |
PKCS7EncodeStream.setTrustedRecipients(CertificateSet recipients)
Specifies the validated public keys with which to encrypt the message.
|
| Constructor and Description |
|---|
CertificateSet(CertificateSet set)
Creates a copy of the specified set.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PKCS12Writer.setCertificatesToExport(CertificateSet certificatesToExport)
Set the list of certificates to export when
User.write() is
called. |
| Modifier and Type | Method and Description |
|---|---|
CertificateSet |
CertificateStore.find(java.security.Principal dn)
Returns all certificates for the entity specified in
dn. |
CertificateSet |
CollectionCS.findAllCerts(java.security.Principal dn)
Finds all certificates in this collection of certificate stores that are
stored under the indicated distinguished name.
|
CertificateSet |
ArchiveCertCache.findCerts(GeneralName location)
Generalized version of findCerts.
|
CertificateSet |
CACrossCertCS.findCerts(GeneralName location)
Generalized version of findCerts.
|
CertificateSet |
CertificateGraph.findCerts(GeneralName location)
Generalized version of findCerts.
|
CertificateSet |
CertificateStore.findCerts(GeneralName location)
Returns all certificates for the entity specified in
location. |
CertificateSet |
CollectionCS.findCerts(GeneralName location)
Generalized version of findCerts.
|
CertificateSet |
HTTPCS.findCerts(GeneralName location)
Generalized version of findCerts.
|
CertificateSet |
ArchiveCertCache.findCerts(java.security.Principal dn)
Returns all certificates currently in the certificate cache that belong
to the specified DN.
|
CertificateSet |
CACrossCertCS.findCerts(java.security.Principal dn)
Returns all certificates for the entity specified in
dn. |
CertificateSet |
CertificateGraph.findCerts(java.security.Principal dn)
Returns all certificates for the entity specified in
dn. |
abstract CertificateSet |
CertificateStore.findCerts(java.security.Principal dn)
Returns all certificates for the entity specified in
dn. |
CertificateSet |
CollectionCS.findCerts(java.security.Principal dn)
Returns all certificates for the entity specified in
dn. |
CertificateSet |
HTTPCS.findCerts(java.security.Principal dn)
This method is not supported by this class, as a DN has
nothing to do with an HTTP address.
|
CertificateSet |
CapiCS.findCerts(java.security.Principal dn)
Look for certificates containing the specified DN in CAPI.
|
CertificateSet |
CollectionCS.findExtensionCerts(X509Certificate certificate,
ObjectID accessMethod,
ObjectID infoAccess)
Search through all certificate stores for certificates located at the
AIA ca-Issuers accessLocation.
|
| Modifier and Type | Method and Description |
|---|---|
CertificateSet |
CollectionRS.findAIACerts(com.entrust.toolkit.x509.revocation.InternalX509CRL crl)
Search through all certificate stores for certificates located at the
AIA ca-Issuers accessLocation.
|