public class TimeStampRequestBC extends Object implements ITimeStampRequest
TimeStampRequest.| Constructor and Description |
|---|
TimeStampRequestBC(org.bouncycastle.tsp.TimeStampRequest timeStampRequest)
Creates new wrapper instance for
TimeStampRequest. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Indicates whether some other object is "equal to" this one.
|
byte[] |
getEncoded() |
BigInteger |
getNonce() |
org.bouncycastle.tsp.TimeStampRequest |
getTimeStampRequest()
Gets actual org.bouncycastle object being wrapped.
|
int |
hashCode()
Returns a hash code value based on the wrapped object.
|
String |
toString()
Delegates
toString method call to the wrapped object. |
public TimeStampRequestBC(org.bouncycastle.tsp.TimeStampRequest timeStampRequest)
TimeStampRequest.timeStampRequest - TimeStampRequest to be wrappedpublic org.bouncycastle.tsp.TimeStampRequest getTimeStampRequest()
TimeStampRequest.public byte[] getEncoded()
throws IOException
getEncoded in interface ITimeStampRequestIOExceptionpublic BigInteger getNonce()
getNonce in interface ITimeStampRequestpublic boolean equals(Object o)
public int hashCode()
Copyright © 1998–2024 Apryse Group NV. All rights reserved.