Bouncy Castle Cryptography Library 1.64

org.bouncycastle.crypto.tls
Interface TlsCipherFactory

All Known Implementing Classes:
AbstractTlsCipherFactory

Deprecated. Migrate to the (D)TLS API in org.bouncycastle.tls (bctls jar).

public interface TlsCipherFactory


Method Summary
 TlsCipher createCipher(TlsContext context, int encryptionAlgorithm, int macAlgorithm)
          Deprecated. See enumeration classes EncryptionAlgorithm, MACAlgorithm for appropriate argument values
 

Method Detail

createCipher

public 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

Bouncy Castle Cryptography Library 1.64