public class AbstractTlsCipherFactory extends java.lang.Object implements TlsCipherFactory
Constructor and Description |
---|
AbstractTlsCipherFactory()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
TlsCipher |
createCipher(TlsContext context,
int encryptionAlgorithm,
int macAlgorithm)
Deprecated.
See enumeration classes EncryptionAlgorithm, MACAlgorithm for appropriate argument values
|
public TlsCipher createCipher(TlsContext context, int encryptionAlgorithm, int macAlgorithm) throws java.io.IOException
TlsCipherFactory
createCipher
in interface TlsCipherFactory
java.io.IOException