Uses of Interface
io.github.mmm.crypto.hash.HashFactory
-
-
Uses of HashFactory in io.github.mmm.crypto.asymmetric.access
Classes in io.github.mmm.crypto.asymmetric.access that implement HashFactory Modifier and Type Class Description class
AsymmetricAccess<S extends SignatureBinary,PR extends PrivateKey,PU extends PublicKey,PAIR extends AsymmetricKeyPair<PR,PU>,KC extends AsymmetricKeyCreator<PR,PU,PAIR>>
Abstract base implementation of factory forkey management
,encryption/decryption
, andsignature management
based onasymmetric
cryptography. -
Uses of HashFactory in io.github.mmm.crypto.asymmetric.access.ec.bc
Classes in io.github.mmm.crypto.asymmetric.access.ec.bc that implement HashFactory Modifier and Type Class Description class
AsymmetricAccessEcBc<S extends SignatureEcBc>
class
Curve25519<S extends SignatureEcBc>
AsymmetricAccessEcBc
forCurve25519
.class
Secp256k1<S extends SignatureEcBc>
AsymmetricAccessEcBc
forSecP256K1Curve
. -
Uses of HashFactory in io.github.mmm.crypto.asymmetric.access.rsa
Classes in io.github.mmm.crypto.asymmetric.access.rsa that implement HashFactory Modifier and Type Class Description class
Rsa
Direct builder for RSA (Ron Rivest, Adi Shamir and Leonard Adleman) used by PGP/GPG and many others. -
Uses of HashFactory in io.github.mmm.crypto.asymmetric.sign
Constructors in io.github.mmm.crypto.asymmetric.sign with parameters of type HashFactory Constructor Description SignatureProcessorFactoryImplCryptorWithHash(AsymmetricCryptorFactory<PR,PU> cryptorFactory, HashFactory hashFactory)
The constructor.SignatureProcessorFactoryImplWithHash(SignatureProcessorFactory<S,PR,PU> signatureFactory, HashFactory hashFactory)
The constructor. -
Uses of HashFactory in io.github.mmm.crypto.hash
Classes in io.github.mmm.crypto.hash that implement HashFactory Modifier and Type Class Description class
HashConfig
class
HashFactoryCombined
The implementation ofHashFactory
that combines multipleHashFactory
instances by sequentially applying the hashes.Constructors in io.github.mmm.crypto.hash with parameters of type HashFactory Constructor Description HashFactoryCombined(HashFactory[] factories)
The constructor. -
Uses of HashFactory in io.github.mmm.crypto.hash.access
Classes in io.github.mmm.crypto.hash.access that implement HashFactory Modifier and Type Class Description class
HashAccess
CryptoAccess
forHashFactory
. -
Uses of HashFactory in io.github.mmm.crypto.hash.md5
Classes in io.github.mmm.crypto.hash.md5 that implement HashFactory Modifier and Type Class Description class
Md5
HashConfig
forMD5
. -
Uses of HashFactory in io.github.mmm.crypto.hash.ripemd
Classes in io.github.mmm.crypto.hash.ripemd that implement HashFactory Modifier and Type Class Description class
RipeMd
HashConfig
for RIPEMD.class
RipeMd128
HashConfig
for RIPEMD-128.class
RipeMd160
HashConfig
for RIPEMD-160.class
RipeMd256
HashConfig
for RIPEMD-256.class
RipeMd320
HashConfig
for RIPEMD-320. -
Uses of HashFactory in io.github.mmm.crypto.hash.sha1
Classes in io.github.mmm.crypto.hash.sha1 that implement HashFactory Modifier and Type Class Description class
Sha1
HashConfig
forSHA1
. -
Uses of HashFactory in io.github.mmm.crypto.hash.sha2
Classes in io.github.mmm.crypto.hash.sha2 that implement HashFactory Modifier and Type Class Description class
Sha2
HashConfig
for SHA-2.class
Sha224
HashConfig
for SHA-224.class
Sha256
HashConfig
for SHA-256.class
Sha384
HashConfig
for SHA-384.class
Sha512
HashConfig
for SHA-512.
-