| Interface | Description |
|---|---|
| CryptoParametersJ8 |
CryptoParameters used for encryption/decryption.
|
| CryptoStreamFactoryJ8 |
Interface for creating encrypting/decrypting streams.
|
| Class | Description |
|---|---|
| CryptoStreamFactoryJ8Template |
Concrete factory for creating encrypting/decrypting streams.
|
| CryptoUtilJ8 |
Helper class to provide typed functions to work with CryptoStreams.
|
| Enum | Description |
|---|---|
| CryptoParametersJ8.TYPES |
short names, exact names @see
CryptoParametersJ8.TYPES_IMPL. |
| CryptoParametersJ8.TYPES_IMPL |
Implementing classes are either using
PBEWith <digest>And<encryption> - the password-based encryption algorithm defined in PKCS #5: PBEWithHmacSHA256AndAES_256/CBC/PKCS5Padding in
CryptoParametersJ8.TYPES_IMPL.ALGORITHM_J8_PBE
or
AES/GCM/NoPadding in CryptoParametersJ8.TYPES_IMPL.ALGORITHM_J8_GCM (Cipher Algorithm Names/Cipher Algorithm Modes/Cipher Algorithm Padding). |
Copyright © 2008–2020 The Apache Software Foundation. All rights reserved.