Class DefaultTicketCipherExecutor

  • All Implemented Interfaces:
    org.apereo.cas.util.crypto.CipherExecutor<byte[],​byte[]>, org.apereo.cas.util.crypto.DecodableCipher<byte[],​byte[]>, org.apereo.cas.util.crypto.EncodableCipher<byte[],​byte[]>

    public class DefaultTicketCipherExecutor
    extends BaseBinaryCipherExecutor
    This is DefaultTicketCipherExecutor that handles the encryption and signing of tickets during replication.
    Since:
    5.0.0
    • Constructor Detail

      • DefaultTicketCipherExecutor

        public DefaultTicketCipherExecutor​(java.lang.String encryptionSecretKey,
                                           java.lang.String signingSecretKey,
                                           java.lang.String secretKeyAlg,
                                           int signingKeySize,
                                           int encryptionKeySize,
                                           java.lang.String cipherName)