Class CacheCredentialsCipherExecutor
- java.lang.Object
-
- org.apereo.cas.util.cipher.AbstractCipherExecutor<java.io.Serializable,java.lang.String>
-
- org.apereo.cas.util.cipher.BaseStringCipherExecutor
-
- org.apereo.cas.authentication.metadata.CacheCredentialsCipherExecutor
-
- All Implemented Interfaces:
org.apereo.cas.CipherExecutor<java.io.Serializable,java.lang.String>
public class CacheCredentialsCipherExecutor extends org.apereo.cas.util.cipher.BaseStringCipherExecutorThis isCacheCredentialsCipherExecutor.- Since:
- 5.1.0
-
-
Constructor Summary
Constructors Constructor Description CacheCredentialsCipherExecutor(java.lang.String secretKeyEncryption, java.lang.String secretKeySigning, java.lang.String alg)Instantiates a new cipher executor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.StringgetEncryptionKeySetting()java.lang.StringgetName()protected java.lang.StringgetSigningKeySetting()-
Methods inherited from class org.apereo.cas.util.cipher.AbstractCipherExecutor
configureSigningKey, configureSigningKeyFromPrivateKeyResource, extractPrivateKeyFromResource, extractPublicKeyFromResource, isEnabled, setSigningKey, sign, verifySignature
-
-
-
-
Constructor Detail
-
CacheCredentialsCipherExecutor
public CacheCredentialsCipherExecutor(java.lang.String secretKeyEncryption, java.lang.String secretKeySigning, java.lang.String alg)Instantiates a new cipher executor.- Parameters:
secretKeyEncryption- the secret key encryptionsecretKeySigning- the secret key signingalg- the alg
-
-
Method Detail
-
getName
public java.lang.String getName()
-
getEncryptionKeySetting
protected java.lang.String getEncryptionKeySetting()
- Overrides:
getEncryptionKeySettingin classorg.apereo.cas.util.cipher.BaseStringCipherExecutor
-
getSigningKeySetting
protected java.lang.String getSigningKeySetting()
- Overrides:
getSigningKeySettingin classorg.apereo.cas.util.cipher.BaseStringCipherExecutor
-
-