Uses of Interface
org.cryptacular.codec.Codec
Packages that use Codec
-
Uses of Codec in org.cryptacular.bean
Methods in org.cryptacular.bean that return types with arguments of type CodecMethod parameters in org.cryptacular.bean with type arguments of type CodecModifier and TypeMethodDescriptionvoid
EncodingHashBean.setCodecSpec
(Spec<Codec> codecSpec) Sets the codec specification that determines the encoding applied to the hash output bytes.Constructor 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 instance by specifying all properties. -
Uses of Codec in org.cryptacular.codec
Classes in org.cryptacular.codec that implement CodecModifier and TypeClassDescriptionclass
Base 32 encoder/decoder pair.class
Base 64 encoder/decoder pair.class
Hexadecimal encoder/decoder pair. -
Uses of Codec in org.cryptacular.spec
Methods in org.cryptacular.spec that return Codec