Uses of Package
org.cryptacular.spec
Packages that use org.cryptacular.spec
Package
Description
-
Classes in org.cryptacular.spec used by org.cryptacular.bean
-
Classes in org.cryptacular.spec used by org.cryptacular.generator
-
Classes in org.cryptacular.spec used by org.cryptacular.generator.sp80038a
-
Classes in org.cryptacular.spec used by org.cryptacular.pbeClassDescriptionDescribes a block cipher in terms of a (algorithm, mode, padding) tuple and provides a facility to create a new instance of the cipher via the
BufferedBlockCipherSpec.newInstance()
method.Describes a message digest function by name and provides a means to create a new instance of the digest via theDigestSpec.newInstance()
method.Describes a block cipher algorithm with a known key size. -
Classes in org.cryptacular.spec used by org.cryptacular.specClassDescriptionDescribes an AEAD block cipher in terms of a (algorithm, mode) tuple and provides a facility to create a new instance of the cipher via the
AEADBlockCipherSpec.newInstance()
method.Block cipher specification.Describes a block cipher in terms of a (algorithm, mode, padding) tuple and provides a facility to create a new instance of the cipher via theBufferedBlockCipherSpec.newInstance()
method.Describes a string-to-byte encoding provides a means to create a new instance of the coed via theCodecSpec.newInstance()
method.Specification for a cryptographic primitive, e.g.