public interface TokenCodecContext extends InvocationContext
Modifier and Type | Method and Description |
---|---|
HMACComputer |
getHMACComputer()
Returns the Hash-based Message Authentication Code (HMAC) computer.
|
JWSVerifier |
getJWSVerifier()
Returns the JSON Web Signature (JWS) verifier.
|
JWTSigner |
getJWTSigner()
Returns the JSON Web Token (JWT) signer.
|
SecureRandom |
getSecureRandom()
Returns an initialised secure random generator.
|
getIssuer
SecureRandom getSecureRandom()
JWTSigner getJWTSigner()
JWSVerifier getJWSVerifier()
HMACComputer getHMACComputer()
Copyright © 2019 Connect2id Ltd.. All rights reserved.