Class DefaultTlsCipherFactory

    • Constructor Detail

      • DefaultTlsCipherFactory

        public DefaultTlsCipherFactory()
        Deprecated.
    • Method Detail

      • createAESCipher

        protected TlsBlockCipher createAESCipher​(TlsContext context,
                                                 int cipherKeySize,
                                                 int macAlgorithm)
                                          throws java.io.IOException
        Deprecated.
        Throws:
        java.io.IOException
      • createCamelliaCipher

        protected TlsBlockCipher createCamelliaCipher​(TlsContext context,
                                                      int cipherKeySize,
                                                      int macAlgorithm)
                                               throws java.io.IOException
        Deprecated.
        Throws:
        java.io.IOException
      • createChaCha20Poly1305

        protected TlsCipher createChaCha20Poly1305​(TlsContext context)
                                            throws java.io.IOException
        Deprecated.
        Throws:
        java.io.IOException
      • createCipher_AES_CCM

        protected TlsAEADCipher createCipher_AES_CCM​(TlsContext context,
                                                     int cipherKeySize,
                                                     int macSize)
                                              throws java.io.IOException
        Deprecated.
        Throws:
        java.io.IOException
      • createCipher_AES_GCM

        protected TlsAEADCipher createCipher_AES_GCM​(TlsContext context,
                                                     int cipherKeySize,
                                                     int macSize)
                                              throws java.io.IOException
        Deprecated.
        Throws:
        java.io.IOException
      • createCipher_AES_OCB

        protected TlsAEADCipher createCipher_AES_OCB​(TlsContext context,
                                                     int cipherKeySize,
                                                     int macSize)
                                              throws java.io.IOException
        Deprecated.
        Throws:
        java.io.IOException
      • createCipher_Camellia_GCM

        protected TlsAEADCipher createCipher_Camellia_GCM​(TlsContext context,
                                                          int cipherKeySize,
                                                          int macSize)
                                                   throws java.io.IOException
        Deprecated.
        Throws:
        java.io.IOException
      • createDESedeCipher

        protected TlsBlockCipher createDESedeCipher​(TlsContext context,
                                                    int macAlgorithm)
                                             throws java.io.IOException
        Deprecated.
        Throws:
        java.io.IOException
      • createNullCipher

        protected TlsNullCipher createNullCipher​(TlsContext context,
                                                 int macAlgorithm)
                                          throws java.io.IOException
        Deprecated.
        Throws:
        java.io.IOException
      • createRC4Cipher

        protected TlsStreamCipher createRC4Cipher​(TlsContext context,
                                                  int cipherKeySize,
                                                  int macAlgorithm)
                                           throws java.io.IOException
        Deprecated.
        Throws:
        java.io.IOException
      • createSEEDCipher

        protected TlsBlockCipher createSEEDCipher​(TlsContext context,
                                                  int macAlgorithm)
                                           throws java.io.IOException
        Deprecated.
        Throws:
        java.io.IOException
      • createAESEngine

        protected BlockCipher createAESEngine()
        Deprecated.
      • createCamelliaEngine

        protected BlockCipher createCamelliaEngine()
        Deprecated.
      • createAESBlockCipher

        protected BlockCipher createAESBlockCipher()
        Deprecated.
      • createAEADBlockCipher_AES_CCM

        protected AEADBlockCipher createAEADBlockCipher_AES_CCM()
        Deprecated.
      • createAEADBlockCipher_AES_GCM

        protected AEADBlockCipher createAEADBlockCipher_AES_GCM()
        Deprecated.
      • createAEADBlockCipher_AES_OCB

        protected AEADBlockCipher createAEADBlockCipher_AES_OCB()
        Deprecated.
      • createAEADBlockCipher_Camellia_GCM

        protected AEADBlockCipher createAEADBlockCipher_Camellia_GCM()
        Deprecated.
      • createCamelliaBlockCipher

        protected BlockCipher createCamelliaBlockCipher()
        Deprecated.
      • createDESedeBlockCipher

        protected BlockCipher createDESedeBlockCipher()
        Deprecated.
      • createRC4StreamCipher

        protected StreamCipher createRC4StreamCipher()
        Deprecated.
      • createSEEDBlockCipher

        protected BlockCipher createSEEDBlockCipher()
        Deprecated.
      • createHMACDigest

        protected Digest createHMACDigest​(int macAlgorithm)
                                   throws java.io.IOException
        Deprecated.
        Throws:
        java.io.IOException