-
Method Summary
used to build a cNonce in any style.
default void
void
-
Method Details
-
buildCNonce
used to build a cNonce in any style. For jwt-based cNonces we will additionally require the audience-values that
should be added into the cNonce
- Parameters:
audiences
- the audiences for jwt-based cNonces
additionalDetails
- additional attributes that might be required to build the cNonce and that are handler
specific
- Returns:
- the cNonce in string representation
-
verifyCNonce
- Parameters:
cNonce
- the cNonce to validate
audiences
- the expected audiences for jwt-based cNonces
additionalDetails
- additional attributes that might be required to build the cNonce and that are handler
specific
- Throws:
VerificationException
-
close
default void close()
- Specified by:
close
in interface Provider