Uses of Interface
org.cryptacular.codec.Codec
Packages that use Codec
-
Uses of Codec in org.cryptacular.bean
Fields in org.cryptacular.bean with type parameters of type CodecMethods in org.cryptacular.bean that return types with arguments of type CodecConstructor parameters in org.cryptacular.bean with type arguments of type CodecModifierConstructorDescriptionEncodingHashBean(Spec<Codec> codecSpec, Spec<org.bouncycastle.crypto.Digest> digestSpec) Creates a new instance that will not be salted.EncodingHashBean(Spec<Codec> codecSpec, Spec<org.bouncycastle.crypto.Digest> digestSpec, int iterations) Creates a new instance that will not be salted.EncodingHashBean(Spec<Codec> codecSpec, Spec<org.bouncycastle.crypto.Digest> digestSpec, int iterations, boolean salted) Creates a new encoding hash bean. -
Uses of Codec in org.cryptacular.codec
Classes in org.cryptacular.codec that implement CodecModifier and TypeClassDescriptionclassBase 32 encoder/decoder pair.classBase 64 encoder/decoder pair.classHexadecimal encoder/decoder pair. -
Uses of Codec in org.cryptacular.spec
Methods in org.cryptacular.spec that return Codec