| Package | Description |
|---|---|
| com.entrust.toolkit.asn1.structures |
Contains classes used to create, parse, and manipulate general ASN.1
structures.
|
| iaik.asn1 |
| Modifier and Type | Method and Description |
|---|---|
GeneralizedTime |
PKIHeader.getMessageTime()
Deprecated.
This method returns the time at which the message was created.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PKIHeader.setMessageTime(GeneralizedTime messageTime)
Deprecated.
This method sets the time at which this message was created.
|
void |
Time.setTime(GeneralizedTime time)
Deprecated.
|
| 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 |
|---|---|
GeneralizedTime |
DerInputStream.readGeneralizedTime()
Reads a GeneralizedTime from the input stream.
|