Package org.bouncycastle.crypto.tls
Interface TlsCipherFactory
-
- All Known Implementing Classes:
AbstractTlsCipherFactory,DefaultTlsCipherFactory
public interface TlsCipherFactoryDeprecated.Migrate to the (D)TLS API in org.bouncycastle.tls (bctls jar).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description TlsCiphercreateCipher(TlsContext context, int encryptionAlgorithm, int macAlgorithm)Deprecated.See enumeration classes EncryptionAlgorithm, MACAlgorithm for appropriate argument values
-
-
-
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
-
-