Package org.webpki.webauth
Class AuthenticationResponseDecoder
java.lang.Object
org.webpki.json.JSONDecoder
org.webpki.webauth.AuthenticationResponseDecoder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal StringEmulation of XML namespacegetID()Optional type indicator for JSON objects belonging to the same@context.protected voidINTERNAL USE ONLY.voidverifySignature(X509VerifierInterface verifier) Methods inherited from class org.webpki.json.JSONDecoder
getWriter
-
Constructor Details
-
AuthenticationResponseDecoder
public AuthenticationResponseDecoder()
-
-
Method Details
-
getClientTime
-
getID
-
getClientPlatformFeatures
-
verifySignature
public void verifySignature(X509VerifierInterface verifier) throws IOException, GeneralSecurityException - Throws:
IOExceptionGeneralSecurityException
-
readJSONData
Description copied from class:JSONDecoderINTERNAL USE ONLY.- Specified by:
readJSONDatain classJSONDecoder- Parameters:
rd- A JSON reader
-
getQualifier
Description copied from class:JSONDecoderOptional type indicator for JSON objects belonging to the same@context.- Overrides:
getQualifierin classJSONDecoder- Returns:
- The qualifier name
-
getContext
Description copied from class:JSONDecoderEmulation of XML namespace- Specified by:
getContextin classJSONDecoder- Returns:
- The context name
-