Interface TlsCipherFactory

    • Method Detail

      • createCipher

        TlsCipher createCipher​(TlsContext context,
                               int encryptionAlgorithm,
                               int macAlgorithm)
                        throws java.io.IOException
        Deprecated.
        See enumeration classes EncryptionAlgorithm, MACAlgorithm for appropriate argument values
        Throws:
        java.io.IOException