Uses of Class
io.github.mmm.crypto.CryptoBinary
-
-
Uses of CryptoBinary in io.github.mmm.crypto
Methods in io.github.mmm.crypto with parameters of type CryptoBinary Modifier and Type Method Description default byte[]CryptoProcessor. process(CryptoBinary input, boolean complete)default voidCryptoChunker. update(CryptoBinary input) -
Uses of CryptoBinary in io.github.mmm.crypto.asymmetric.sign
Subclasses of CryptoBinary in io.github.mmm.crypto.asymmetric.sign Modifier and Type Class Description classSignatureBinarySimple datatype as container for asignature.Methods in io.github.mmm.crypto.asymmetric.sign with parameters of type CryptoBinary Modifier and Type Method Description default SSignatureSigner. sign(CryptoBinary input, boolean reset)default booleanSignatureVerifier. verify(CryptoBinary input, S signature) -
Uses of CryptoBinary in io.github.mmm.crypto.asymmetric.sign.ec.bc
Subclasses of CryptoBinary in io.github.mmm.crypto.asymmetric.sign.ec.bc Modifier and Type Class Description classSignatureEcBcSignatureBinaryfor ECDSA based onBouncyCastle.classSignatureEcBcPlainSignatureEcBcfor a plain signature.classSignatureEcBcWithRecoveryIdSignatureEcBcwith an extra byte for therecovery ID. -
Uses of CryptoBinary in io.github.mmm.crypto.asymmetric.sign.generic
Subclasses of CryptoBinary in io.github.mmm.crypto.asymmetric.sign.generic Modifier and Type Class Description classSignatureGenericGeneric implementation ofSignatureBinary. -
Uses of CryptoBinary in io.github.mmm.crypto.asymmetric.sign.rsa
Subclasses of CryptoBinary in io.github.mmm.crypto.asymmetric.sign.rsa Modifier and Type Class Description classSignatureRsaSignatureBinaryforRsa. -
Uses of CryptoBinary in io.github.mmm.crypto.crypt
Subclasses of CryptoBinary in io.github.mmm.crypto.crypt Modifier and Type Class Description classEncryptedDataSimple datatype as container for aencrypted data.Methods in io.github.mmm.crypto.crypt with parameters of type CryptoBinary Modifier and Type Method Description default byte[]Cryptor. crypt(CryptoBinary input, boolean complete) -
Uses of CryptoBinary in io.github.mmm.crypto.hash
Subclasses of CryptoBinary in io.github.mmm.crypto.hash Modifier and Type Class Description classHashSimple datatype as container for ahash.Methods in io.github.mmm.crypto.hash with parameters of type CryptoBinary Modifier and Type Method Description default HashHashCreator. hash(CryptoBinary input, boolean reset)
-