Uses of Class
org.cryptacular.spec.DigestSpec
Packages that use DigestSpec
-
Uses of DigestSpec in org.cryptacular.generator
Fields in org.cryptacular.generator with type parameters of type DigestSpecModifier and TypeFieldDescriptionprivate static final Map<org.bouncycastle.asn1.ASN1ObjectIdentifier, DigestSpec> AESP12Generator.DIGEST_ID_TO_DIGEST_SPEC_MAPMap of digest algorithm identifiers to digest specifications.Methods in org.cryptacular.generator that return DigestSpecModifier and TypeMethodDescriptionprotected abstract DigestSpecAbstractP12Generator.getDigestSpec()protected DigestSpecAESP12Generator.getDigestSpec()protected DigestSpecLegacyP12Generator.getDigestSpec() -
Uses of DigestSpec in org.cryptacular.pbe
Fields in org.cryptacular.pbe declared as DigestSpecModifier and TypeFieldDescriptionprivate final DigestSpecPBES1Algorithm.digestSpecPseudorandom function digest specification.Fields in org.cryptacular.pbe with type parameters of type DigestSpecModifier and TypeFieldDescriptionprivate static final Map<org.bouncycastle.asn1.ASN1ObjectIdentifier, DigestSpec> PBES2EncryptionScheme.HMAC_ID_TO_DIGEST_SPEC_MAPMap of HMAC algorithm identifiers to digest specifications.Methods in org.cryptacular.pbe that return DigestSpecConstructors in org.cryptacular.pbe with parameters of type DigestSpecModifierConstructorDescriptionprivatePBES1Algorithm(String id, BufferedBlockCipherSpec cipherSpec, DigestSpec digestSpec) Creates a new instance with given parameters.