public class SignedToken
extends Object
SignedToken
provides the result of a signed token byte array.
-
Field Summary 
Fields
Algorithm used for signing
Identity which corresponds to signature
final byte[]
Token byte array signature
final byte[]
Original token byte array
-
Method Summary 
Methods inherited from class java.lang.Object 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details 
-
token 
public final byte[] token
Original token byte array
-
signature 
public final byte[] signature
Token byte array signature
-
algorithm 
Algorithm used for signing
-
certChain 
Identity which corresponds to signature