public class AbstractTlsCipherFactory extends Object implements TlsCipherFactory
Constructor and Description |
---|
AbstractTlsCipherFactory() |
Modifier and Type | Method and 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 IOException
TlsCipherFactory
createCipher
in interface TlsCipherFactory
IOException