Bouncy Castle Cryptography 1.46

org.bouncycastle.crypto.tls
Interface TlsCipherFactory

All Known Implementing Classes:
DefaultTlsCipherFactory

public interface TlsCipherFactory


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

Method Detail

createCipher

TlsCipher createCipher(TlsClientContext context,
                       int encryptionAlgorithm,
                       int digestAlgorithm)
                       throws java.io.IOException
See enumeration classes EncryptionAlgorithm and DigestAlgorithm for appropriate argument values

Throws:
java.io.IOException

Bouncy Castle Cryptography 1.46