Package org.webpki.webauth
Class AuthenticationResponseDecoder
java.lang.Object
org.webpki.json.JSONDecoder
org.webpki.webauth.AuthenticationResponseDecoder
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal String
Emulation of XML namespacegetID()
Optional type indicator for JSON objects belonging to the same@context
.protected void
INTERNAL USE ONLY.void
verifySignature
(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:
IOException
GeneralSecurityException
-
readJSONData
Description copied from class:JSONDecoder
INTERNAL USE ONLY.- Specified by:
readJSONData
in classJSONDecoder
- Parameters:
rd
- A JSON reader
-
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
-
getContext
Description copied from class:JSONDecoder
Emulation of XML namespace- Specified by:
getContext
in classJSONDecoder
- Returns:
- The context name
-