| Package | Description |
|---|---|
| cz.d1x.dxcrypto.common | |
| cz.d1x.dxcrypto.encryption.crypto | |
| 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.
|
| 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 © 2014. All rights reserved.