Uses of Interface
io.github.mmm.binary.Binary
-
-
Uses of Binary in io.github.mmm.binary
Classes in io.github.mmm.binary that implement Binary Modifier and Type Class Description class
BinaryType
Datatype for binary data or BLOB (binary large object). -
Uses of Binary in io.github.mmm.crypto
Classes in io.github.mmm.crypto that implement Binary Modifier and Type Class Description class
CryptoBinary
BinaryType
for security content such asHash
,SignatureBinary
, encrypted data, serializedKey
s, etc. -
Uses of Binary in io.github.mmm.crypto.asymmetric.key
Methods in io.github.mmm.crypto.asymmetric.key that return Binary Modifier and Type Method Description default Binary
AsymmetricKeyCreator. asBinary(PAIR keyPair, String format)
default Binary
AsymmetricKeyCreator. asBinary(PR privateKey, String format)
default Binary
AsymmetricKeyCreator. asBinary(PU publicKey, String format)
default Binary
AsymmetricKeyPairFactory. asBinary(PAIR keyPair)
default Binary
PrivateKeyFactory. asBinary(PR privateKey)
default Binary
PublicKeyFactory. asBinary(PU publicKey)
-
Uses of Binary in io.github.mmm.crypto.asymmetric.sign
Subinterfaces of Binary 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 Binary Modifier and Type Class Description class
SignatureBinary
Simple datatype as container for asignature
. -
Uses of Binary in io.github.mmm.crypto.asymmetric.sign.ec.bc
Classes in io.github.mmm.crypto.asymmetric.sign.ec.bc that implement Binary 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 Binary in io.github.mmm.crypto.asymmetric.sign.generic
Classes in io.github.mmm.crypto.asymmetric.sign.generic that implement Binary Modifier and Type Class Description class
SignatureGeneric
Generic implementation ofSignatureBinary
. -
Uses of Binary in io.github.mmm.crypto.asymmetric.sign.rsa
Classes in io.github.mmm.crypto.asymmetric.sign.rsa that implement Binary Modifier and Type Class Description class
SignatureRsa
SignatureBinary
forRsa
. -
Uses of Binary in io.github.mmm.crypto.crypt
Classes in io.github.mmm.crypto.crypt that implement Binary Modifier and Type Class Description class
EncryptedData
Simple datatype as container for aencrypted data
. -
Uses of Binary in io.github.mmm.crypto.hash
Classes in io.github.mmm.crypto.hash that implement Binary Modifier and Type Class Description class
Hash
Simple datatype as container for ahash
. -
Uses of Binary in io.github.mmm.crypto.symmetric.key
Methods in io.github.mmm.crypto.symmetric.key that return Binary Modifier and Type Method Description default Binary
SymmetricKeyCreator. asBinary(K key)
-