Package org.bouncycastle.crypto.tls
Interface TlsCipherFactory
-
- All Known Implementing Classes:
AbstractTlsCipherFactory
,DefaultTlsCipherFactory
public interface TlsCipherFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TlsCipher
createCipher(TlsContext context, int encryptionAlgorithm, int macAlgorithm)
See enumeration classes EncryptionAlgorithm, MACAlgorithm for appropriate argument values
-
-
-
Method Detail
-
createCipher
TlsCipher createCipher(TlsContext context, int encryptionAlgorithm, int macAlgorithm) throws java.io.IOException
See enumeration classes EncryptionAlgorithm, MACAlgorithm for appropriate argument values- Throws:
java.io.IOException
-
-