Package org.cryptacular.spec
package org.cryptacular.spec
-
ClassDescriptionDescribes 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.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.Spec<T>Specification for a cryptographic primitive, e.g.Stream cipher specification.