| Package | Description |
|---|---|
| de.alpharogroup.crypto.algorithm |
Provides classes and enums for the algorithms.
|
| de.alpharogroup.crypto.factories |
| Modifier and Type | Class and Description |
|---|---|
class |
AesAlgorithm
The enum
AesAlgorithm for the Advanced Encryption Standard (AES), also known as Rijndael. |
class |
HashAlgorithm
The enum
HashAlgorithm represents the one-way conversion hash algorithms. |
class |
KeyPairGeneratorAlgorithm
The enum
KeyPairGeneratorAlgorithm. |
class |
KeyPairWithModeAndPaddingAlgorithm
The enum
KeyPairWithModeAndPaddingAlgorithm. |
class |
MacAlgorithm
The enum
MacAlgorithm contains the algorithm names that can be specified when requesting
an instance of Mac. |
class |
MdAlgorithm
The enum
MdAlgorithm defines the MessageDigest Algorithm. |
class |
RngAlgorithm
The enum
RngAlgorithm provides algorithms for generation of random number generator (RNG)
that are used with the SecureRandom object. |
class |
SunJCEAlgorithm
The enum
SunJCEAlgorithm defines the algorithm specified by the SunJCE security provider. |
| Modifier and Type | Method and Description |
|---|---|
static KeyPair |
KeyPairFactory.newKeyPair(Algorithm algorithm,
int keySize)
Factory method for creating a new
KeyPair from the given algorithm and key size. |
static KeyPair |
KeyPairFactory.newKeyPair(Algorithm algorithm,
KeySize keySize)
|
Copyright © 2015–2017 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.