public interface

TlsCipherFactory

org.bouncycastle.crypto.tls.TlsCipherFactory
Known Indirect Subclasses

Summary

Public Methods
abstract TlsCipher createCipher(TlsClientContext context, int encryptionAlgorithm, int digestAlgorithm)
See enumeration classes EncryptionAlgorithm and DigestAlgorithm for appropriate argument values

Public Methods

public abstract TlsCipher createCipher (TlsClientContext context, int encryptionAlgorithm, int digestAlgorithm)

See enumeration classes EncryptionAlgorithm and DigestAlgorithm for appropriate argument values

Throws
IOException