Package | Description |
---|---|
org.bouncycastle.crypto.tls |
Modifier and Type | Method and Description |
---|---|
protected TlsBlockCipher |
DefaultTlsCipherFactory.createAESCipher(TlsContext context,
int cipherKeySize,
int macAlgorithm) |
protected TlsBlockCipher |
DefaultTlsCipherFactory.createCamelliaCipher(TlsContext context,
int cipherKeySize,
int macAlgorithm) |
protected TlsBlockCipher |
DefaultTlsCipherFactory.createDESedeCipher(TlsContext context,
int macAlgorithm) |
protected TlsBlockCipher |
DefaultTlsCipherFactory.createSEEDCipher(TlsContext context,
int macAlgorithm) |
Copyright © 2017 BouncyCastle.org. All rights reserved.