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