Uses of Class
java.security.MessageDigest
| Package | Description |
|---|---|
| java.security |
Extensible cryptographic service provider infrastructure (SPI) for using
and defining services such as
Certificates,
Keys, KeyStores, MessageDigests, and Signatures. |
| org.bouncycastle.jcajce | |
| org.bouncycastle.jcajce.provider.digest | |
| org.conscrypt |
-
Uses of MessageDigest in java.security
Fields in java.security declared as MessageDigest Modifier and Type Field Description protected MessageDigestDigestInputStream. digestThe message digest for this stream.protected MessageDigestDigestOutputStream. digestThe message digest for this stream.Methods in java.security that return MessageDigest Modifier and Type Method Description static MessageDigestMessageDigest. getInstance(String algorithm)Returns a new instance ofMessageDigestthat utilizes the specified algorithm.static MessageDigestMessageDigest. getInstance(String algorithm, String provider)Returns a new instance ofMessageDigestthat utilizes the specified algorithm from the specified provider.static MessageDigestMessageDigest. getInstance(String algorithm, Provider provider)Returns a new instance ofMessageDigestthat utilizes the specified algorithm from the specified provider.MessageDigestDigestInputStream. getMessageDigest()Returns the message digest for this stream.MessageDigestDigestOutputStream. getMessageDigest()Returns the message digest for this stream.Methods in java.security with parameters of type MessageDigest Modifier and Type Method Description voidDigestInputStream. setMessageDigest(MessageDigest digest)Sets the message digest which this stream will use.voidDigestOutputStream. setMessageDigest(MessageDigest digest)Sets the message digest which this stream will use.Constructors in java.security with parameters of type MessageDigest Constructor Description DigestInputStream(InputStream stream, MessageDigest digest)Constructs a new instance of thisDigestInputStream, using the givenstreamand thedigest.DigestOutputStream(OutputStream stream, MessageDigest digest)Constructs a new instance of thisDigestOutputStream, using the givenstreamand thedigest. -
Uses of MessageDigest in org.bouncycastle.jcajce
Methods in org.bouncycastle.jcajce that return MessageDigest Modifier and Type Method Description MessageDigestDefaultJcaJceHelper. createDigest(String algorithm)MessageDigestJcaJceHelper. createDigest(String algorithm)MessageDigestNamedJcaJceHelper. createDigest(String algorithm)MessageDigestProviderJcaJceHelper. createDigest(String algorithm) -
Uses of MessageDigest in org.bouncycastle.jcajce.provider.digest
Subclasses of MessageDigest in org.bouncycastle.jcajce.provider.digest Modifier and Type Class Description classBCMessageDigeststatic classMD5.Digeststatic classSHA1.Digeststatic classSHA256.Digeststatic classSHA384.Digeststatic classSHA512.Digest -
Uses of MessageDigest in org.conscrypt
Subclasses of MessageDigest in org.conscrypt Modifier and Type Class Description classOpenSSLMessageDigestJDKImplements the JDK MessageDigest interface using OpenSSL's EVP API.static classOpenSSLMessageDigestJDK.MD5static classOpenSSLMessageDigestJDK.SHA1static classOpenSSLMessageDigestJDK.SHA256static classOpenSSLMessageDigestJDK.SHA384static classOpenSSLMessageDigestJDK.SHA512Fields in org.conscrypt declared as MessageDigest Modifier and Type Field Description protected static MessageDigestPRF. md5protected static MessageDigestPRF. sha