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 interface
Binary
Interface for smaller binary data (e.g.Classes in io.github.mmm.binary that implement Streamable Modifier and Type Class Description class
BinaryType
Datatype for binary data or BLOB (binary large object).class
StreamableBlob
Implementation ofStreamable
forBlob
.class
StreamablePath
Implementation ofStreamable
forPath
. -
Uses of Streamable in io.github.mmm.crypto
Classes in io.github.mmm.crypto that implement Streamable Modifier and Type Class Description class
CryptoBinary
BinaryType
for security content such asHash
,SignatureBinary
, encrypted data, serializedKey
s, 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 interface
SignatureWithPublicKeyRecovery
Interface forSignatureBinary
that allows torecover public key
.Classes in io.github.mmm.crypto.asymmetric.sign that implement Streamable Modifier and Type Class Description class
SignatureBinary
Simple 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 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 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 class
SignatureGeneric
Generic 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 class
SignatureRsa
SignatureBinary
forRsa
. -
Uses of Streamable in io.github.mmm.crypto.crypt
Classes in io.github.mmm.crypto.crypt that implement Streamable Modifier and Type Class Description class
EncryptedData
Simple 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 class
Hash
Simple datatype as container for ahash
.
-