Class SessionKey
java.lang.Object
com.linecorp.centraldogma.server.auth.SessionKey
A session key used to sign and encrypt session cookies.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the secret key used to encrypt session tokens.static SessionKeyof(byte[] masterKey, byte[] salt, int version) Returns the secret key used to sign session tokens.intversion()Returns the version of this session key.
-
Method Details
-
of
-
signingKey
Returns the secret key used to sign session tokens. -
encryptionKey
Returns the secret key used to encrypt session tokens. -
version
public int version()Returns the version of this session key.
-