Class EncryptionJwtSigningJwtCryptographyProperties

java.lang.Object
org.apereo.cas.configuration.model.core.util.EncryptionJwtSigningJwtCryptographyProperties
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
EncryptionOptionalSigningOptionalJwtCryptographyProperties

@RequiresModule(name="cas-server-core-util", automated=true) public class EncryptionJwtSigningJwtCryptographyProperties extends Object implements Serializable
Common properties for all cryptography related configs. A number of components in CAS accept signing and encryption keys. In most scenarios if keys are not provided, CAS will auto-generate them. The following instructions apply if you wish to manually and beforehand create the signing and encryption keys.
Since:
5.0.0
See Also: