Class CipherExecutorUtils


  • public class CipherExecutorUtils
    extends java.lang.Object
    Since:
    6.2.0
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <T extends BaseStringCipherExecutor>
      T
      newStringCipherExecutor​(org.apereo.cas.configuration.model.core.util.EncryptionJwtSigningJwtCryptographyProperties crypto, java.lang.Class<T> cipherClass)
      New string cipher executor.
      static <T extends BaseStringCipherExecutor>
      T
      newStringCipherExecutor​(org.apereo.cas.configuration.model.core.util.EncryptionOptionalSigningOptionalJwtCryptographyProperties crypto, java.lang.Class<T> cipherClass)
      New string cipher executor.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CipherExecutorUtils

        public CipherExecutorUtils()
    • 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 crypto
        cipherClass - 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 crypto
        cipherClass - the cipher class
        Returns:
        the t