Uses of Class
org.cryptacular.spec.KeyedBlockCipherSpec
Packages that use KeyedBlockCipherSpec
-
Uses of KeyedBlockCipherSpec in org.cryptacular.pbe
Fields in org.cryptacular.pbe declared as KeyedBlockCipherSpecModifier and TypeFieldDescriptionprivate final KeyedBlockCipherSpecOpenSSLAlgorithm.cipherSpecCipher algorithm specification.Methods in org.cryptacular.pbe that return KeyedBlockCipherSpecConstructors in org.cryptacular.pbe with parameters of type KeyedBlockCipherSpecModifierConstructorDescriptionprivateOpenSSLAlgorithm(String algId, KeyedBlockCipherSpec cipherSpec) Creates a new instance with given parameters.