org.bouncycastle.asn1.tsp
public class TimeStampReq extends ASN1Encodable
| Constructor Summary | |
|---|---|
| TimeStampReq(ASN1Sequence seq) | |
| TimeStampReq(MessageImprint messageImprint, DERObjectIdentifier tsaPolicy, DERInteger nonce, DERBoolean certReq, X509Extensions extensions) | |
| Method Summary | |
|---|---|
| DERBoolean | getCertReq() |
| X509Extensions | getExtensions() |
| static TimeStampReq | getInstance(Object o) |
| MessageImprint | getMessageImprint() |
| DERInteger | getNonce() |
| DERObjectIdentifier | getReqPolicy() |
| DERInteger | getVersion() |
| DERObject | toASN1Object()
TimeStampReq ::= SEQUENCE {
version INTEGER { v1(1) },
messageImprint MessageImprint,
--a hash algorithm OID and the hash value of the data to be
--time-stamped
reqPolicy TSAPolicyId OPTIONAL,
nonce INTEGER OPTIONAL,
certReq BOOLEAN DEFAULT FALSE,
extensions [0] IMPLICIT Extensions OPTIONAL
}
|
TimeStampReq ::= SEQUENCE {
version INTEGER { v1(1) },
messageImprint MessageImprint,
--a hash algorithm OID and the hash value of the data to be
--time-stamped
reqPolicy TSAPolicyId OPTIONAL,
nonce INTEGER OPTIONAL,
certReq BOOLEAN DEFAULT FALSE,
extensions [0] IMPLICIT Extensions OPTIONAL
}