| Package | Description |
|---|---|
| de.alpharogroup.crypto.algorithm |
Provides classes and enums for the algorithms.
|
| de.alpharogroup.crypto.hash | |
| de.alpharogroup.crypto.key |
| Modifier and Type | Method and Description |
|---|---|
static HashAlgorithm |
HashAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HashAlgorithm[] |
HashAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
HashExtensions.hash(byte[] hashIt,
HashAlgorithm hashAlgorithm)
Hashes the given
byte[] object with the given parameters. |
static byte[] |
HashExtensions.hash(byte[] hashIt,
String salt,
HashAlgorithm hashAlgorithm,
Charset charset)
Hashes the given
byte[] object with the given parameters. |
static String |
HashExtensions.hash(String hashIt,
String salt,
HashAlgorithm hashAlgorithm,
Charset charset)
Hashes the given
String object with the given parameters. |
static String |
HashExtensions.hashAndBase64(String hashIt,
String salt,
HashAlgorithm hashAlgorithm,
Charset charset)
Hashes and encodes it with base64 from the given
String object with the given
parameters. |
| Modifier and Type | Method and Description |
|---|---|
static String |
CertificateExtensions.getFingerprint(X509Certificate certificate,
HashAlgorithm hashAlgorithm)
Gets the fingerprint from the given
X509Certificate and the given algorithm. |
Copyright © 2015–2017 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.