Package | Description |
---|---|
org.cryptacular.bean | |
org.cryptacular.generator | |
org.cryptacular.generator.sp80038a | |
org.cryptacular.pbe | |
org.cryptacular.spec |
Class and Description |
---|
Spec
Specification for a cryptographic primitive, e.g. block cipher, message digest, etc.
|
Class and Description |
---|
DigestSpec
Describes a message digest function by name and provides a means to create a new instance of the digest via the
DigestSpec.newInstance() method. |
Spec
Specification for a cryptographic primitive, e.g. block cipher, message digest, etc.
|
Class and Description |
---|
Spec
Specification for a cryptographic primitive, e.g. block cipher, message digest, etc.
|
Class and Description |
---|
BufferedBlockCipherSpec
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 the
BufferedBlockCipherSpec.newInstance() method. |
DigestSpec
Describes a message digest function by name and provides a means to create a new instance of the digest via the
DigestSpec.newInstance() method. |
KeyedBlockCipherSpec
Describes a block cipher algorithm with a known key size.
|
Class and Description |
---|
AEADBlockCipherSpec
Describes 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. |
BlockCipherSpec
Block cipher specification.
|
BufferedBlockCipherSpec
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 the
BufferedBlockCipherSpec.newInstance() method. |
CodecSpec
Describes a string-to-byte encoding provides a means to create a new instance of the coed via the
CodecSpec.newInstance() method. |
Spec
Specification for a cryptographic primitive, e.g. block cipher, message digest, etc.
|
Copyright © 2003-2024 Virginia Tech. All Rights Reserved.