Interface | Description |
---|---|
Spec<T> |
Specification for a cryptographic primitive, e.g. block cipher, message digest, etc.
|
Class | 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. |
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.
|
StreamCipherSpec |
Stream cipher specification.
|
Copyright © 2003-2024 Virginia Tech. All Rights Reserved.