Uses of Interface
io.github.mmm.binary.Streamable
-
-
Uses of Streamable in io.github.mmm.binary
Subinterfaces of Streamable in io.github.mmm.binary Modifier and Type Interface Description interfaceBinaryInterface for smaller binary data (e.g.Classes in io.github.mmm.binary that implement Streamable Modifier and Type Class Description classBinaryTypeDatatype for binary data or BLOB (binary large object).classStreamableBlobImplementation ofStreamableforBlob.classStreamablePathImplementation ofStreamableforPath. -
Uses of Streamable in io.github.mmm.crypto
Classes in io.github.mmm.crypto that implement Streamable Modifier and Type Class Description classCryptoBinaryBinaryTypefor security content such asHash,SignatureBinary, encrypted data, serializedKeys, etc. -
Uses of Streamable in io.github.mmm.crypto.asymmetric.sign
Subinterfaces of Streamable in io.github.mmm.crypto.asymmetric.sign Modifier and Type Interface Description interfaceSignatureWithPublicKeyRecoveryInterface forSignatureBinarythat allows torecover public key.Classes in io.github.mmm.crypto.asymmetric.sign that implement Streamable Modifier and Type Class Description classSignatureBinarySimple datatype as container for asignature. -
Uses of Streamable in io.github.mmm.crypto.asymmetric.sign.ec.bc
Classes in io.github.mmm.crypto.asymmetric.sign.ec.bc that implement Streamable Modifier and Type Class Description classSignatureEcBcSignatureBinaryfor ECDSA based onBouncyCastle.classSignatureEcBcPlainSignatureEcBcfor a plain signature.classSignatureEcBcWithRecoveryIdSignatureEcBcwith an extra byte for therecovery ID. -
Uses of Streamable in io.github.mmm.crypto.asymmetric.sign.generic
Classes in io.github.mmm.crypto.asymmetric.sign.generic that implement Streamable Modifier and Type Class Description classSignatureGenericGeneric implementation ofSignatureBinary. -
Uses of Streamable in io.github.mmm.crypto.asymmetric.sign.rsa
Classes in io.github.mmm.crypto.asymmetric.sign.rsa that implement Streamable Modifier and Type Class Description classSignatureRsaSignatureBinaryforRsa. -
Uses of Streamable in io.github.mmm.crypto.crypt
Classes in io.github.mmm.crypto.crypt that implement Streamable Modifier and Type Class Description classEncryptedDataSimple datatype as container for aencrypted data. -
Uses of Streamable in io.github.mmm.crypto.hash
Classes in io.github.mmm.crypto.hash that implement Streamable Modifier and Type Class Description classHashSimple datatype as container for ahash.
-