Package org.webpki.keygen2
Class ProvisioningFinalizationRequestDecoder
java.lang.Object
org.webpki.json.JSONDecoder
org.webpki.keygen2.ProvisioningFinalizationRequestDecoder
-
Nested Class Summary
Modifier and TypeClassDescriptionclass
class
class
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]
byte[]
final String
Emulation of XML namespaceOptional type indicator for JSON objects belonging to the same@context
.boolean
isSigned()
protected final void
INTERNAL USE ONLY.void
verifySignature
(X509VerifierInterface verifier) Methods inherited from class org.webpki.json.JSONDecoder
getWriter
-
Constructor Details
-
ProvisioningFinalizationRequestDecoder
public ProvisioningFinalizationRequestDecoder()
-
-
Method Details
-
getServerSessionId
-
getClientSessionId
-
getIssuedCredentials
-
getPostUnlockKeys
-
getPostDeleteKeys
-
getCloseSessionMac
public byte[] getCloseSessionMac() -
getCloseSessionNonce
public byte[] getCloseSessionNonce() -
getQualifier
Description copied from class:JSONDecoder
Optional type indicator for JSON objects belonging to the same@context
.- Overrides:
getQualifier
in classJSONDecoder
- Returns:
- The qualifier name
-
verifySignature
-
isSigned
public boolean isSigned() -
readJSONData
Description copied from class:JSONDecoder
INTERNAL USE ONLY.- Specified by:
readJSONData
in classJSONDecoder
- Parameters:
rd
- A JSON reader
-
getContext
Description copied from class:JSONDecoder
Emulation of XML namespace- Specified by:
getContext
in classJSONDecoder
- Returns:
- The context name
-