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 void
CryptoChunker. 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 class
SignatureBinary
Simple datatype as container for asignature
.Methods in io.github.mmm.crypto.asymmetric.sign with parameters of type CryptoBinary Modifier and Type Method Description default S
SignatureSigner. sign(CryptoBinary input, boolean reset)
default boolean
SignatureVerifier. 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 class
SignatureEcBc
SignatureBinary
for ECDSA based onBouncyCastle
.class
SignatureEcBcPlain
SignatureEcBc
for a plain signature.class
SignatureEcBcWithRecoveryId
SignatureEcBc
with 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 class
SignatureGeneric
Generic 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 class
SignatureRsa
SignatureBinary
forRsa
. -
Uses of CryptoBinary in io.github.mmm.crypto.crypt
Subclasses of CryptoBinary in io.github.mmm.crypto.crypt Modifier and Type Class Description class
EncryptedData
Simple 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 class
Hash
Simple datatype as container for ahash
.Methods in io.github.mmm.crypto.hash with parameters of type CryptoBinary Modifier and Type Method Description default Hash
HashCreator. hash(CryptoBinary input, boolean reset)
-