public class ProofTokenState extends Object
Modifier and Type | Method and Description |
---|---|
static ProofTokenState.ProofTokenStateBuilder |
builder()
Creates a
ProofTokenStateBuilder |
boolean |
equals(Object other) |
static ProofTokenState |
fromJson(JsonValue jsonValue)
Constructs a
ProofTokenState from the specified JsonValue representation. |
X509Certificate |
getX509Certificate()
Gets the
X509Certificate |
int |
hashCode() |
JsonValue |
toJson()
Gets the
JsonValue representation of the ProofTokenState |
String |
toString() |
public X509Certificate getX509Certificate()
X509Certificate
X509Certificate
public static ProofTokenState.ProofTokenStateBuilder builder()
ProofTokenStateBuilder
ProofTokenStateBuilder
public static ProofTokenState fromJson(JsonValue jsonValue)
ProofTokenState
from the specified JsonValue
representation.jsonValue
- the JsonValue
representation to construct the ProofTokenState
from.ProofTokenState
TokenMarshalException
- If there is a problem parsing the JSON.public JsonValue toJson() throws IllegalStateException
JsonValue
representation of the ProofTokenState
JsonValue
of the ProofTokenState
IllegalStateException
- If there is a problem generating the JSON.Copyright © 2010-2018, ForgeRock All Rights Reserved.