Package org.webpki.keygen2
Class ProvisioningFinalizationRequestDecoder
java.lang.Object
org.webpki.json.JSONDecoder
org.webpki.keygen2.ProvisioningFinalizationRequestDecoder
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassclassclass -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]byte[]final StringEmulation of XML namespaceOptional type indicator for JSON objects belonging to the same@context.booleanisSigned()protected final voidINTERNAL USE ONLY.voidverifySignature(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:JSONDecoderOptional type indicator for JSON objects belonging to the same@context.- Overrides:
getQualifierin classJSONDecoder- Returns:
- The qualifier name
-
verifySignature
-
isSigned
public boolean isSigned() -
readJSONData
Description copied from class:JSONDecoderINTERNAL USE ONLY.- Specified by:
readJSONDatain classJSONDecoder- Parameters:
rd- A JSON reader
-
getContext
Description copied from class:JSONDecoderEmulation of XML namespace- Specified by:
getContextin classJSONDecoder- Returns:
- The context name
-