public class Timestamp extends Object
TimeStampToken ::= ContentInfo
-- contentType is id-signedData ([CMS])
-- content is SignedData ([CMS])
id-aa-timeStampToken OBJECT IDENTIFIER ::= { iso(1) member-body(2)
us(840) rsadsi(113549) pkcs(1) pkcs-9(9) smime(16) aa(2) 14 }| Constructor and Description |
|---|
Timestamp(org.bouncycastle.tsp.TimeStampToken timeStampToken) |
| Modifier and Type | Method and Description |
|---|---|
org.bouncycastle.util.Store<?> |
getCertificates() |
org.bouncycastle.util.Store<?> |
getCRLs() |
byte[] |
getEncoded()
Returns a stream of bytes encoded in ASN.1 format, which represents the encoded object.
|
String |
getHashAlgorithm() |
byte[] |
getMessageImprintDigest() |
String |
getMessageImprintDigestBase64() |
String |
getMessageImprintDigestHex() |
BigInteger |
getNonce()
Returns the nonce value, or returns null if there is no
|
String |
getPolicy() |
String |
getSerialNumber() |
Map<?,?> |
getSignedAttributes() |
String |
getTimeStamp() |
String |
getTimeStampAuthorityInfo()
The attributes of the Time Stamp Authority's certificate.
|
Map<?,?> |
getUnsignedAttributes() |
String |
toString() |
public byte[] getEncoded()
public String getPolicy()
public String getSerialNumber()
public String getHashAlgorithm()
public byte[] getMessageImprintDigest()
public String getMessageImprintDigestBase64()
public String getMessageImprintDigestHex()
public org.bouncycastle.util.Store<?> getCRLs()
public org.bouncycastle.util.Store<?> getCertificates()
public Map<?,?> getSignedAttributes()
public Map<?,?> getUnsignedAttributes()
public String getTimeStampAuthorityInfo()
public BigInteger getNonce()
public String getTimeStamp()
Copyright © 2023 SERPRO - Serviço Federal de Processamento de Dados. All rights reserved.