public class PasswordResetTokenCipherExecutor
extends org.apereo.cas.util.cipher.BaseStringCipherExecutor
PasswordResetTokenCipherExecutor.| Constructor and Description |
|---|
PasswordResetTokenCipherExecutor(java.lang.String secretKeyEncryption,
java.lang.String secretKeySigning,
java.lang.String contentEncryptionAlgorithmIdentifier)
Instantiates a new pm cipher executor.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
getEncryptionKeySetting() |
java.lang.String |
getName() |
protected java.lang.String |
getSigningKeySetting() |
public PasswordResetTokenCipherExecutor(java.lang.String secretKeyEncryption,
java.lang.String secretKeySigning,
java.lang.String contentEncryptionAlgorithmIdentifier)
secretKeyEncryption - the secret key encryptionsecretKeySigning - the secret key signingcontentEncryptionAlgorithmIdentifier - the content encryption algorithm identifierpublic java.lang.String getName()
protected java.lang.String getEncryptionKeySetting()
getEncryptionKeySetting in class org.apereo.cas.util.cipher.BaseStringCipherExecutorprotected java.lang.String getSigningKeySetting()
getSigningKeySetting in class org.apereo.cas.util.cipher.BaseStringCipherExecutor