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 classAsymmetricAccess<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 managementbased onasymmetriccryptography. -
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 classAsymmetricAccessEcBc<S extends SignatureEcBc>classCurve25519<S extends SignatureEcBc>AsymmetricAccessEcBcforCurve25519.classSecp256k1<S extends SignatureEcBc>AsymmetricAccessEcBcforSecP256K1Curve. -
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 classRsaDirect 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 classHashConfigclassHashFactoryCombinedThe implementation ofHashFactorythat combines multipleHashFactoryinstances 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 classHashAccessCryptoAccessforHashFactory. -
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 classMd5HashConfigforMD5. -
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 classRipeMdHashConfigfor RIPEMD.classRipeMd128HashConfigfor RIPEMD-128.classRipeMd160HashConfigfor RIPEMD-160.classRipeMd256HashConfigfor RIPEMD-256.classRipeMd320HashConfigfor 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 classSha1HashConfigforSHA1. -
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 classSha2HashConfigfor SHA-2.classSha224HashConfigfor SHA-224.classSha256HashConfigfor SHA-256.classSha384HashConfigfor SHA-384.classSha512HashConfigfor SHA-512.
-