Package | Description |
---|---|
org.cryptacular.codec | |
org.cryptacular.io | |
org.cryptacular.util |
Modifier and Type | Class and Description |
---|---|
class |
AbstractBaseNDecoder
Base decoder class for encoding schemes described in RFC 3548.
|
class |
Base32Decoder
Stateful base 32 decoder with support for line breaks.
|
class |
Base64Decoder
Stateful base 64 decoder with support for line breaks.
|
class |
HexDecoder
Stateful hexadecimal character-to-byte decoder.
|
Modifier and Type | Method and Description |
---|---|
Decoder |
HexCodec.getDecoder() |
Decoder |
Codec.getDecoder() |
Decoder |
Base32Codec.getDecoder() |
Decoder |
Base64Codec.getDecoder() |
Decoder |
HexCodec.newDecoder() |
Decoder |
Codec.newDecoder() |
Decoder |
Base32Codec.newDecoder() |
Decoder |
Base64Codec.newDecoder() |
Constructor and Description |
---|
DecodingInputStream(InputStream in,
Decoder d)
Creates a new instance that wraps the given stream and performs decoding using the given encoder component.
|
Modifier and Type | Method and Description |
---|---|
static byte[] |
CodecUtil.decode(Decoder decoder,
CharSequence encoded)
Decodes the given encoded data using the given char-to-byte decoder.
|
Copyright © 2003-2024 Virginia Tech. All Rights Reserved.