Package org.apereo.cas.util.cipher
Class CipherExecutorUtils
- java.lang.Object
-
- org.apereo.cas.util.cipher.CipherExecutorUtils
-
public class CipherExecutorUtils extends java.lang.ObjectThis isCipherExecutorUtils.- Since:
- 6.2.0
-
-
Constructor Summary
Constructors Constructor Description CipherExecutorUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T extends BaseStringCipherExecutor>
TnewStringCipherExecutor(org.apereo.cas.configuration.model.core.util.EncryptionJwtSigningJwtCryptographyProperties crypto, java.lang.Class<T> cipherClass)New string cipher executor.static <T extends BaseStringCipherExecutor>
TnewStringCipherExecutor(org.apereo.cas.configuration.model.core.util.EncryptionOptionalSigningOptionalJwtCryptographyProperties crypto, java.lang.Class<T> cipherClass)New string cipher executor.
-
-
-
Method Detail
-
newStringCipherExecutor
public static <T extends BaseStringCipherExecutor> T newStringCipherExecutor(org.apereo.cas.configuration.model.core.util.EncryptionJwtSigningJwtCryptographyProperties crypto, java.lang.Class<T> cipherClass)
New string cipher executor.- Type Parameters:
T- the type parameter- Parameters:
crypto- the cryptocipherClass- the cipher class- Returns:
- the t
-
newStringCipherExecutor
public static <T extends BaseStringCipherExecutor> T newStringCipherExecutor(org.apereo.cas.configuration.model.core.util.EncryptionOptionalSigningOptionalJwtCryptographyProperties crypto, java.lang.Class<T> cipherClass)
New string cipher executor.- Type Parameters:
T- the type parameter- Parameters:
crypto- the cryptocipherClass- the cipher class- Returns:
- the t
-
-