Package org.webpki.webauth
Class AuthenticationRequestEncoder
java.lang.Object
org.webpki.json.JSONEncoder
org.webpki.webauth.AuthenticationRequestEncoder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddCertificateFilter(CertificateFilter certificateFilter) addSignatureAlgorithm(AsymSignatureAlgorithms algorithm) voidcheckRequestResponseIntegrity(AuthenticationResponseDecoder authenticationResponse, byte[] expectedServerCertificateFingerprint) final StringEmulation of XML namespaceOptional type indicator for JSON objects belonging to the same@context.requestClientFeature(String featureUri) setExtendedCertPath(boolean extendedCertPath) setPreferredLanguages(String[] languageList) voidsetRequestSigner(X509SignerInterface signer) setTargetKeyContainerList(KeyContainerTypes[] optionalListOfGrantedTypes) protected final voidINTERNAL USE ONLY.Methods inherited from class org.webpki.json.JSONEncoder
serializeJSONDocument
-
Constructor Details
-
AuthenticationRequestEncoder
public AuthenticationRequestEncoder()
-
-
Method Details
-
addSignatureAlgorithm
-
addCertificateFilter
-
setExtendedCertPath
-
setTargetKeyContainerList
public AuthenticationRequestEncoder setTargetKeyContainerList(KeyContainerTypes[] optionalListOfGrantedTypes) -
setID
-
setPreferredLanguages
-
requestClientFeature
-
checkRequestResponseIntegrity
public void checkRequestResponseIntegrity(AuthenticationResponseDecoder authenticationResponse, byte[] expectedServerCertificateFingerprint) -
getQualifier
Description copied from class:JSONEncoderOptional type indicator for JSON objects belonging to the same@context.- Overrides:
getQualifierin classJSONEncoder- Returns:
- The qualifier name
-
getContext
Description copied from class:JSONEncoderEmulation of XML namespace- Specified by:
getContextin classJSONEncoder- Returns:
- The context name
-
writeJSONData
Description copied from class:JSONEncoderINTERNAL USE ONLY.- Specified by:
writeJSONDatain classJSONEncoder- Parameters:
wr- A JSON writer
-
setRequestSigner
-