Uses of Interface
org.bouncycastle.crypto.Digest
-
Uses of Digest in org.bouncycastle.crypto
Subinterfaces of Digest in org.bouncycastle.crypto Modifier and Type Interface Description interfaceExtendedDigestMethods in org.bouncycastle.crypto that return Digest Modifier and Type Method Description DigestDerivationFunction. getDigest()return the message digest used as the basis for the function -
Uses of Digest in org.bouncycastle.crypto.digests
Classes in org.bouncycastle.crypto.digests that implement Digest Modifier and Type Class Description classGeneralDigestbase implementation of MD4 family style digest as outlined in "Handbook of Applied Cryptography", pages 344 - 347.classLongDigestBase class for SHA-384 and SHA-512.classMD5Digestimplementation of MD5 as outlined in "Handbook of Applied Cryptography", pages 346 - 347.classNullDigestclassOpenSSLDigestImplements the BouncyCastle Digest interface using OpenSSL's EVP API.static classOpenSSLDigest.MD5static classOpenSSLDigest.SHA1static classOpenSSLDigest.SHA256static classOpenSSLDigest.SHA384static classOpenSSLDigest.SHA512classSHA1Digestimplementation of SHA-1 as outlined in "Handbook of Applied Cryptography", pages 346 - 349.classSHA256DigestFIPS 180-2 implementation of SHA-256.classSHA384DigestFIPS 180-2 implementation of SHA-384.classSHA512DigestFIPS 180-2 implementation of SHA-512.Methods in org.bouncycastle.crypto.digests that return Digest Modifier and Type Method Description static DigestAndroidDigestFactory. getMD5()DigestAndroidDigestFactoryBouncyCastle. getMD5()DigestAndroidDigestFactoryOpenSSL. getMD5()static DigestAndroidDigestFactory. getSHA1()DigestAndroidDigestFactoryBouncyCastle. getSHA1()DigestAndroidDigestFactoryOpenSSL. getSHA1()static DigestAndroidDigestFactory. getSHA256()DigestAndroidDigestFactoryBouncyCastle. getSHA256()DigestAndroidDigestFactoryOpenSSL. getSHA256()static DigestAndroidDigestFactory. getSHA384()DigestAndroidDigestFactoryBouncyCastle. getSHA384()DigestAndroidDigestFactoryOpenSSL. getSHA384()static DigestAndroidDigestFactory. getSHA512()DigestAndroidDigestFactoryBouncyCastle. getSHA512()DigestAndroidDigestFactoryOpenSSL. getSHA512() -
Uses of Digest in org.bouncycastle.crypto.encodings
Constructors in org.bouncycastle.crypto.encodings with parameters of type Digest Constructor Description OAEPEncoding(AsymmetricBlockCipher cipher, Digest hash)OAEPEncoding(AsymmetricBlockCipher cipher, Digest hash, byte[] encodingParams)OAEPEncoding(AsymmetricBlockCipher cipher, Digest hash, Digest mgf1Hash, byte[] encodingParams) -
Uses of Digest in org.bouncycastle.crypto.generators
Constructors in org.bouncycastle.crypto.generators with parameters of type Digest Constructor Description DSAParametersGenerator(Digest digest)PKCS12ParametersGenerator(Digest digest)Construct a PKCS 12 Parameters generator.PKCS5S1ParametersGenerator(Digest digest)Construct a PKCS 5 Scheme 1 Parameters generator.PKCS5S2ParametersGenerator(Digest digest) -
Uses of Digest in org.bouncycastle.crypto.io
Fields in org.bouncycastle.crypto.io declared as Digest Modifier and Type Field Description protected DigestDigestInputStream. digestprotected DigestDigestOutputStream. digestMethods in org.bouncycastle.crypto.io that return Digest Modifier and Type Method Description DigestDigestInputStream. getDigest()Constructors in org.bouncycastle.crypto.io with parameters of type Digest Constructor Description DigestInputStream(InputStream stream, Digest digest)DigestOutputStream(Digest Digest) -
Uses of Digest in org.bouncycastle.crypto.macs
Methods in org.bouncycastle.crypto.macs that return Digest Modifier and Type Method Description DigestHMac. getUnderlyingDigest()Constructors in org.bouncycastle.crypto.macs with parameters of type Digest Constructor Description HMac(Digest digest)Base constructor for one of the standard digest algorithms that the byteLength of the algorithm is know for. -
Uses of Digest in org.bouncycastle.crypto.signers
Constructors in org.bouncycastle.crypto.signers with parameters of type Digest Constructor Description RSADigestSigner(Digest digest) -
Uses of Digest in org.bouncycastle.jcajce.provider.asymmetric.dsa
Constructors in org.bouncycastle.jcajce.provider.asymmetric.dsa with parameters of type Digest Constructor Description DSASigner(Digest digest, DSA signer) -
Uses of Digest in org.bouncycastle.jcajce.provider.asymmetric.rsa
Constructors in org.bouncycastle.jcajce.provider.asymmetric.rsa with parameters of type Digest Constructor Description DigestSignatureSpi(ASN1ObjectIdentifier objId, Digest digest, AsymmetricBlockCipher cipher)DigestSignatureSpi(Digest digest, AsymmetricBlockCipher cipher) -
Uses of Digest in org.bouncycastle.jcajce.provider.asymmetric.util
Fields in org.bouncycastle.jcajce.provider.asymmetric.util declared as Digest Modifier and Type Field Description protected DigestDSABase. digestConstructors in org.bouncycastle.jcajce.provider.asymmetric.util with parameters of type Digest Constructor Description DSABase(Digest digest, DSA signer, DSAEncoder encoder) -
Uses of Digest in org.bouncycastle.jcajce.provider.digest
Fields in org.bouncycastle.jcajce.provider.digest declared as Digest Modifier and Type Field Description protected DigestBCMessageDigest. digestConstructors in org.bouncycastle.jcajce.provider.digest with parameters of type Digest Constructor Description BCMessageDigest(Digest digest) -
Uses of Digest in org.bouncycastle.jcajce.provider.util
Methods in org.bouncycastle.jcajce.provider.util that return Digest Modifier and Type Method Description static DigestDigestFactory. getDigest(String digestName)