See: Description
| Interface | Description |
|---|---|
| Algorithm |
The interface
Algorithm is for enums that represents an algorithm for encryption or
decryption. |
| Enum | Description |
|---|---|
| AesAlgorithm |
The enum
AesAlgorithm for the Advanced Encryption Standard (AES), also known as Rijndael. |
| HashAlgorithm |
The enum
HashAlgorithm represents the one-way conversion hash algorithms. |
| KeyPairGeneratorAlgorithm |
The enum
KeyPairGeneratorAlgorithm. |
| KeyPairWithModeAndPaddingAlgorithm |
The enum
KeyPairWithModeAndPaddingAlgorithm. |
| KeystoreType |
The enum
KeystoreType for algorithm that are used to create KeyStore objects. |
| MacAlgorithm |
The enum
MacAlgorithm contains the algorithm names that can be specified when requesting
an instance of Mac. |
| MdAlgorithm |
The enum
MdAlgorithm defines the MessageDigest Algorithm. |
| RngAlgorithm |
The enum
RngAlgorithm provides algorithms for generation of random number generator (RNG)
that are used with the SecureRandom object. |
| SunJCEAlgorithm |
The enum
SunJCEAlgorithm defines the algorithm specified by the SunJCE security provider. |
Copyright © 2015–2017 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.