Uses of Package
org.cryptacular.spec
Packages that use org.cryptacular.spec
Package
Description
-
Classes in org.cryptacular.spec used by org.cryptacular.beanClassDescriptionSpecification for a cryptographic primitive, e.g. block cipher, message digest, etc.
-
Classes in org.cryptacular.spec used by org.cryptacular.generatorClassDescriptionDescribes a message digest function by name and provides a means to create a new instance of the digest via the
DigestSpec.newInstance()method.Specification for a cryptographic primitive, e.g. block cipher, message digest, etc. -
Classes in org.cryptacular.spec used by org.cryptacular.generator.sp80038aClassDescriptionSpecification for a cryptographic primitive, e.g. block cipher, message digest, etc.
-
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 and provides a means to create a new instance of the codec via theCodecSpec.newInstance()method.Specification for a cryptographic primitive, e.g. block cipher, message digest, etc.