Package org.webpki.webauth
Class AuthenticationRequestDecoder
java.lang.Object
org.webpki.json.JSONDecoder
org.webpki.webauth.AuthenticationRequestDecoder
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal String
Emulation of XML namespaceint
getID()
String[]
Optional type indicator for JSON objects belonging to the same@context
.String[]
boolean
isSigned()
protected final void
INTERNAL USE ONLY.void
verifySignature
(X509VerifierInterface verifier) boolean
Methods inherited from class org.webpki.json.JSONDecoder
getWriter
-
Constructor Details
-
AuthenticationRequestDecoder
public AuthenticationRequestDecoder()
-
-
Method Details
-
getSignatureAlgorithms
-
getCertificateFilters
-
getOptionalKeyContainerList
-
getID
-
getServerTime
-
getRequestedClientFeatures
-
getOptionalLanguageList
-
getExpires
public int getExpires() -
wantsExtendedCertPath
public boolean wantsExtendedCertPath() -
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
-