| Package | Description |
|---|---|
| com.entrust.toolkit.asn1.structures |
Contains classes used to create, parse, and manipulate general ASN.1
structures.
|
| com.entrust.toolkit.roaming |
Contains Toolkit classes that support SSL and TLS communication with
Entrust Authority™ Roaming Server (formerly Entrust/Roaming Server).
|
| iaik.asn1 |
| Modifier and Type | Method and Description |
|---|---|
OCTET_STRING |
Extension.getExtnValue()
Deprecated.
|
OCTET_STRING |
PKIHeader.getRecipNonce()
Deprecated.
This method returns the recipient random nonce associated with the
PKIHeader.
|
OCTET_STRING |
PasswordBasedMacParameterSpec.getSalt()
Deprecated.
|
OCTET_STRING |
PKIHeader.getSenderNonce()
Deprecated.
This method returns the sender random nonce associated with the
PKIHeader.
|
OCTET_STRING |
PKIHeader.getTransactionID()
Deprecated.
This method returns the transaction ID associated with the
PKIHeader.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Extension.setExtnValue(OCTET_STRING extnValue)
Deprecated.
|
void |
PKIHeader.setRecipNonce(OCTET_STRING recipNonce)
Deprecated.
This method sets the recipient random nonce associated with the
PKIHeader.
|
void |
PasswordBasedMacParameterSpec.setSalt(OCTET_STRING salt)
Deprecated.
|
void |
PKIHeader.setSenderNonce(OCTET_STRING senderNonce)
Deprecated.
This method sets the sender random nonce associated with the
PKIHeader.
|
void |
PKIHeader.setTransactionID(OCTET_STRING transactionID)
Deprecated.
This method sets the transaction ID associated with the
PKIHeader.
|
| Constructor and Description |
|---|
PKIHeader(int pvno,
GeneralName sender,
GeneralName recipient,
GeneralizedTime messageTime,
AlgorithmID protectionAlg,
ASN1Object senderKID,
ASN1Object recipKID,
OCTET_STRING transactionID,
OCTET_STRING senderNonce,
OCTET_STRING recipNonce)
Deprecated.
This constructor, given all of the information that can be included, creates
a PKIHeader object.
|
| Modifier and Type | Method and Description |
|---|---|
OCTET_STRING |
EntrustFiles.getFile(ObjectID fileType)
Returns the content component of the file with
the given
fileType. |
OCTET_STRING |
CombinedUpdateRegReq.getSharedSecret()
Returns the
sharedSecret component. |
| Modifier and Type | Method and Description |
|---|---|
void |
EntrustFileDesc.setContent(OCTET_STRING content)
Sets the file content.
|
void |
CombinedUpdateRegReq.setSharedSecret(OCTET_STRING secret)
Sets the
sharedSecret component. |
| Constructor and Description |
|---|
EntrustFileDesc(ObjectID fileType,
ENUMERATED entrustFileOperation,
OCTET_STRING content)
Creates an
EntrustFileDesc object using the given
arguments. |
| Modifier and Type | Method and Description |
|---|---|
OCTET_STRING |
OCTET_STRING.getSimpleOctetString()
Returns this OCTET_STRING as simple OCTET_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 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.
|