Package org.bouncycastle.crypto.tls
Interface TlsCipherFactory
-
- All Known Implementing Classes:
AbstractTlsCipherFactory
,DefaultTlsCipherFactory
public interface TlsCipherFactory
Deprecated.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 TlsCipher
createCipher(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
-
-