Package org.cryptacular.spec
Interface Spec<T>
- Type Parameters:
T- Type of specification.
- All Known Implementing Classes:
AEADBlockCipherSpec,BlockCipherSpec,BufferedBlockCipherSpec,CodecSpec,DigestSpec,KeyedBlockCipherSpec,StreamCipherSpec
public interface Spec<T>
Specification for a cryptographic primitive, e.g. block cipher, message digest, etc.
- Author:
- Middleware Services
-
Method Summary
Modifier and TypeMethodDescriptionCreates a new instance of the cryptographic primitive described by this specification.