| 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 |
Base64Codec.getDecoder() |
Decoder |
Base32Codec.getDecoder() |
| 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 © 2016 JBoss by Red Hat. All rights reserved.