| Package | Description |
|---|---|
| cz.d1x.dxcrypto.common | |
| cz.d1x.dxcrypto.encryption.crypto | |
| cz.d1x.dxcrypto.hash | |
| cz.d1x.dxcrypto.hash.digest |
| Modifier and Type | Class and Description |
|---|---|
class |
Base64Representation
Implementation that represents byte arrays in Base64 form.
|
class |
HexRepresentation
Implementation that represents byte arrays in HEX form.
|
| Modifier and Type | Method and Description |
|---|---|
AsymmetricAlgorithmBuilder |
AsymmetricAlgorithmBuilder.bytesRepresentation(BytesRepresentation bytesRepresentation)
Sets how byte arrays will be represented in strings.
|
SymmetricAlgorithmBuilder |
SymmetricAlgorithmBuilder.bytesRepresentation(BytesRepresentation bytesRepresentation)
Sets how byte arrays will be represented in strings.
|
| Constructor and Description |
|---|
AsymmetricAlgorithm(String cipherName,
CryptoKeyFactory publicKeyFactory,
CryptoKeyFactory privateKeyFactory,
BytesRepresentation bytesRepresentation,
String encoding)
Creates a new instance of base asymmetric algorithm.
|
SymmetricAlgorithm(String cipherName,
CryptoKeyFactory keyFactory,
CombineAlgorithm combineAlgorithm,
BytesRepresentation bytesRepresentation,
String encoding)
Creates a new instance of base symmetric algorithm.
|
| Constructor and Description |
|---|
RepeatingDecoratorBuilder(HashingAlgorithm hashingAlgorithm,
BytesRepresentation bytesRepresentation,
String encoding)
Creates a new builder for repeating decorator with given hashing algorithm.
|
SaltingAdapter(HashingAlgorithm hashingAlgorithm,
BytesRepresentation bytesRepresentation,
CombineAlgorithm combineAlgorithm,
String encoding)
Creates a new salting adapter.
|
SaltingAdapterBuilder(HashingAlgorithm hashingAlgorithm,
BytesRepresentation bytesRepresentation,
String encoding)
Creates a new builder for salting adapter with given hashing algorithm.
|
| Modifier and Type | Method and Description |
|---|---|
DigestAlgorithmBuilder |
DigestAlgorithmBuilder.bytesRepresentation(BytesRepresentation bytesRepresentation)
Sets how byte arrays will be represented in strings.
|
| Constructor and Description |
|---|
DigestAlgorithm(String digestName,
BytesRepresentation bytesRepresentation,
String encoding)
Creates a new instance with given encoding.
|
Copyright © 2015. All rights reserved.