public interface ITSAClient
Interface used by the PdfPKCS7 digital signature builder to call Time Stamp Authority providing RFC 3161 compliant time stamp token.
Modifier and Type | Method and Description |
---|---|
MessageDigest |
getMessageDigest()
Returns the MessageDigest to digest the data imprint
|
byte[] |
getTimeStampToken(byte[] imprint)
Returns RFC 3161 timeStampToken.
|
int |
getTokenSizeEstimate()
Get the time stamp estimated token size.
|
int getTokenSizeEstimate()
getTimeStampToken(byte[])
prior to actual getTimeStampToken(byte[])
call.
MessageDigest getMessageDigest() throws GeneralSecurityException
MessageDigest
to digest the data imprint
MessageDigest
object.
GeneralSecurityException
Copyright © 1998–2018 iText Group NV. All rights reserved.