Package | Description |
---|---|
org.cryptacular | |
org.cryptacular.codec | |
org.cryptacular.io | |
org.cryptacular.util |
Modifier and Type | Method and Description |
---|---|
String |
SaltedHash.concatenateSalt(boolean toEnd,
Encoder encoder)
Gets an encoded string of the concatenation of digest output and salt.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractBaseNEncoder
Base encoder class for encoding schemes described in RFC 3548.
|
class |
Base32Encoder
Stateful base 32 encoder with support for configurable line breaks.
|
class |
Base64Encoder
Stateful base 64 encoder with support for configurable line breaks.
|
class |
HexEncoder
Stateless hexadecimal byte-to-character encoder.
|
Modifier and Type | Method and Description |
---|---|
Encoder |
HexCodec.getEncoder() |
Encoder |
Codec.getEncoder() |
Encoder |
Base32Codec.getEncoder() |
Encoder |
Base64Codec.getEncoder() |
Encoder |
HexCodec.newEncoder() |
Encoder |
Codec.newEncoder() |
Encoder |
Base32Codec.newEncoder() |
Encoder |
Base64Codec.newEncoder() |
Constructor and Description |
---|
EncodingOutputStream(OutputStream out,
Encoder e)
Creates a new instance that wraps the given stream and performs encoding using the given encoder component.
|
Modifier and Type | Method and Description |
---|---|
static String |
CodecUtil.encode(Encoder encoder,
byte[] raw)
Encodes raw bytes using the given encoder.
|
Copyright © 2003-2024 Virginia Tech. All Rights Reserved.