public class ProofTokenState extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ProofTokenState.ProofTokenStateBuilder
Builder class for
ProofTokenState |
Modifier and Type | Method and Description |
---|---|
static ProofTokenState.ProofTokenStateBuilder |
builder()
Creates a
ProofTokenStateBuilder |
boolean |
equals(Object other) |
static ProofTokenState |
fromJson(org.forgerock.json.JsonValue jsonValue)
Constructs a
ProofTokenState from the specified JsonValue representation. |
X509Certificate |
getX509Certificate()
Gets the
X509Certificate |
int |
hashCode() |
org.forgerock.json.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(org.forgerock.json.JsonValue jsonValue)
ProofTokenState
from the specified JsonValue
representation.jsonValue
- the JsonValue
representation to construct the ProofTokenState
from.ProofTokenState
TokenMarshalException
public org.forgerock.json.JsonValue toJson()
JsonValue
representation of the ProofTokenState
JsonValue
of the ProofTokenState
IllegalStateException
Copyright © 2010-2016, ForgeRock All Rights Reserved.