public interface TlsCipherFactory
Modifier and Type | Method and Description |
---|---|
TlsCipher |
createCipher(TlsClientContext context,
int encryptionAlgorithm,
int digestAlgorithm)
See enumeration classes EncryptionAlgorithm and DigestAlgorithm for appropriate argument values
|
TlsCipher createCipher(TlsClientContext context, int encryptionAlgorithm, int digestAlgorithm) throws java.io.IOException
java.io.IOException