Uses of Interface
io.github.mmm.crypto.CryptoChunker
-
Packages that use CryptoChunker Package Description io.github.mmm.crypto.asymmetric.sign io.github.mmm.crypto.asymmetric.sign.ec.bc io.github.mmm.crypto.hash -
-
Uses of CryptoChunker in io.github.mmm.crypto.asymmetric.sign
Subinterfaces of CryptoChunker in io.github.mmm.crypto.asymmetric.sign Modifier and Type Interface Description interfaceSignatureProcessorThe abstract interface for an signing or verification function of an asymmetriccryptographic algorithmtypically in combination with ahasing algorithm.interfaceSignatureSigner<S extends SignatureBinary>interfaceSignatureSignerSimpleinterfaceSignatureVerifier<S extends SignatureBinary>ExtendsSignatureProcessorwith ability toverifya message with a given expected signature.interfaceSignatureVerifierSimpleExtendsSignatureProcessorwith ability toverifya message with a given expected signature.Classes in io.github.mmm.crypto.asymmetric.sign that implement CryptoChunker Modifier and Type Class Description classSignatureProcessorImplImplementation ofSignatureProcessorbased onSignature.classSignatureProcessorImplWithHashclassSignatureSignerImpl<S extends SignatureBinary>Implementation ofSignatureSigner.classSignatureSignerImplCryptorWithHashclassSignatureSignerImplWithHash<S extends SignatureBinary>classSignatureVerifierImpl<S extends SignatureBinary>Implementation ofSignatureVerifier.classSignatureVerifierImplCryptorWithHashclassSignatureVerifierImplWithHash<S extends SignatureBinary> -
Uses of CryptoChunker in io.github.mmm.crypto.asymmetric.sign.ec.bc
Classes in io.github.mmm.crypto.asymmetric.sign.ec.bc that implement CryptoChunker Modifier and Type Class Description classSignatureProcessorImplEcBc<S extends SignatureEcBc>Implementation ofSignatureSigner.classSignatureSignerImplEcBc<S extends SignatureEcBc>Implementation ofSignatureSignerforSignatureEcBc.classSignatureVerifierImplEcBc<S extends SignatureEcBc>Implementation ofSignatureVerifierforSignatureEcBc. -
Uses of CryptoChunker in io.github.mmm.crypto.hash
Subinterfaces of CryptoChunker in io.github.mmm.crypto.hash Modifier and Type Interface Description interfaceHashCreatorThis is the interface for a creator of hash values.Classes in io.github.mmm.crypto.hash that implement CryptoChunker 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.
-