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 classBinaryTypeDatatype 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 classCryptoBinaryBinaryTypefor security content such asHash,SignatureBinary, encrypted data, serializedKeys, 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 BinaryAsymmetricKeyCreator. asBinary(PAIR keyPair, String format)default BinaryAsymmetricKeyCreator. asBinary(PR privateKey, String format)default BinaryAsymmetricKeyCreator. asBinary(PU publicKey, String format)default BinaryAsymmetricKeyPairFactory. asBinary(PAIR keyPair)default BinaryPrivateKeyFactory. asBinary(PR privateKey)default BinaryPublicKeyFactory. 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 interfaceSignatureWithPublicKeyRecoveryInterface forSignatureBinarythat allows torecover public key.Classes in io.github.mmm.crypto.asymmetric.sign that implement Binary Modifier and Type Class Description classSignatureBinarySimple 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 classSignatureEcBcSignatureBinaryfor ECDSA based onBouncyCastle.classSignatureEcBcPlainSignatureEcBcfor a plain signature.classSignatureEcBcWithRecoveryIdSignatureEcBcwith 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 classSignatureGenericGeneric 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 classSignatureRsaSignatureBinaryforRsa. -
Uses of Binary in io.github.mmm.crypto.crypt
Classes in io.github.mmm.crypto.crypt that implement Binary Modifier and Type Class Description classEncryptedDataSimple 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 classHashSimple 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 BinarySymmetricKeyCreator. asBinary(K key)
-