Package org.webpki.webauth
Class AuthenticationRequestDecoder
java.lang.Object
org.webpki.json.JSONDecoder
org.webpki.webauth.AuthenticationRequestDecoder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal StringEmulation of XML namespaceintgetID()String[]Optional type indicator for JSON objects belonging to the same@context.String[]booleanisSigned()protected final voidINTERNAL USE ONLY.voidverifySignature(X509VerifierInterface verifier) booleanMethods 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: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
-