public class TimeStampTokenInfoBC extends Object implements ITimeStampTokenInfo
TimeStampTokenInfo.| Constructor and Description |
|---|
TimeStampTokenInfoBC(org.bouncycastle.tsp.TimeStampTokenInfo timeStampTokenInfo)
Creates new wrapper instance for
TimeStampTokenInfo. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Indicates whether some other object is "equal to" this one.
|
byte[] |
getEncoded() |
Date |
getGenTime() |
IAlgorithmIdentifier |
getHashAlgorithm() |
org.bouncycastle.tsp.TimeStampTokenInfo |
getTimeStampTokenInfo()
Gets actual org.bouncycastle object being wrapped.
|
int |
hashCode()
Returns a hash code value based on the wrapped object.
|
ITSTInfo |
toASN1Structure() |
String |
toString()
Delegates
toString method call to the wrapped object. |
public TimeStampTokenInfoBC(org.bouncycastle.tsp.TimeStampTokenInfo timeStampTokenInfo)
TimeStampTokenInfo.timeStampTokenInfo - TimeStampTokenInfo to be wrappedpublic org.bouncycastle.tsp.TimeStampTokenInfo getTimeStampTokenInfo()
TimeStampTokenInfo.public IAlgorithmIdentifier getHashAlgorithm()
getHashAlgorithm in interface ITimeStampTokenInfopublic ITSTInfo toASN1Structure()
toASN1Structure in interface ITimeStampTokenInfopublic Date getGenTime()
getGenTime in interface ITimeStampTokenInfopublic byte[] getEncoded()
throws IOException
getEncoded in interface ITimeStampTokenInfoIOExceptionpublic boolean equals(Object o)
public int hashCode()
Copyright © 1998–2023 Apryse Group NV. All rights reserved.