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
-
-
Constructor Summary
Constructors Constructor Description AbstractTlsCipherFactory()
-
Method Summary
All Methods Instance Methods Concrete 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
public TlsCipher createCipher(TlsContext context, int encryptionAlgorithm, int macAlgorithm) throws java.io.IOException
Description copied from interface:TlsCipherFactory
See enumeration classes EncryptionAlgorithm, MACAlgorithm for appropriate argument values- Specified by:
createCipher
in interfaceTlsCipherFactory
- Throws:
java.io.IOException
-
-