Uses of Interface
io.github.mmm.crypto.hash.HashCreator
-
Packages that use HashCreator Package Description io.github.mmm.crypto.asymmetric.access io.github.mmm.crypto.asymmetric.sign io.github.mmm.crypto.hash io.github.mmm.crypto.hash.access -
-
Uses of HashCreator in io.github.mmm.crypto.asymmetric.access
Methods in io.github.mmm.crypto.asymmetric.access that return HashCreator Modifier and Type Method Description HashCreatorAsymmetricAccess. newHashCreator() -
Uses of HashCreator in io.github.mmm.crypto.asymmetric.sign
Methods in io.github.mmm.crypto.asymmetric.sign that return HashCreator Modifier and Type Method Description protected HashCreatorSignatureProcessorImplWithHash. getHashGenerator()Constructors in io.github.mmm.crypto.asymmetric.sign with parameters of type HashCreator Constructor Description SignatureProcessorImplWithHash(HashCreator hashGenerator)The constructor.SignatureSignerImplCryptorWithHash(HashCreator hashGenerator, Encryptor encryptor)The constructor.SignatureSignerImplWithHash(HashCreator hashGenerator, SignatureSigner<S> signer)The constructor.SignatureVerifierImplCryptorWithHash(HashCreator hashGenerator, Decryptor decryptor)The constructor.SignatureVerifierImplWithHash(HashCreator hashGenerator, SignatureVerifier<S> verifier)The constructor. -
Uses of HashCreator in io.github.mmm.crypto.hash
Classes in io.github.mmm.crypto.hash that implement HashCreator Modifier and Type Class Description classHashCreatorImplCombinedThis is a simple implementation ofHashCreatorthat only wrapsMessageDigest.classHashCreatorImplDigestThis is a simple implementation ofHashCreatorthat only wrapsMessageDigest.classHashCreatorImplMultipleRoundsThis is an implementation ofHashCreatorthatcalculates hashesin multiple rounds.Methods in io.github.mmm.crypto.hash that return HashCreator Modifier and Type Method Description HashCreatorHashConfig. newHashCreator()HashCreatorHashFactory. newHashCreator()HashCreatorHashFactoryCombined. newHashCreator()Constructors in io.github.mmm.crypto.hash with parameters of type HashCreator Constructor Description HashCreatorImplCombined(HashCreator[] generators)The constructor.HashOutputStream(HashCreator hashGenerator)The constructor.HashOutputStream(HashCreator hashGenerator, OutputStream delegate)The constructor. -
Uses of HashCreator in io.github.mmm.crypto.hash.access
Methods in io.github.mmm.crypto.hash.access that return HashCreator Modifier and Type Method Description HashCreatorHashAccess. newHashCreator()
-