Package org.bouncycastle.crypto.tls
Class AbstractTlsCipherFactory
- java.lang.Object
-
- org.bouncycastle.crypto.tls.AbstractTlsCipherFactory
-
- All Implemented Interfaces:
TlsCipherFactory
- Direct Known Subclasses:
DefaultTlsCipherFactory
public class AbstractTlsCipherFactory extends java.lang.Object implements TlsCipherFactory
Deprecated.Migrate to the (D)TLS API in org.bouncycastle.tls (bctls jar).
-
-
Constructor Summary
Constructors Constructor Description AbstractTlsCipherFactory()
Deprecated.
-
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
-
-
-
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 interfaceTlsCipherFactory
- Throws:
java.io.IOException
-
-