Package org.apereo.cas.adaptors.u2f
Class U2FAuthenticationRegistrationRecordCipherExecutor
- java.lang.Object
-
- org.apereo.cas.util.cipher.AbstractCipherExecutor<java.io.Serializable,java.lang.String>
-
- org.apereo.cas.util.cipher.BaseStringCipherExecutor
-
- org.apereo.cas.adaptors.u2f.U2FAuthenticationRegistrationRecordCipherExecutor
-
- All Implemented Interfaces:
org.apereo.cas.CipherExecutor<java.io.Serializable,java.lang.String>
public class U2FAuthenticationRegistrationRecordCipherExecutor extends org.apereo.cas.util.cipher.BaseStringCipherExecutor- Since:
- 5.3.0
-
-
Constructor Summary
Constructors Constructor Description U2FAuthenticationRegistrationRecordCipherExecutor(java.lang.String secretKeyEncryption, java.lang.String secretKeySigning, java.lang.String alg, int signingKeySize, int encryptionKeySize)
-
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.BaseStringCipherExecutor
configureEncryptionKeyFromPublicKeyResource, decode, encode, getContentEncryptionAlgorithmIdentifier, getEncryptionAlgorithm, getEncryptionKeySize, getSecretKeyEncryptionKey, getSigningKeySize, isEncryptionEnabled, isSigningEnabled, setContentEncryptionAlgorithmIdentifier, setEncryptionAlgorithm, setEncryptionEnabled, setEncryptionKeySize, setSecretKeyEncryptionKey, setSigningEnabled, setSigningKeySize
-
Methods inherited from class org.apereo.cas.util.cipher.AbstractCipherExecutor
configureSigningKey, configureSigningKeyFromPrivateKeyResource, extractPrivateKeyFromResource, extractPublicKeyFromResource, getSigningKey, isEnabled, setSigningKey, sign, verifySignature
-
-
-
-
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
-
-