Class AbstractTlsCipherFactory

    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      TlsCipher createCipher​(TlsContext context, int encryptionAlgorithm, int macAlgorithm)
      Deprecated.
      See enumeration classes EncryptionAlgorithm, MACAlgorithm for appropriate argument values
      • Methods inherited from class java.lang.Object

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

      • AbstractTlsCipherFactory

        public AbstractTlsCipherFactory()
        Deprecated.
    • Method Detail

      • createCipher

        public TlsCipher createCipher​(TlsContext context,
                                      int encryptionAlgorithm,
                                      int macAlgorithm)
                               throws java.io.IOException
        Deprecated.
        Description copied from interface: TlsCipherFactory
        See enumeration classes EncryptionAlgorithm, MACAlgorithm for appropriate argument values
        Specified by:
        createCipher in interface TlsCipherFactory
        Throws:
        java.io.IOException