Uses of Class
org.mozilla.jss.crypto.DigestAlgorithm
Packages that use DigestAlgorithm
Package
Description
Generic cryptographic operations, such as signing and key pair generation.
Creating and interpeting PKCS #7 blobs.
Creating and interpeting CMS blobs.
-
Uses of DigestAlgorithm in org.mozilla.jss.crypto
Subclasses of DigestAlgorithm in org.mozilla.jss.cryptoModifier and TypeClassDescriptionclassAlgorithms for performing CMACs.classAlgorithms for performing HMACs.Fields in org.mozilla.jss.crypto declared as DigestAlgorithmModifier and TypeFieldDescriptionprivate DigestAlgorithmSignatureAlgorithm.digestAlgThe digest portion of the signature algorithm.static final DigestAlgorithmDigestAlgorithm.MD2The MD2 digest algorithm, from RSA.static final DigestAlgorithmDigestAlgorithm.MD5The MD5 digest algorithm, from RSA.static final DigestAlgorithmDigestAlgorithm.SHA1Deprecated, for removal: This API element is subject to removal in a future version.static final DigestAlgorithmDigestAlgorithm.SHA256static final DigestAlgorithmDigestAlgorithm.SHA384static final DigestAlgorithmDigestAlgorithm.SHA512Fields in org.mozilla.jss.crypto with type parameters of type DigestAlgorithmModifier and TypeFieldDescriptionprivate static Hashtable<OBJECT_IDENTIFIER, DigestAlgorithm> DigestAlgorithm.oidMapMethods in org.mozilla.jss.crypto that return DigestAlgorithmModifier and TypeMethodDescriptionstatic DigestAlgorithmDigestAlgorithm.fromOID(OBJECT_IDENTIFIER oid) abstract DigestAlgorithmJSSMessageDigest.getAlgorithm()SignatureAlgorithm.getDigestAlg()SignatureAlgorithm.setDigestAlg(DigestAlgorithm alg) Methods in org.mozilla.jss.crypto with parameters of type DigestAlgorithmModifier and TypeMethodDescriptionCryptoToken.getDigestContext(DigestAlgorithm algorithm) Creates a Digest object.SignatureAlgorithm.setDigestAlg(DigestAlgorithm alg) voidJSSOAEPParameterSpec.setDigestAlgorithm(DigestAlgorithm algo) voidKBKDFParameterSpec.setPRF(DigestAlgorithm prf) Set the underlying pseudo-random function from a DigestAlgorithm (HMACAlgorithm or CMACAlgorithm) instance.Constructors in org.mozilla.jss.crypto with parameters of type DigestAlgorithmModifierConstructorDescriptionprotectedSignatureAlgorithm(int oidIndex, String name, SignatureAlgorithm signingAlg, DigestAlgorithm digestAlg, OBJECT_IDENTIFIER oid) -
Uses of DigestAlgorithm in org.mozilla.jss.pkcs11
Fields in org.mozilla.jss.pkcs11 declared as DigestAlgorithmMethods in org.mozilla.jss.pkcs11 that return DigestAlgorithmMethods in org.mozilla.jss.pkcs11 with parameters of type DigestAlgorithmModifier and TypeMethodDescriptionPK11Token.getDigestContext(DigestAlgorithm algorithm) private static CipherContextProxyPK11MessageDigest.initDigest(DigestAlgorithm alg) private static CipherContextProxyPK11MessageDigest.initHMAC(PK11Token token, DigestAlgorithm alg, PK11SymKey key) Constructors in org.mozilla.jss.pkcs11 with parameters of type DigestAlgorithmModifierConstructorDescription(package private)PK11MessageDigest(PK11Token token, DigestAlgorithm alg) -
Uses of DigestAlgorithm in org.mozilla.jss.pkcs7
Methods in org.mozilla.jss.pkcs7 that return DigestAlgorithmModifier and TypeMethodDescriptionSignerInfo.getDigestAlgorithm()Retrieves the DigestAlgorithm used in this SignerInfo. -
Uses of DigestAlgorithm in org.mozilla.jss.pkix.cms
Methods in org.mozilla.jss.pkix.cms that return DigestAlgorithmModifier and TypeMethodDescriptionSignerInfo.getDigestAlgorithm()Retrieves the DigestAlgorithm used in this SignerInfo. -
Uses of DigestAlgorithm in org.mozilla.jss.provider.java.security
Constructors in org.mozilla.jss.provider.java.security with parameters of type DigestAlgorithm -
Uses of DigestAlgorithm in org.mozilla.jss.provider.javax.crypto
Fields in org.mozilla.jss.provider.javax.crypto declared as DigestAlgorithmConstructors in org.mozilla.jss.provider.javax.crypto with parameters of type DigestAlgorithm