| 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.asn1 |
Contains classes that encode and decode ASN.1 structures.
|
| com.entrust.toolkit.asn1.cardms |
Contains classes used to create, parse,
and manipulate ASN.1 structures used by Entrust's Card Management System (CardMS) API.
|
| com.entrust.toolkit.asn1.cmpv1 |
Contains classes used to create, parse,
and manipulate ASN.1 structures used with Certificate Management Protocol (CMP)
version 1.
|
| com.entrust.toolkit.asn1.cmpv1.gkm |
Contains classes used to create, parse,
and manipulate ASN.1 structures used with Certificate Management Protocol (CMP)
version 1.
|
| 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.crmf.regCtrl |
Contains classes used to create, parse, and manipulate ASN.1 structures
used with Certificate Request Message Format (CRMF).
|
| com.entrust.toolkit.asn1.crmf.regInfo |
Contains classes used to create, parse, and manipulate ASN.1 structures
used with Certificate Request Message Format (CRMF).
|
| com.entrust.toolkit.asn1.structures |
Contains classes used to create, parse, and manipulate general ASN.1
structures.
|
| com.entrust.toolkit.asn1.tsp |
Contains classes used to create, parse, and manipulate ASN.1 structures
used with time-stamping.
|
| com.entrust.toolkit.roaming |
Contains Toolkit classes that support SSL and TLS communication with
Entrust Authority™ Roaming Server (formerly Entrust/Roaming Server).
|
| com.entrust.toolkit.security.arithmetic.fields |
Contains legacy classes for working with the mathematical structures
that underlie elliptic curve cryptography; use classes from
com.entrust.toolkit.security.crypto.ec instead. |
| com.entrust.toolkit.security.arithmetic.groups.ellipticCurve |
Contains legacy classes for working with the mathematical structures
that underlie elliptic curve cryptography; use classes from
com.entrust.toolkit.security.crypto.ec instead. |
| com.entrust.toolkit.security.crypto.ec | |
| com.entrust.toolkit.security.crypto.rsa |
Contains an implementation of the RSA public key cryptosystem and related functionality.
|
| com.entrust.toolkit.security.provider |
Contains Entrust's JCA cryptographic service provider (CSP)
implementation and initialization mechanism, various cryptographic
algorithms, and various cryptographic key and parameter representations.
|
| com.entrust.toolkit.security.spec |
Contains transparent cryptographic algorithm parameter implementations.
|
| 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.revocation.ocsp.net |
Contains classes that provide network related functionality required by OCSP (protocol handlers).
|
| iaik.asn1 | |
| iaik.asn1.structures | |
| iaik.cms | |
| iaik.pkcs.pkcs12 | |
| iaik.pkcs.pkcs7 | |
| iaik.pkcs.pkcs8 | |
| iaik.security.cipher | |
| iaik.security.dsa | |
| iaik.security.spec | |
| iaik.smime.ess | |
| iaik.x509 | |
| iaik.x509.attr | |
| iaik.x509.extensions | |
| iaik.x509.extensions.qualified.structures | |
| iaik.x509.ocsp |
| Modifier and Type | Method and Description |
|---|---|
Name[] |
User.getDecryptionIssuers()
Returns the history of the decryption key issuers.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Asn1EncodingConverter.convertEncoding(java.io.InputStream is1,
java.io.InputStream is2,
java.io.OutputStream os)
Converts the ASN1 data in a stream to definite length encoding and writes
it to another stream.
|
static void |
Asn1EncodingConverter.convertEncoding(java.lang.String inFileName,
java.lang.String outFileName)
Converts the ASN1 data in a file to definite length encoding and writes
it to another file.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CardMSDigitalIDMgmtInfo.decode(ASN1Object obj)
Decodes a CardMSDigitalIDMgmtInfo structure from an
ASN1Object. |
void |
CardMSKeyMgmtInfo.decode(ASN1Object obj)
Decodes a CardMSKeyMgmtInfo structure from an
ASN1Object. |
| Constructor and Description |
|---|
CardMSDigitalIDMgmtInfo(ASN1Object obj)
A constructor; creates a
CardMSDigitalIDMgmtInfo object
from an ASN1Object. |
CardMSKeyMgmtInfo(ASN1Object obj)
A constructor; creates a
CardMSKeyMgmtInfo object from an
ASN1Object. |
| Modifier and Type | Method and Description |
|---|---|
void |
CAProtEncCert.decode(ASN1Object obj)
Decodes an CAProtEncCert structure from an
ASN1Object. |
void |
CertConfirmContent.decode(ASN1Object obj)
Decodes this CertConfirmContent Object
|
void |
CertOrEncCert.decode(ASN1Object obj)
Decodes a CertOrEncCert structure from an
ASN1Object. |
void |
CertRepMessage.decode(ASN1Object obj)
Decodes a CertRepMessage structure from an
ASN1Object. |
void |
CertResponse.decode(ASN1Object obj)
Decodes a CertResponse structure from an
ASN1Object. |
void |
CertStatus.decode(ASN1Object obj)
Decodes an CertStatus structure from an
ASN1Object. |
void |
CertifiedKeyPair.decode(ASN1Object obj)
Decodes a CertifiedKeyPair structure from an
ASN1Object. |
void |
ErrorMsgContent.decode(ASN1Object obj)
Decodes an ErrorMsgContent structure from an
ASN1Object. |
void |
InfoTypeAndValue.decode(ASN1Object obj)
Decodes an InfoTypeAndValue structure from an
ASN1Object. |
void |
KeyRecRepContent.decode(ASN1Object obj)
Decodes a KeyRecRepContent structure from an
ASN1Object. |
void |
PKIBody.decode(ASN1Object obj)
Decodes an PKIBody structure from an
ASN1Object. |
void |
PKIHeader.decode(ASN1Object obj)
Decodes a PKIHeader structure from an
ASN1Object. |
void |
PKIMessage.decode(ASN1Object obj)
Decodes an PKIMessage structure from an
ASN1Object. |
void |
PKIStatusInfo.decode(ASN1Object obj)
Decodes an PKIStatusInfo structure from an
ASN1Object. |
| Constructor and Description |
|---|
CAProtEncCert(ASN1Object obj)
Creates a new
CAProtEncCert object from an
ASN1Object. |
CertConfirmContent(ASN1Object obj)
Constructor for the CertConfirmContent object.
|
CertifiedKeyPair(ASN1Object obj)
Creates a
CertifiedKeyPair object from an
ASN1Object. |
CertOrEncCert(ASN1Object obj)
Creates a
CertOrEncCert object from an ASN1Object. |
CertRepMessage(ASN1Object obj)
Creates a
CertRepMessage object from an
ASN1Object. |
CertResponse(ASN1Object obj)
Creates a
CertResponse object from an ASN1Object. |
CertStatus(ASN1Object object)
Creates a Certificate status object from an ASN1Object
|
ErrorMsgContent(ASN1Object obj)
Creates a new
ErrorMsgContent object from an
ASN1Object. |
InfoTypeAndValue(ASN1Object obj)
Creates a new
InfoTypeAndValue object from an
ASN1Object. |
KeyRecRepContent(ASN1Object obj)
Creates a
KeyRecRepContent object from an
ASN1Object. |
PKIBody(ASN1Object obj)
Creates a new
PKIBody object from an ASN1Object. |
PKIHeader(ASN1Object obj)
Creates a
PKIHeader object from an ASN1Object. |
PKIMessage(ASN1Object obj)
Creates a new
PKIMessage object from an ASN1Object. |
PKIStatusInfo(ASN1Object obj)
Creates a new
PKIStatusInfo object from an
ASN1Object. |
| Modifier and Type | Method and Description |
|---|---|
void |
EntrustAlgorithmCapabilityList.decode(ASN1Object obj)
Decodes an
EntrustAlgorithmCapabilityList from an
ASN1Object. |
void |
EntrustApplicationIdentifier.decode(ASN1Object obj)
Decodes an EntrustApplicationIdentifier from an
ASN1Object. |
void |
EntrustCAProtEncCerts.decode(ASN1Object obj)
Decodes an EntrustCAProtEncCerts object from an
ASN1Object. |
void |
EntrustCAProtEncPos.decode(ASN1Object obj)
Decodes an EntrustCAProtEncPos object from an
ASN1Object. |
void |
EntrustCapabilities.decode(ASN1Object obj)
Decodes an
EntrustCapabilities from an ASN1Object. |
void |
EntrustCapabilityList.decode(ASN1Object obj)
Decodes an
EntrustCapabilityList from an
ASN1Object. |
void |
EntrustCertDefnInfo.decode(ASN1Object obj)
Decodes an EntrustCertDefnInfo structure from an
ASN1Object. |
void |
EntrustCertDefnList.decode(ASN1Object obj)
Decodes an EntrustCertDefnList from an
ASN1Object. |
void |
EntrustCertHash.decode(ASN1Object obj)
Decodes an EntrustCertHash structure from an
ASN1Object. |
void |
EntrustCertInfoId.decode(ASN1Object obj)
Decodes an EntrustCertInfoId structure from an
ASN1Object. |
void |
EntrustCertPolicy.decode(ASN1Object obj)
Decodes an EntrustCertPolicy from an
ASN1Object. |
void |
EntrustCertType.decode(ASN1Object obj)
Decodes an EntrustCertType structure from an
ASN1Object. |
void |
EntrustCertTypeAndDefn.decode(ASN1Object obj)
Decodes an EntrustCertTypeAndDefn structure from an
ASN1Object. |
void |
EntrustCertTypeInfo.decode(ASN1Object obj)
Decodes an EntrustCertTypeInfo structure from an
ASN1Object. |
void |
EntrustCertTypePolicy.decode(ASN1Object obj)
Decodes an EntrustCertTypePolicy from an
ASN1Object. |
void |
EntrustClientInfo.decode(ASN1Object obj)
Decodes an EntrustClientInfo from an
ASN1Object. |
void |
EntrustEncCertPOP.decode(ASN1Object obj)
Decodes an EntrustEncCertPOP from an
ASN1Object. |
void |
EntrustEventCertificate.decode(ASN1Object obj)
Decodes an EntrustEventCertificate from an
ASN1Object. |
void |
EntrustEventIdentifier.decode(ASN1Object obj)
Decodes an EntrustEventIdentifier from an
ASN1Object. |
void |
EntrustEventInfo.decode(ASN1Object obj)
Decodes an EntrustEventInfo from an
ASN1Object. |
void |
EntrustEventList.decode(ASN1Object obj)
Decodes an EntrustEventList from an
ASN1Object. |
void |
EntrustEventReason.decode(ASN1Object obj)
Decodes an EntrustEventReason from an
ASN1Object. |
void |
EntrustEventVerCert.decode(ASN1Object obj)
Decodes an EntrustEventVerCert from an
ASN1Object. |
void |
EntrustNewCertDefn.decode(ASN1Object obj)
Decodes an EntrustNewCertDefn structure from an
ASN1Object. |
void |
EntrustProofOfRA.decode(ASN1Object obj)
Decodes an
EntrustProofOfRA from an ASN1Object. |
void |
EntrustProofOfRAInfo.decode(ASN1Object obj)
Decodes an
EntrustProofOfRAInfo |
void |
EntrustReqReason.decode(ASN1Object obj)
Decodes an EntrustReqReason from an
ASN1Object. |
void |
EntrustRoleId.decode(ASN1Object obj)
Decodes an EntrustRoleId from an
ASN1Object. |
void |
EntrustState.decode(ASN1Object obj)
Decodes an EntrustState from an
ASN1Object. |
void |
EntrustStrongestRecovery.decode(ASN1Object obj)
Decodes an EntrustStrongestRecovery object from an
ASN1Object. |
| Constructor and Description |
|---|
EntrustAlgorithmCapabilityList(ASN1Object obj)
Creates a new
EntrustAlgorithmCapabilityList from an
ASN1Object. |
EntrustApplicationIdentifier(ASN1Object obj)
Creates a new
EntrustApplicationIdentifier from an
ASN1Object. |
EntrustCapabilities(ASN1Object obj)
Creates a new
EntrustCapabilities from an
ASN1Object. |
EntrustCapabilityList(ASN1Object obj)
Creates a new
EntrustCapabilityList from an
ASN1Object. |
EntrustCAProtEncCerts(ASN1Object obj)
Creates a new
EntrustCAProtEncCerts object from an
ASN1Object. |
EntrustCAProtEncPos(ASN1Object obj)
Creates a new
EntrustCAProtEncPos object from an
ASN1Object. |
EntrustCertDefnInfo(ASN1Object obj)
Creates a new
EntrustCertDefnInfo from an
ASN1Object. |
EntrustCertDefnList(ASN1Object obj)
Creates a new
EntrustCertDefnList from an
ASN1Object. |
EntrustCertHash(ASN1Object obj)
Creates a new
EntrustCertHash from an ASN1Object. |
EntrustCertInfoId(ASN1Object obj)
Creates a new
EntrustCertInfoId from an
ASN1Object. |
EntrustCertPolicy(ASN1Object obj)
Creates a new
EntrustCertPolicy from an
ASN1Object. |
EntrustCertType(ASN1Object obj)
Creates a new
EntrustCertType from an ASN1Object. |
EntrustCertTypeAndDefn(ASN1Object obj)
Creates a new
EntrustCertTypeAndDefn from an
ASN1Object. |
EntrustCertTypeInfo(ASN1Object obj)
Creates a new
EntrustCertTypeInfo from an
ASN1Object. |
EntrustCertTypePolicy(ASN1Object obj)
Creates a new
EntrustCertTypePolicy from an
ASN1Object. |
EntrustClientInfo(ASN1Object obj)
Creates a new
EntrustClientInfo object from an
ASN1Object. |
EntrustEncCertPOP(ASN1Object obj)
Creates a new
EntrustEncCertPOP from an
ASN1Object. |
EntrustEventCertificate(ASN1Object obj)
Creates a new
EntrustEventCertificate from an
ASN1Object. |
EntrustEventIdentifier(ASN1Object obj)
Creates a new
EntrustEventIdentifier from an
ASN1Object. |
EntrustEventInfo(ASN1Object obj)
Creates a new
EntrustEventInfo from an
ASN1Object. |
EntrustEventList(ASN1Object obj)
Creates a new
EntrustEventList from an
ASN1Object. |
EntrustEventReason(ASN1Object obj)
Creates a new
EntrustEventReason from an
ASN1Object. |
EntrustEventVerCert(ASN1Object obj)
Creates a new
EntrustEventVerCert from an
ASN1Object. |
EntrustNewCertDefn(ASN1Object obj)
Creates a new
EntrustNewCertDefn from an
ASN1Object. |
EntrustProofOfRA(ASN1Object obj)
A constructor; create a new
EntrustProofOfRA by decoding the
provided ASN1Object. |
EntrustProofOfRAInfo(ASN1Object obj)
Creates a new
EntrustProofOfRAInfo from an
ASN1Object. |
EntrustReqReason(ASN1Object obj)
Creates a new
EntrustReqReason from an ASN1Object. |
EntrustRoleId(ASN1Object obj)
Creates a new
EntrustRoleId from an ASN1Object. |
EntrustState(ASN1Object obj)
Creates a new
EntrustState from an ASN1Object. |
EntrustStrongestRecovery(ASN1Object obj)
Creates a new
EntrustStrongestRecovery object from an
ASN1Object. |
| Modifier and Type | Method and Description |
|---|---|
void |
AttributeTypeAndValue.decode(ASN1Object obj)
Decodes an AttributeTypeAndValue structure from an
ASN1Object. |
void |
CertId.decode(ASN1Object obj)
Decodes a CertId structure from an
ASN1Object. |
void |
CertReqMsg.decode(ASN1Object obj)
Decodes a CertReqMsg structure from an
ASN1Object. |
void |
CertRequest.decode(ASN1Object obj)
Decodes a CertRequest structure from an
ASN1Object. |
void |
CertTemplate.decode(ASN1Object obj)
Decodes a CertTemplate structure from an
ASN1Object. |
void |
Controls.decode(ASN1Object obj)
Decodes a Controls structure from an
ASN1Object. |
void |
EncryptedValue.decode(ASN1Object obj)
Decodes an EncryptedValue structure from an
ASN1Object. |
void |
OptionalValidity.decode(ASN1Object obj)
Decodes a OptionalValidity structure from an
ASN1Object. |
void |
PKMACValue.decode(ASN1Object obj)
Decodes a PKMACValue structure from an
ASN1Object. |
void |
POPOPrivKey.decode(ASN1Object obj)
Decodes a POPOPrivKey structure from an
ASN1Object. |
void |
POPOSigningKey.decode(ASN1Object obj)
Decodes a POPOSigningKey structure from an
ASN1Object. |
void |
POPOSigningKeyInput.decode(ASN1Object obj)
Decodes a POPOSigningKeyInput structure from an
ASN1Object. |
void |
ProofOfPossession.decode(ASN1Object obj)
Decodes a ProofOfPossession structure from an
ASN1Object. |
| Constructor and Description |
|---|
AttributeTypeAndValue(ASN1Object obj)
Creates a new
AttributeTypeAndValue object from an
ASN1Object. |
CertId(ASN1Object obj)
Creates a new
CertId from an ASN1Object. |
CertReqMsg(ASN1Object obj)
Creates a
CertReqMsg object from an ASN1Object. |
CertRequest(ASN1Object obj)
Creates a
CertRequest object from an ASN1Object. |
CertTemplate(ASN1Object obj)
Creates a
CertTemplate object from an ASN1Object. |
Controls(ASN1Object obj)
Creates a
Controls object from an ASN1Object. |
EncryptedValue(ASN1Object obj)
Creates an
EncryptedValue object from an
ASN1Object. |
OptionalValidity(ASN1Object obj)
Creates a
OptionalValidity object from an
ASN1Object. |
PKMACValue(ASN1Object obj)
Creates a
PKMACValue object from an ASN1Object. |
POPOPrivKey(ASN1Object obj)
Creates a
POPOPrivKey object from an ASN1Object. |
POPOSigningKey(ASN1Object obj)
Creates a
POPOSigningKey object from an
ASN1Object. |
POPOSigningKeyInput(ASN1Object obj)
Creates a
POPOSigningKeyInput object from an
ASN1Object. |
ProofOfPossession(ASN1Object obj)
Creates a
ProofOfPossession object from an
ASN1Object. |
| Modifier and Type | Method and Description |
|---|---|
void |
Authenticator.decode(ASN1Object obj)
Decodes an Authenticator regCtrl structure from an
ASN1Object. |
void |
OldCertId.decode(ASN1Object obj)
Decodes an OldCertId regCtrl structure from an
ASN1Object. |
void |
PKIArchiveOptions.decode(ASN1Object obj)
Decodes an PKIArchiveOptions regCtrl structure from an
ASN1Object. |
void |
PKIPublicationInfo.decode(ASN1Object obj)
Decodes an PKIPublicationInfo regCtrl structure from an
ASN1Object. |
void |
ProtocolEncrKey.decode(ASN1Object obj)
Decodes an ProtocolEncrKey regCtrl structure from an
ASN1Object. |
void |
RegToken.decode(ASN1Object obj)
Decodes an RegToken regCtrl structure from an
ASN1Object. |
void |
SinglePubInfo.decode(ASN1Object obj)
Decodes a SinglePubInfo structure from an
ASN1Object. |
| Constructor and Description |
|---|
Authenticator(ASN1Object obj)
Creates a new
Authenticator regCtrl object from an
ASN1Object. |
OldCertId(ASN1Object obj)
Creates a new
OldCertId regCtrl object from an
ASN1Object. |
PKIArchiveOptions(ASN1Object obj)
Creates a new
PKIArchiveOptions regCtrl object from an
ASN1Object. |
PKIPublicationInfo(ASN1Object obj)
Creates a new
PKIPublicationInfo regCtrl object from an
ASN1Object. |
ProtocolEncrKey(ASN1Object obj)
Creates a new
ProtocolEncrKey regCtrl object from an
ASN1Object. |
RegToken(ASN1Object obj)
Creates a new
RegToken regCtrl object from an
ASN1Object. |
SinglePubInfo(ASN1Object obj)
Creates a
SinglePubInfo object from an ASN1Object. |
| Modifier and Type | Method and Description |
|---|---|
void |
CertReq.decode(ASN1Object obj)
Decodes an CertReq regInfo structure from an
ASN1Object. |
void |
UTF8Pairs.decode(ASN1Object obj)
Decodes an UTF8Pairs regInfo structure from an
ASN1Object. |
| Constructor and Description |
|---|
CertReq(ASN1Object obj)
Creates a new
CertReq regInfo object from an
ASN1Object. |
UTF8Pairs(ASN1Object obj)
Creates a new
UTF8Pairs regInfo object from an
ASN1Object. |
| Modifier and Type | Method and Description |
|---|---|
void |
AlgorithmID.decode(ASN1Object obj)
Decodes an AlgorithmIdentifier from an
ASN1Object. |
void |
CertTemplateCMP.decode(ASN1Object obj)
Deprecated.
|
void |
Extension.decode(ASN1Object obj)
Deprecated.
|
void |
PKIHeader.decode(ASN1Object message)
Deprecated.
This method decodes an ASN.1 object into its encapsulated form.
|
void |
PMACVALUE.decode(ASN1Object obj)
Deprecated.
|
void |
POPSigningKeyInputCMP.decode(ASN1Object obj)
Deprecated.
|
void |
SubjectPublicKeyInfo.decode(ASN1Object obj)
Deprecated.
|
void |
Time.decode(ASN1Object obj)
Deprecated.
|
void |
Validity.decode(ASN1Object obj)
Deprecated.
|
ASN1Object |
DistributionPointName.toASN1Object()
Deprecated.
Returns this
DistributionPointName as an
ASN1Object. |
ASN1Object |
CertTemplateCMP.toASN1Object()
Deprecated.
This method converts the full certificate template to an ASN.1 object for
transportation.
|
ASN1Object |
Controls.toASN1Object()
Deprecated.
This method converts the full certificate template to an ASN.1 object for
transportation.
|
ASN1Object |
Extension.toASN1Object()
Deprecated.
|
ASN1Object |
FullCertTemplate.toASN1Object()
This method converts the full certificate template to an
ASN.1 object for transportation.
|
ASN1Object |
PKIHeader.toASN1Object()
Deprecated.
This method converts the encapsulated representation to a raw ASN.1
representation.
|
ASN1Object |
PMACVALUE.toASN1Object()
Deprecated.
|
ASN1Object |
POPSigningKeyInputCMP.toASN1Object()
Deprecated.
|
ASN1Object |
SubjectPublicKeyInfo.toASN1Object()
Deprecated.
|
ASN1Object |
Time.toASN1Object()
Deprecated.
|
ASN1Object |
Validity.toASN1Object()
Deprecated.
|
| Constructor and Description |
|---|
AlgorithmID(ASN1Object obj)
Creates a new
AlgorithmIdentifier from an
ASN1Object. |
AlgorithmIdentifier(ASN1Object algorithmID)
Deprecated.
|
Controls(ASN1Object template)
Deprecated.
This constructor decodes an ASN.1 representation of a full certificate
template.
|
DistributionPointName(ASN1Object obj)
Deprecated.
Constructs a
DistributionPointName from an
ASN1Object. |
FullCertTemplate(ASN1Object template)
This constructor decodes an ASN.1 representation of
a full certificate template.
|
OldDistributionPoint(ASN1Object obj)
Implements the ASN1Type interface.
|
OldDistributionPointName(ASN1Object obj)
Implements the ASN1Type interface.
|
PKIHeader(ASN1Object header)
Deprecated.
This constructor parses an ASN.1 object into an encapsulated
PKIHeader.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Accuracy.decode(ASN1Object obj)
Decodes an Accuracy object from an
ASN1Object. |
void |
MessageImprint.decode(ASN1Object obj)
Decodes a MessageImprint object from an
ASN1Object. |
void |
TSTInfo.decode(ASN1Object obj)
Decodes a
TSTInfo object from an ASN1Object. |
void |
TimeStampReq.decode(ASN1Object obj)
Decodes a TimeStampReq object from an
ASN1Object. |
void |
TimeStampResp.decode(ASN1Object obj)
Decodes a
TimeStampResp object from an ASN1Object. |
abstract void |
TimeStampToken.decode(ASN1Object obj)
Decodes a
TimeStampToken object from an
ASN1Object. |
void |
CMSTimeStampToken.decode(ASN1Object obj)
Decodes a
CMSTimeStampToken object from an
ASN1Object. |
static TimeStampToken |
TimeStampToken.newInstance(ASN1Object obj)
Creates a new
TimeStampToken object using the default
implementation (CMS). |
ASN1Object |
TSTInfo.toASN1Object()
Encodes this
TSTInfo object as an ASN1Object. |
ASN1Object |
TimeStampReq.toASN1Object()
Encodes this
TimeStampReq object as an ASN1Object. |
ASN1Object |
TimeStampResp.toASN1Object()
Encodes this
TimeStampResp object as an
ASN1Object. |
abstract ASN1Object |
TimeStampToken.toASN1Object()
Encodes this
TimeStampToken object as an
ASN1Object. |
ASN1Object |
CMSTimeStampToken.toASN1Object()
Encodes this
CMSTimeStampToken object as an
ASN1Object. |
| Constructor and Description |
|---|
Accuracy(ASN1Object obj)
Creates a new
Accuracy object from an ASN1Object. |
CMSTimeStampToken(ASN1Object obj)
Creates a new
CMSTimeStampToken object from an
ASN1Object. |
MessageImprint(ASN1Object obj)
Creates a new
MessageImprint object from an
ASN1Object. |
TimeStampReq(ASN1Object obj)
Creates a new
TimeStampReq object from an
ASN1Object. |
TimeStampResp(ASN1Object obj)
Creates a new
TimeStampResp object from an
ASN1Object. |
TSTInfo(ASN1Object obj)
Creates a new
TSTInfo object from an ASN1Object. |
| Modifier and Type | Method and Description |
|---|---|
void |
ChoiceOfUserInfo.decode(ASN1Object object)
Parses the given
ASN1Object into
ChoiceOfUserInfo. |
void |
CombinedUpdateRegReq.decode(ASN1Object object)
Parses the given
ASN1Object into a
CombinedUpdateRegReq object. |
void |
EntrustFileDesc.decode(ASN1Object obj)
Parses the given
ASN1Object into
EntrustFileDesc type. |
void |
EntrustFiles.decode(ASN1Object object)
Parses the given
ASN1Object into
EntrustFiles type. |
void |
RoamResult.decode(ASN1Object obj)
Parses the
RoamResult object from the given
ASN1 SEQUENCE. |
| Constructor and Description |
|---|
EntrustFileDesc(ObjectID fileType,
ENUMERATED entrustFileOperation,
OCTET_STRING content)
Creates an
EntrustFileDesc object using the given
arguments. |
RoamResult(DerInputStream dis)
Reads the data from the given input stream and parses the data
to create a
RoamResult object. |
| Modifier and Type | Method and Description |
|---|---|
static Field |
FieldFactory.getInstance(ASN1Object object)
Deprecated.
Returns the field specified in the ASN.1 object argument.
|
static FieldElement |
FieldElementFactory.getInstance(ASN1Object object,
Field field)
Deprecated.
Returns a field element as an instance of the
FieldElement
interface. |
static FieldElement |
FieldElementFactory.getInstance(byte[] value,
Field field)
Deprecated.
Returns a field element as an instance of the
FieldElement
interface. |
| Modifier and Type | Method and Description |
|---|---|
static ECPoint |
ECPointFactory.getInstance(ASN1Object object,
EllipticCurve curve)
Deprecated.
Parses an ASN.1 object to return an instance of
ECPoint. |
| Modifier and Type | Method and Description |
|---|---|
void |
EcdsaWithSpecifiedParameterSpec.decode(ASN1Object obj)
Decodes an
EcdsaWithSpecifiedParameterSpec object from an
ASN1Object. |
static EcParameterSpecWithName |
EcParameterFactory.getInstance(ASN1Object params)
Returns EC domain parameters by decoding them from ASN.1 format.
|
static EcParameterSpecWithName |
EcParameterFactory.getInstance(ASN1Object params,
java.security.spec.ECParameterSpec configuredImplicitCaParams)
Returns EC domain parameters by decoding them from ASN.1 format (allows
locally configured 'implicitCA' EC domain parameter values to be provided).
|
static EcParameterSpecWithName |
EcParameterFactory.getInstance(byte[] params)
Returns EC domain parameters by decoding them from DER encoded format.
|
static EcParameterSpecWithName |
EcParameterFactory.getInstance(byte[] params,
java.security.spec.ECParameterSpec configuredImplicitCaParams)
Returns EC domain parameters by decoding them from DER encoded format
(allows locally configured 'implicitCA' EC domain parameter values to be
provided).
|
| Constructor and Description |
|---|
EcdsaWithSpecifiedParameterSpec(ASN1Object obj)
A constructor; creates an
EcdsaWithSpecifiedParameterSpec
object from an ASN1Object. |
| Modifier and Type | Method and Description |
|---|---|
void |
RsaPssParameterSpec.decode(ASN1Object obj)
Decodes an
RSAPSSParameterSpec object from an
ASN1Object. |
| Constructor and Description |
|---|
RsaPssParameterSpec(ASN1Object obj)
Creates an
RSAPSSParameterSpec object from an
ASN1Object. |
| Modifier and Type | Method and Description |
|---|---|
ECParameters |
ECDSAPrivateKey.getECParameters()
Deprecated.
Returns the parameter value.
|
ECParameters |
ECDSAPublicKey.getECParameters()
Deprecated.
Returns the parameter value.
|
| Constructor and Description |
|---|
ECParameters(ASN1Object object)
Deprecated.
Constructor that requires a suitable ASN1 structure as an argument.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CAST128MacParameterSpec.decode(ASN1Object obj)
Decodes a
CAST128MacParameterSpec object from an
ASN1Object. |
void |
Cast3ParameterSpec.decode(ASN1Object obj)
Decodes a
Cast3ParameterSpec from an
ASN1Object. |
void |
IDEAParameterSpec.decode(ASN1Object obj)
Decodes an
IDEAParameterSpec object from an
ASN1Object. |
void |
IvParameterSpec.decode(ASN1Object obj)
Decodes an
IvParameterSpec object from an
ASN1Object. |
void |
MacParameterSpec.decode(ASN1Object obj)
Decodes a
MacParameterSpec object from an
ASN1Object. |
void |
PasswordBasedMacParameterSpec.decode(ASN1Object obj)
Decodes a
PasswordBasedMacParameterSpec object from an
ASN1Object. |
void |
RC2ParameterSpec.decode(ASN1Object obj)
Decodes a
RC2ParameterSpec object from an
ASN1Object. |
ASN1Object |
RSAOAEPParameterSpec.getEncoded()
Encodes this
RSAOAEPParameterSpec object as an
ASN1Object. |
| Constructor and Description |
|---|
CAST128MacParameterSpec(ASN1Object obj)
Creates a new
CAST128MacParameterSpec object from an
ASN1Object. |
Cast3ParameterSpec(ASN1Object obj)
Creates a new
Cast3ParameterSpec from an
ASN1Object. |
IDEAParameterSpec(ASN1Object obj)
Creates a new
IDEAParameterSpec object from an
ASN1Object. |
IvParameterSpec(ASN1Object obj)
Creates a new
IvParameterSpec object from an
ASN1Object. |
MacParameterSpec(ASN1Object obj)
Creates a new
MacParameterSpec object from an
ASN1Object. |
PasswordBasedMacParameterSpec(ASN1Object obj)
Creates a
PasswordBasedMacParameterSpec object from an
ASN1Object. |
RC2ParameterSpec(ASN1Object obj)
Creates a new
RC2ParameterSpec object from an
ASN1Object. |
RSAOAEPParameterSpec(ASN1Object spec)
Creates an
RSAOAEPParameterSpec object from an
ASN1Object. |
| Constructor and Description |
|---|
EntrustCertDefnSettings(EntrustCertDefnInfo entrustCertDefnInfo)
Creates an
EntrustCertDefnSettings object from an
EntrustCertDefnInfo structure. |
EntrustCertTypeSettings(EntrustCertTypeInfo entrustCertTypeInfo)
Creates an
EntrustCertTypeSettings object from an
EntrustCertTypeInfo structure. |
| Modifier and Type | Method and Description |
|---|---|
int |
HTTPOCSPProtocolHandler.sendRequest(OCSPRequest ocspRequest)
Posts the given ocsp request to the responder of this HTTPOCSPProtocolHandler.
|
abstract int |
OCSPProtocolHandler.sendRequest(OCSPRequest ocspRequest)
Method used to send OCSP request via the specified protocol
|
| Modifier and Type | Method and Description |
|---|---|
void |
ASN1Object.addComponent(ASN1Object component)
Throws a CodingException.
|
int |
ASN1.countComponents()
Returns the number of components in this ASN1 Object.
|
int |
ASN1Object.countComponents()
Throws a CodingException.
|
static ASN1Object |
ASN.createSequenceOf(ASN1Type[] array)
Creates a SEQUENCE OF ASN.1 object from the given array of ASN.1 types.
|
static ASN1Object |
ASN.createSequenceOf(java.util.Vector asn1Type)
Creates a SEQUENCE OF ASN.1 object from the given vector of ASN.1 types.
|
static ASN1Object |
ASN.createSetOf(ASN1Type[] array)
Creates a SET OF ASN.1 object from the given array of ASN.1 types.
|
static ASN1Object |
ASN.createSetOf(ASN1Type[] array,
boolean sorted)
Creates a SET OF ASN.1 object from the given array of ASN.1 types.
|
static ASN1Object |
ASN.createSetOf(java.util.Vector asn1Type)
Creates a SET OF ASN.1 object from the given vector of ASN.1 types.
|
void |
ASN1Type.decode(ASN1Object obj)
Decodes an ASN1Object according to the ASN.1 type the class implements.
|
static ASN1Object |
DerCoder.decode(byte[] coding)
Creates an ASN.1 object from the DER encoded version.
|
static ASN1Object |
DerCoder.decode(java.io.InputStream is)
Creates an ASN.1 object from the DER encoded version.
|
protected abstract void |
ASN1Object.decode(int length,
java.io.InputStream is)
Decodes an ASN1Object represented by the next
length
bytes of the given input stream. |
protected void |
BOOLEAN.decode(int length,
java.io.InputStream is)
Decodes a BOOLEAN value from the given InputStream.
|
protected void |
ConstructedType.decode(int length,
java.io.InputStream is)
Decodes the next available data from the InputStream.
|
protected void |
ENUMERATED.decode(int length,
java.io.InputStream is)
Decodes an ENUMERATED value from the given InputStream.
|
protected void |
OCTET_STRING.decode(int length,
java.io.InputStream is)
Decodes an OCTET_STRING value from the given InputStream.
|
protected void |
TaggedType.decode(int length,
java.io.InputStream is)
Decodes the next available data from the InputStream.
|
void |
EncodeListener.encodeCalled(ASN1Object o,
int id)
Method to be implemented for being called during the encoding procedure.
|
static byte[] |
ASN1.extractFirstEncodedComponent(byte[] ba)
Extracts the DER encoded first component from a DER encoded ASN.1
structure (must be a Constructed type).
|
void |
TaggedType.forceImplicitlyTagged(ASN type)
Forces a tagged ASN.1 object to be implicitly tagged.
|
ASN1Object |
ASN1.getComponentAt(int index)
Returns the ASN1Object at the given index if the ASN1Object
represented by this ASN1 object is of constructed type (e.g.
|
ASN1Object |
ASN1Object.getComponentAt(int index)
Throws a CodingException.
|
byte[] |
ASN1.getFirstObject()
Returns the first SEQUENCE of a SEQUENCE ASN1 object as DER encoded byte array.
|
static java.lang.String |
UTF8String.getRFC2253String(char[] str)
Returns a UTF-8 String representation according to RFC 2253.
|
static java.lang.String |
UTF8String.getRFC2253String(java.lang.String str)
Returns a UTF-8 String representation according to RFC 2253.
|
static java.lang.String |
UTF8String.getStringFromUTF8Encoding(byte[] enc)
Decodes the string from an UTF-8 encoded byte array.
|
static byte[] |
UTF8String.getUTF8EncodingFromCharArray(char[] str)
UTF-8 encodes the given char array.
|
static byte[] |
UTF8String.getUTF8EncodingFromString(java.lang.String str)
UTF-8 encodes the given string.
|
static OCTET_STRING |
APPLICATION.parseImplicitApplicationTaggedOctetString(ASN1Object obj,
int expectedTag,
java.lang.String objName)
Ensures that the ASN.1 object is an [APPLICATION] IMPLICIT OCTET STRING
with the indicated value.
|
static SEQUENCE |
APPLICATION.parseImplicitApplicationTaggedSequence(ASN1Object obj,
int expectedTag,
java.lang.String objName)
Ensures that the ASN.1 object is an [APPLICATION] IMPLICIT SEQUENCE with
the indicated value.
|
static UTF8String |
APPLICATION.parseImplicitApplicationTaggedUtf8String(ASN1Object obj,
int expectedTag,
java.lang.String objName)
Ensures that the ASN.1 object is an [APPLICATION] IMPLICIT UTF8String
with the indicated value.
|
static OCTET_STRING |
CON_SPEC.parseImplicitContextSpecificTaggedOctetString(ASN1Object obj,
int expectedTag,
java.lang.String objName)
Ensures that the ASN.1 object is an [CONTEXT SPECIFIC] IMPLICIT OCTET
STRING with the indicated value.
|
static ASN1Type[] |
ASN.parseSequenceOf(ASN1Object obj,
java.lang.Class cls)
Parses a
SEQUENCE OF ASN.1 object and returns an array containing all
the components of the given ASN.1 object. |
ASN1Object |
ASN1Type.toASN1Object()
Creates an ASN1Object according to the ASN.1 type the class implements.
|
| Constructor and Description |
|---|
ASN1(ASN1Object obj)
Creates an ASN1 object from the supplied ASN1Object.
|
ASN1(byte[] array)
Creates an ASN1 object from a byte array.
|
ASN1(java.io.InputStream is)
Creates an ASN1 object from an InputStream.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AVA.decode(ASN1Object obj)
Decodes an AVA from the given ASN1Object.
|
void |
AccessDescription.decode(ASN1Object obj)
Decodes the given ASN.1
AccessDescription object for parsing
the internal structure. |
void |
AlgorithmID.decode(ASN1Object algorithmID)
Decodes an AlgorithmID from the given ASN1Object.
|
void |
Attribute.decode(ASN1Object obj)
Decodes an Attribute from the given ASN1Object.
|
void |
GeneralNames.decode(ASN1Object obj)
Decodes a
GeneralNames from the given ASN1Object. |
void |
GeneralSubtree.decode(ASN1Object obj)
Decodes a GeneralSubtree from the given ASN1Object.
|
void |
Name.decode(ASN1Object obj)
Decodes a Name from the given ASN1Object.
|
void |
PolicyMapping.decode(ASN1Object obj)
Decodes a PolicyMapping from the given ASN1Object.
|
void |
RDN.decode(ASN1Object obj)
Decodes a RelativeDistinguishedName from the given ASN1Object.
|
ASN1Object |
AVA.getASN1Value()
Returns an ASN.1 representation of the value of this AttributeValueAssertion.
|
ASN1Object |
AccessDescription.toASN1Object()
Returns this
AccessDescription as ASN1Object. |
ASN1Object |
DistributionPoint.toASN1Object()
Returns this DistributionPoint as (SEQUENCE) ASN1Object.
|
ASN1Object |
GeneralName.toASN1Object()
Returns this GeneralName object as ASN1Object.
|
ASN1Object |
GeneralNames.toASN1Object()
Returns this
GeneralNames object as ASN1Object. |
ASN1Object |
GeneralSubtree.toASN1Object()
Returns this GeneralSubtree as (SEQUENCE) ASN1Object.
|
SEQUENCE |
Attributes.toAsn1SEQUENCE()
Returns the attributes included in this container as ASN.1 SEQUENCE.
|
SET |
Attributes.toAsn1SET()
Returns the attributes included in this container as ASN.1 SET.
|
SET |
Attributes.toAsn1SET(boolean sorted)
Returns the attributes included in this container as ASN.1 SET.
|
| Constructor and Description |
|---|
AccessDescription(ASN1Object obj)
Creates a new
AccessDescription from an ASN1Object. |
AlgorithmID(ASN1Object algorithmID)
Creates a new AlgorithmID from an ASN1Object.
|
Attribute(ASN1Object obj)
Creates an Attribute from an ASN1Object.
|
Attributes(ASN1Object attributes)
Creates an Attribute container from a SET OF or SEQUENCE OF attributes.
|
Attributes(byte[] encodedAttributes)
Creates an Attribute container from a BER encoded SET OF or SEQUENCE OF attributes.
|
Attributes(java.io.InputStream is)
Creates an Attribute container from a BER encoded SET OF or SEQUENCE OF attributes.
|
AVA(ASN1Object obj)
Creates an AttributeValueAssertion from an ASN1Object.
|
ChoiceOfTime(ASN1Object obj)
Creates a new ChoiceOfTime from an ASN1Object.
|
DistributionPoint(ASN1Object distributionPoint)
Constructs a DistributionPoint from an ASN1Object.
|
GeneralName(ASN1Object generalName)
Creates a GeneralName form an ASN1Object.
|
GeneralNames(ASN1Object obj)
Constructs a GeneralNames object from an ASN1Object.
|
Name(ASN1Object obj)
Constructs a Name from an ASN1Object.
|
Name(byte[] name)
Creates a name from a DER encoded byte array.
|
PolicyInformation(ASN1Object policyInformation)
Constructs a
PolicyInformation from an ASN1Object. |
PolicyMapping(ASN1Object obj)
Creates a policy mapping from an ASN1Object.
|
PolicyQualifierInfo(ASN1Object policyQualifierInfo)
Constructs a
PolicyQualifierInfo from an ASN1Object. |
RDN(ASN1Object obj)
Creates a RelativeDistinguishedName from an ASN1Object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DigestInfo.decode(ASN1Object obj)
Decodes the given ASN.1
DigestInfo object for parsing
the internal structure. |
void |
IssuerAndSerialNumber.decode(ASN1Object obj)
Decodes the given ASN.1
IssuerAndSerialNumber object for parsing
the internal structure. |
void |
KEKIdentifier.decode(ASN1Object obj)
Decodes the KEKIdentifier from the given ASN1Object.
|
void |
KEKRecipientInfo.decode(ASN1Object obj)
Decodes the given ASN.1
KEKRecipientInfo object for parsing
the internal structure. |
void |
KeyAgreeRecipientInfo.decode(ASN1Object obj)
Decodes the given ASN.1
KeyAgreeRecipientInfo object for parsing
the internal structure. |
abstract void |
KeyAttribute.decode(ASN1Object obj)
Decodes a key attribute from its ASN.1 representation.
|
void |
KeyTransRecipientInfo.decode(ASN1Object obj)
Decodes the given ASN.1
KeyTransRecipientInfo object for parsing
the internal structure. |
void |
OriginatorPublicKey.decode(ASN1Object obj)
Decodes the OriginatorPublicKey from the given ASN1Object.
|
void |
OtherKeyAttribute.decode(ASN1Object obj)
Decodes an OtherKeyAttribute from its ASN.1 representation.
|
void |
PasswordRecipientInfo.decode(ASN1Object asn)
Decodes the given ASN.1
PasswordRecipientInfo object for
parsing the internal structure. |
void |
RecipientKeyIdentifier.decode(ASN1Object obj)
Decodes the RecipientKeyIdentifier from the given ASN1Object.
|
void |
SignerInfo.decode(ASN1Object obj)
Decodes the given ASN.1
SignerInfo object for parsing
the internal structure. |
void |
SignerRecipientIdentifier.decode(ASN1Object obj)
Decodes the SignerRecipientIdentifier from the given ASN1Object.
|
void |
SubjectKeyID.decode(ASN1Object obj)
Decodes the given ASN.1
SubjectKeyIdentifier object for parsing
the internal structure. |
void |
AuthenticatedDataStream.encodeCalled(ASN1Object asn1,
int id)
This method implements the EncodeListener interface.
|
void |
DigestedDataStream.encodeCalled(ASN1Object o,
int id)
This method implements the EncodeListener interface.
|
void |
SignerInfo.encodeCalled(ASN1Object o,
int id)
This method implements the EncodeListener interface.
|
static ASN1Object |
RecipientInfo.encodeSequence(java.util.List<RecipientInfo> ris)
Encode the list of RecipientInfos into an ASN1 SET.
|
OtherRecipientInfo |
OtherRecipientInfoFactory.getOtherRecipientInfo(ASN1Object asn) |
abstract OtherRecipientInfo |
OtherRecipientInfoFactory.getOtherRecipientInfo(ObjectID oid,
ASN1Object any) |
static OtherRecipientInfo |
OtherRecipientInfo.parseOtherRecipientInfo(ASN1Object any)
Use the factory class to parse the given ASN1Object into a
OtherRecipientInfo
|
ASN1Object |
CertificateSet.toASN1Object()
Returns this CertifcateSet as ASN1Object.
|
ASN1Object |
KeyAgreeRecipientInfo.toASN1Object()
Returns this
KeyAgreeRecipientInfo as ASN1Object. |
ASN1Object |
OriginatorPublicKey.toASN1Object()
Returns this OriginatorPublicKey as ASN1Object.
|
ASN1Object |
SignerInfo.toASN1Object()
Returns this
SignerInfo as ASN1Object. |
| Constructor and Description |
|---|
DigestInfo(ASN1Object obj)
Creates a new
DigestInfo from an ASN1Object. |
DigestInfo(byte[] array)
Creates a new
DigestInfo from its DER encoding. |
IssuerAndSerialNumber(ASN1Object obj)
Creates a new
IssuerAndSerialNumber from an ASN1Object. |
KEKIdentifier(ASN1Object obj)
Creates a KEKIdentifier from an ASN1Object.
|
KEKRecipientInfo(ASN1Object obj)
Creates a
KEKRecipientInfo from an ASN1Object. |
KeyAgreeRecipientInfo(ASN1Object obj)
Creates a
KeyAgreeRecipientInfo from an ASN1Object. |
KeyTransRecipientInfo(ASN1Object obj)
Creates a
KeyTransRecipientInfo from an ASN1Object. |
OriginatorPublicKey(ASN1Object obj)
Creates an OriginatorPublicKey from an ASN1Object.
|
OtherKeyAttribute(ASN1Object obj)
Creates an OtherKeyAttribute from an ASN1Object.
|
PasswordRecipientInfo(ASN1Object obj)
Creates a
PasswordRecipientInfo from an ASN1Object. |
PasswordRecipientInfo(SecureStringBuffer password,
AlgorithmID keyDerivationAlgorithm,
java.security.spec.AlgorithmParameterSpec keyDerivationAlgorithmParams,
AlgorithmID kekEncryptionAlgorithm,
java.security.AlgorithmParameters kekEncryptionAlgorithmParams)
Creates a PasswordRecipientInfo object for deriving key encryption key
(KEK) from the supplied password.
|
RecipientKeyIdentifier(ASN1Object obj)
Creates a RecipientKeyIdentifier from an ASN1Object.
|
SignerInfo(ASN1Object obj)
Creates a CMS
SignerInfo from an ASN1Object. |
SignerRecipientIdentifier(ASN1Object obj)
Creates a SignerRecipientIdentifier from an ASN1Object.
|
SubjectKeyID(ASN1Object obj)
Creates a new
SubjectKeyID from an ASN1Object. |
| Modifier and Type | Method and Description |
|---|---|
void |
AuthenticatedSafe.decode(ASN1Object obj)
Decode and inits this
AuthenticatedSafe from an ASN1Object. |
void |
CertificateBag.decode(ASN1Object obj)
Decodes the CertificateBag given as ASN1Object.
|
void |
KeyBag.decode(ASN1Object obj)
Decodes the KeyBag given as ASN1Object.
|
void |
PKCS8ShroudedKeyBag.decode(ASN1Object obj)
Decodes the PKCS8ShroudedKeyBag given as ASN1Object.
|
protected static byte[] |
SafeBag.encodeSafeContents(SafeBag[] safeBags)
Creates the SafeContants byte array as needed by AuthenticatedSafe
from an array of SafeBags.
|
protected static SafeBag[] |
SafeBag.parseSafeContents(DerInputStream safeContents)
Parses the SafeContents data structure and returns the included SafeBags.
|
protected static SafeBag[] |
SafeBag.parseSafeContents(DerInputStream safeContents,
boolean skipUnsupportedTypes)
Parses the SafeContents data structure and returns the included SafeBags.
|
ASN1Object |
AuthenticatedSafe.toASN1Object()
Returns this
AuthenticatedSafe as ASN1Object. |
ASN1Object |
CertificateBag.toASN1Object()
Returns this CertificateBag as ASN1Object.
|
ASN1Object |
KeyBag.toASN1Object()
Returns this KeyBag as ASN1Object.
|
ASN1Object |
PKCS8ShroudedKeyBag.toASN1Object()
Returns this PKCS8ShroudedKeyBag as ASN1Object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DigestInfo.decode(ASN1Object obj)
Decodes the given ASN.1
DigestInfo object for parsing
the internal structure. |
void |
RecipientInfo.decode(ASN1Object obj)
Decodes the given ASN.1
RecipientInfo object for parsing
the internal structure. |
void |
SignerInfo.decode(ASN1Object obj)
Decodes the given ASN.1
SignerInfo object for parsing
the internal structure. |
void |
DigestedDataStream.encodeCalled(ASN1Object o,
int id)
This method implements the EncodeListener interface.
|
void |
SignerInfo.encodeCalled(ASN1Object o,
int id)
This method implements the EncodeListener interface.
|
ASN1Object |
SignerInfo.toASN1Object()
Returns this
SignerInfo as ASN1Object. |
| Constructor and Description |
|---|
DigestInfo(ASN1Object obj)
Creates a new
DigestInfo from an ASN1Object. |
IssuerAndSerialNumber(ASN1Object obj)
Creates a new
IssuerAndSerialNumber from an ASN1Object. |
RecipientInfo(ASN1Object obj)
Creates a
RecipientInfo from an ASN1Object. |
SignerInfo(ASN1Object obj)
Creates a PKCS#7
SignerInfo from an ASN1Object. |
| Modifier and Type | Method and Description |
|---|---|
void |
PrivateKeyInfo.decode(ASN1Object obj)
Decodes the given ASN.1
PrivateKeyInfo object
for parsing the internal structure. |
void |
EncryptedPrivateKeyInfo.decode(ASN1Object obj)
Decodes the given ASN.1
EncryptedPrivateKeyInfo object
for parsing the internal structure. |
| Modifier and Type | Method and Description |
|---|---|
void |
CAST128ParameterSpec.decode(ASN1Object obj)
Decodes a
CAST128ParameterSpec from an
ASN1Object. |
void |
PWRIKekWrapParameterSpec.decode(ASN1Object obj)
Decodes a
PWRIKekWrapParameterSpec from an
ASN1Object. |
| Constructor and Description |
|---|
CAST128ParameterSpec(ASN1Object obj)
Creates a new
CAST128ParameterSpec from an
ASN1Object. |
PWRIKekWrapParameterSpec(ASN1Object obj)
Creates a new
PWRIKekWrapParameter from an
ASN1Object. |
| Constructor and Description |
|---|
DSAParams(ASN1Object obj)
Creates a new DSAParams object from the given ASN.1 Object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IaikPBEParameterSpec.decode(ASN1Object obj)
Decodes the given ASN.1 object and parses
it for salt and iteration count.
|
void |
PBKDF2KeyAndParameterSpec.decode(ASN1Object obj)
Decodes the specified PBEKCS2KeyAndParameterSpec
|
| Constructor and Description |
|---|
IaikPBEParameterSpec(ASN1Object algorithmParameter)
Creates a PBE paramter specification from an ASN1Object.
|
PBKDF2KeyAndParameterSpec(ASN1Object algorithmParameter,
SecureStringBuffer password,
int keyLength)
Creates a PBEKDF2 parameter specification from an ASN1Object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ESSCertID.decode(ASN1Object obj)
Decodes the given ASN.1
ESSCertID object for parsing
the internal structure. |
void |
ESSIssuerSerial.decode(ASN1Object obj)
Decodes the given ASN.1
IssuerSerial object for parsing
the internal structure. |
void |
SigningCertificate.decode(ASN1Object obj)
Decodes the given ASN.1
SigningCertificate object for parsing
the internal structure. |
| Constructor and Description |
|---|
ESSCertID(ASN1Object obj)
Creates a new
ESSCertID from an ASN1Object. |
ESSIssuerSerial(ASN1Object obj)
Creates a new
IssuerSerial from an ASN1Object. |
SigningCertificate(ASN1Object obj)
Creates a new
SigningCertificate from an ASN1Object. |
| Modifier and Type | Method and Description |
|---|---|
void |
PublicKeyInfo.decode(ASN1Object obj)
Decodes the given ASN.1
PublicKeyInfo object
for parsing the internal structure. |
void |
X509CRL.decode(ASN1Object crl)
Creates a CRL from an ASN1Object.
|
void |
X509Certificate.decode(ASN1Object obj)
Creates a X509Certificate from an ASN1Object.
|
| Constructor and Description |
|---|
NetscapeCertRequest(byte[] arr)
Creates a
NetscapeCertRequest from a byte array supplying the PEM or DER
encoded request. |
NetscapeCertRequest(java.io.InputStream is)
Creates a
NetscapeCertRequest from an InputStream supplying
the PEM or DER encoded request. |
X509CRL(ASN1Object crl)
Creates a CRL from an ASN1Object
|
| Modifier and Type | Method and Description |
|---|---|
void |
AttCertIssuer.decode(ASN1Object obj)
Decodes an AttCertIssuer from its ASN.1 representasion.
|
void |
AttributeCertificate.decode(ASN1Object obj)
Creates an AttributeCertificate from an ASN1Object.
|
void |
V1Form.decode(ASN1Object obj)
Decodes a V1Form from its ASN.1 representation.
|
void |
V2Form.decode(ASN1Object obj)
Decodes a V2Form from its ASN.1 representation.
|
| Constructor and Description |
|---|
Holder(ASN1Object obj)
Creates a Holder from its ASN.1 representation.
|
IssuerSerial(ASN1Object obj)
Creates a new
IssuerSerial from an ASN1Object. |
ObjectDigestInfo(ASN1Object obj)
Creates and decodes an ObjectDigestInfo from its ASN.1 representation.
|
V1Form(ASN1Object obj)
Creates a V1Form from its ASN.1 representation.
|
V2Form(ASN1Object obj)
Creates a V2Form from its ASN.1 representation.
|
| Constructor and Description |
|---|
SubjectKeyIdentifier(java.security.PublicKey publicKey)
Creates a
SubjectKeyIdentifier extension from the given public key. |
| Modifier and Type | Method and Description |
|---|---|
void |
BiometricData.decode(ASN1Object obj)
Decodes this
BiometricData from an ASN1Object. |
void |
QCStatement.decode(ASN1Object obj)
Decodes an QCStatement from its ASN.1 representation.
|
abstract void |
QCStatementInfo.decode(ASN1Object obj)
Decodes a statement info from its ASN.1 representation.
|
void |
SemanticsInformation.decode(ASN1Object obj)
Decodes a SemanticsInformation from its ASN.1 representation.
|
ASN1Object |
BiometricData.toASN1Object()
Returns this BiometricData as ASN1Object.
|
ASN1Object |
QCStatement.toASN1Object()
Returns this QCStatement as ASN1Object.
|
abstract ASN1Object |
QCStatementInfo.toASN1Object()
Returns an ASN.1 representation of a particular statement info.
|
ASN1Object |
SemanticsInformation.toASN1Object()
Returns an ASN1Object representing this
SemanticsInformation
object. |
| Constructor and Description |
|---|
BiometricData(ASN1Object obj)
Creates a
BiometricData object from an ASN1Object. |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
CertID.calculateIssuerKeyHash(java.security.PublicKey issuerKey,
AlgorithmID hashAlgorithm)
Calculets the issuerKeyHash from the given public key.
|
void |
BasicOCSPResponse.decode(ASN1Object obj)
Decodes a BasicOCSPResponse from an ASN1Object.
|
void |
OCSPRequest.decode(ASN1Object obj)
Decodes a OCSPRequest from an ASN1Object.
|
void |
OCSPResponse.decode(ASN1Object obj)
Decodes an OCSPResponse from its ASN.1 representation.
|
void |
Request.decode(ASN1Object obj)
Decodes a Request from an ASN1Object.
|
void |
ResponseBytes.decode(ASN1Object obj)
Decodes ResponseBytes from its ASN.1 representation.
|
void |
SingleResponse.decode(ASN1Object obj)
Creates a SingleResponse from an ASN1Object.
|
void |
BasicOCSPResponse.decode(byte[] enc)
Decodes a BasicOCSPResponse from an byte array.
|
void |
OCSPRequest.decode(byte[] enc)
Decodes a OCSPRequest from a byte array.
|
abstract void |
Response.decode(byte[] enc)
Decodes a response from its DER encoding.
|
byte[] |
OCSPRequest.getEncoded()
Returns this OCSPRequest as DER encoded ASN.1 data structure
|
byte[] |
OCSPRequest.getTBSRequest()
Returns the DER encoded
TBSRequest ASN.1 data structure
specifying request data to be signed. |
byte[] |
BasicOCSPResponse.getTBSResponseData()
Returns the DER encoded
TBSResponseData ASN.1 data structure
specifying response data to be signed. |
ASN1Object |
OCSPRequest.toASN1Object()
Returns the OCSPRequest as an ASN1Object.
|
ASN1Object |
Request.toASN1Object()
Returns this Request as an ASN1Object.
|
ASN1Object |
SingleResponse.toASN1Object()
Returns this SingleResponse as an ASN1Object.
|
| Constructor and Description |
|---|
BasicOCSPResponse(byte[] array)
Creates a BasicOCSPResponse form a PEM or DER byte array.
|
BasicOCSPResponse(java.io.InputStream is)
Creates a BasicOCSPResponse from an input stream.
|
CertID(ASN1Object obj)
Creates CertID from an ASN1Object.
|
CertStatus(ASN1Object obj)
Creates a CertStatus from an ASN1Object.
|
OCSPRequest(byte[] array)
Creates an OCSPRequest from a PEM or DER byte array.
|
OCSPResponse(ASN1Object obj)
Creates an OCSPResponse from its ASN.1 representation.
|
OCSPResponse(byte[] array)
Creates an OCSPResponse from its DER encoding.
|
Request(ASN1Object obj)
Creates Request from an ASN1Object.
|
ResponderID(ASN1Object obj)
Creates ResponderID from an ASN1Object.
|
ResponseBytes(ASN1Object obj)
Creates ResponseBytes from its ASN.1 representation.
|
RevokedInfo(ASN1Object obj)
Creates RevokedInfo from an ASN1Object.
|
SingleResponse(ASN1Object obj)
Creates a SingleResponse from an ASN1Object.
|
UnknownInfo(ASN1Object obj)
Creates an UnknownInfo from an ASN1Object.
|