Example usage for Java org.bouncycastle.tsp TimeStampToken fields, constructors, methods, implement or subclass
The text is from its open source code.
Store | getCertificates() |
byte[] | getEncoded() Return a ASN.1 encoded byte stream representing the encoded object. |
SignerId | getSID() |
AttributeTable | getSignedAttributes() |
TimeStampTokenInfo | getTimeStampInfo() |
boolean | isSignatureValid(SignerInformationVerifier sigVerifier) Return true if the signature on time stamp token is valid. |
CMSSignedData | toCMSSignedData() Return the underlying CMSSignedData object. |
void | validate(SignerInformationVerifier sigVerifier) Validate the time stamp token. |