Bouncy Castle Cryptography Library 1.64

org.bouncycastle.crypto.tls
Class AbstractTlsCipherFactory

java.lang.Object
  |
  +--org.bouncycastle.crypto.tls.AbstractTlsCipherFactory
All Implemented Interfaces:
TlsCipherFactory
Direct Known Subclasses:
DefaultTlsCipherFactory

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

public class AbstractTlsCipherFactory
extends java.lang.Object
implements TlsCipherFactory


Constructor Summary
AbstractTlsCipherFactory()
          Deprecated.  
 
Method Summary
 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

Bouncy Castle Cryptography Library 1.64