public class TimeStampReq extends ASN1Object
Constructor and Description |
---|
TimeStampReq(MessageImprint messageImprint,
ASN1ObjectIdentifier tsaPolicy,
ASN1Integer nonce,
ASN1Boolean certReq,
Extensions extensions) |
Modifier and Type | Method and Description |
---|---|
ASN1Boolean |
getCertReq() |
Extensions |
getExtensions() |
static TimeStampReq |
getInstance(java.lang.Object o) |
MessageImprint |
getMessageImprint() |
ASN1Integer |
getNonce() |
ASN1ObjectIdentifier |
getReqPolicy() |
ASN1Integer |
getVersion() |
ASN1Primitive |
toASN1Primitive()
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
}
|
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
public TimeStampReq(MessageImprint messageImprint, ASN1ObjectIdentifier tsaPolicy, ASN1Integer nonce, ASN1Boolean certReq, Extensions extensions)
public static TimeStampReq getInstance(java.lang.Object o)
public ASN1Integer getVersion()
public MessageImprint getMessageImprint()
public ASN1ObjectIdentifier getReqPolicy()
public ASN1Integer getNonce()
public ASN1Boolean getCertReq()
public Extensions getExtensions()
public ASN1Primitive toASN1Primitive()
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 }
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object