Uses of Class
org.cryptacular.spec.BufferedBlockCipherSpec
Packages that use BufferedBlockCipherSpec
-
Uses of BufferedBlockCipherSpec in org.cryptacular.pbe
Fields in org.cryptacular.pbe declared as BufferedBlockCipherSpecModifier and TypeFieldDescriptionprivate final BufferedBlockCipherSpecPBES1Algorithm.cipherSpecCipher algorithm specification.private final BufferedBlockCipherSpecPBES2Algorithm.cipherSpecCipher algorithm specification.Methods in org.cryptacular.pbe that return BufferedBlockCipherSpecConstructors in org.cryptacular.pbe with parameters of type BufferedBlockCipherSpecModifierConstructorDescriptionprivatePBES1Algorithm(String id, BufferedBlockCipherSpec cipherSpec, DigestSpec digestSpec) Creates a new instance with given parameters.privatePBES2Algorithm(String id, BufferedBlockCipherSpec cipherSpec, int cipherBlockSize, int keySizeBits) Creates a new instance with given parameters. -
Uses of BufferedBlockCipherSpec in org.cryptacular.spec
Subclasses of BufferedBlockCipherSpec in org.cryptacular.specModifier and TypeClassDescriptionclassDescribes a block cipher algorithm with a known key size.Methods in org.cryptacular.spec that return BufferedBlockCipherSpecModifier and TypeMethodDescriptionstatic BufferedBlockCipherSpecParses a string representation of a buffered block cipher specification into an instance of this class.