Bouncy Castle Cryptography Library 1.49

org.bouncycastle.crypto.tls
Interface TlsCipherFactory

All Known Implementing Classes:
AbstractTlsCipherFactory, DefaultTlsCipherFactory

public interface TlsCipherFactory


Method Summary
 TlsCipher createCipher(TlsContext context, int encryptionAlgorithm, int macAlgorithm)
          See enumeration classes EncryptionAlgorithm, MACAlgorithm for appropriate argument values
 

Method Detail

createCipher

TlsCipher createCipher(TlsContext context,
                       int encryptionAlgorithm,
                       int macAlgorithm)
                       throws java.io.IOException
See enumeration classes EncryptionAlgorithm, MACAlgorithm for appropriate argument values

Throws:
java.io.IOException

Bouncy Castle Cryptography Library 1.49