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 IOException
IOExceptionCopyright © 2015. All rights reserved.