| Package | Description |
|---|---|
| org.cryptacular.bean | |
| org.cryptacular.codec | |
| org.cryptacular.spec |
| Modifier and Type | Method and Description |
|---|---|
Spec<Codec> |
EncodingHashBean.getCodecSpec() |
| Modifier and Type | Method and Description |
|---|---|
void |
EncodingHashBean.setCodecSpec(Spec<Codec> codecSpec)
Sets the codec specification that determines the encoding applied to the
hash output bytes.
|
| Constructor and Description |
|---|
EncodingHashBean(Spec<Codec> codecSpec,
Spec<org.bouncycastle.crypto.Digest> digestSpec,
int iterations)
Creates a new instance by specifying all properties.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Base32Codec
Base 32 encoder/decoder pair.
|
class |
Base64Codec
Base 64 encoder/decoder pair.
|
class |
HexCodec
Hexadecimal encoder/decoder pair.
|
| Modifier and Type | Method and Description |
|---|---|
Codec |
CodecSpec.newInstance()
Creates a new instance of the cryptographic primitive described by this
specification.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.