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 HashCreator
AsymmetricAccess. 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 HashCreator
SignatureProcessorImplWithHash. 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 class
HashCreatorImplCombined
This is a simple implementation ofHashCreator
that only wrapsMessageDigest
.class
HashCreatorImplDigest
This is a simple implementation ofHashCreator
that only wrapsMessageDigest
.class
HashCreatorImplMultipleRounds
This is an implementation ofHashCreator
thatcalculates hashes
in multiple rounds.Methods in io.github.mmm.crypto.hash that return HashCreator Modifier and Type Method Description HashCreator
HashConfig. newHashCreator()
HashCreator
HashFactory. newHashCreator()
HashCreator
HashFactoryCombined. 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 HashCreator
HashAccess. newHashCreator()
-