Package com.helger.phase4.crypto
Interface ICryptoSessionKeyProvider
public interface ICryptoSessionKeyProvider
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGet or create a new symmetric session key.
-
Field Details
-
INSTANCE_RANDOM_AES_128
-
-
Method Details
-
getSessionKey
Get or create a new symmetric session key. This method may only throws unchecked exceptions.- Returns:
- A new session key. Must not be
null.
-