Uses of Interface
org.cryptacular.codec.Decoder
Packages that use Decoder
-
Uses of Decoder in org.cryptacular.codec
Classes in org.cryptacular.codec that implement DecoderModifier and TypeClassDescriptionclass
Base decoder class for encoding schemes described in RFC 3548.class
Stateful base 32 decoder with support for line breaks.class
Stateful base 64 decoder with support for line breaks.class
Stateful hexadecimal character-to-byte decoder.Methods in org.cryptacular.codec that return DecoderModifier and TypeMethodDescriptionBase32Codec.getDecoder()
Base64Codec.getDecoder()
Codec.getDecoder()
HexCodec.getDecoder()
Base32Codec.newDecoder()
Base64Codec.newDecoder()
Codec.newDecoder()
HexCodec.newDecoder()
-
Uses of Decoder in org.cryptacular.io
Constructors in org.cryptacular.io with parameters of type DecoderModifierConstructorDescriptionCreates a new instance that wraps the given stream and performs decoding using the given encoder component. -
Uses of Decoder in org.cryptacular.util
Methods in org.cryptacular.util with parameters of type DecoderModifier and TypeMethodDescriptionstatic byte[]
CodecUtil.decode
(Decoder decoder, CharSequence encoded) Decodes the given encoded data using the given char-to-byte decoder.