Package | Description |
---|---|
org.bouncycastle.crypto.tls |
Modifier and Type | Method and Description |
---|---|
protected TlsAEADCipher |
DefaultTlsCipherFactory.createCipher_AES_CCM(TlsContext context,
int cipherKeySize,
int macSize) |
protected TlsAEADCipher |
DefaultTlsCipherFactory.createCipher_AES_GCM(TlsContext context,
int cipherKeySize,
int macSize) |
protected TlsAEADCipher |
DefaultTlsCipherFactory.createCipher_AES_OCB(TlsContext context,
int cipherKeySize,
int macSize) |
protected TlsAEADCipher |
DefaultTlsCipherFactory.createCipher_Camellia_GCM(TlsContext context,
int cipherKeySize,
int macSize) |
Copyright © 2020 BouncyCastle.org. All rights reserved.