public class DefaultTlsCipherFactory extends AbstractTlsCipherFactory
| Constructor and Description |
|---|
DefaultTlsCipherFactory() |
public TlsCipher createCipher(TlsContext context, int encryptionAlgorithm, int macAlgorithm) throws IOException
TlsCipherFactorycreateCipher in interface TlsCipherFactorycreateCipher in class AbstractTlsCipherFactoryIOExceptionprotected TlsBlockCipher createAESCipher(TlsContext context, int cipherKeySize, int macAlgorithm) throws IOException
IOExceptionprotected TlsBlockCipher createCamelliaCipher(TlsContext context, int cipherKeySize, int macAlgorithm) throws IOException
IOExceptionprotected TlsCipher createChaCha20Poly1305(TlsContext context) throws IOException
IOExceptionprotected TlsAEADCipher createCipher_AES_CCM(TlsContext context, int cipherKeySize, int macSize) throws IOException
IOExceptionprotected TlsAEADCipher createCipher_AES_GCM(TlsContext context, int cipherKeySize, int macSize) throws IOException
IOExceptionprotected TlsAEADCipher createCipher_AES_OCB(TlsContext context, int cipherKeySize, int macSize) throws IOException
IOExceptionprotected TlsAEADCipher createCipher_Camellia_GCM(TlsContext context, int cipherKeySize, int macSize) throws IOException
IOExceptionprotected TlsBlockCipher createDESedeCipher(TlsContext context, int macAlgorithm) throws IOException
IOExceptionprotected TlsNullCipher createNullCipher(TlsContext context, int macAlgorithm) throws IOException
IOExceptionprotected TlsStreamCipher createRC4Cipher(TlsContext context, int cipherKeySize, int macAlgorithm) throws IOException
IOExceptionprotected TlsBlockCipher createSEEDCipher(TlsContext context, int macAlgorithm) throws IOException
IOExceptionprotected BlockCipher createAESEngine()
protected BlockCipher createCamelliaEngine()
protected BlockCipher createAESBlockCipher()
protected AEADBlockCipher createAEADBlockCipher_AES_CCM()
protected AEADBlockCipher createAEADBlockCipher_AES_GCM()
protected AEADBlockCipher createAEADBlockCipher_AES_OCB()
protected AEADBlockCipher createAEADBlockCipher_Camellia_GCM()
protected BlockCipher createCamelliaBlockCipher()
protected BlockCipher createDESedeBlockCipher()
protected StreamCipher createRC4StreamCipher()
protected BlockCipher createSEEDBlockCipher()
protected Digest createHMACDigest(int macAlgorithm) throws IOException
IOExceptionCopyright © 2015–2021 The veraPDF Consortium. All rights reserved.