Uses of Interface
io.github.mmm.crypto.crypt.CryptorFactory
-
-
Uses of CryptorFactory in io.github.mmm.crypto.asymmetric.access
Classes in io.github.mmm.crypto.asymmetric.access that implement CryptorFactory Modifier and Type Class Description class
AsymmetricAccess<S extends SignatureBinary,PR extends PrivateKey,PU extends PublicKey,PAIR extends AsymmetricKeyPair<PR,PU>,KC extends AsymmetricKeyCreator<PR,PU,PAIR>>
Abstract base implementation of factory forkey management
,encryption/decryption
, andsignature management
based onasymmetric
cryptography. -
Uses of CryptorFactory in io.github.mmm.crypto.asymmetric.access.ec.bc
Classes in io.github.mmm.crypto.asymmetric.access.ec.bc that implement CryptorFactory Modifier and Type Class Description class
AsymmetricAccessEcBc<S extends SignatureEcBc>
class
Curve25519<S extends SignatureEcBc>
AsymmetricAccessEcBc
forCurve25519
.class
Secp256k1<S extends SignatureEcBc>
AsymmetricAccessEcBc
forSecP256K1Curve
. -
Uses of CryptorFactory in io.github.mmm.crypto.asymmetric.access.rsa
Classes in io.github.mmm.crypto.asymmetric.access.rsa that implement CryptorFactory Modifier and Type Class Description class
Rsa
Direct builder for RSA (Ron Rivest, Adi Shamir and Leonard Adleman) used by PGP/GPG and many others. -
Uses of CryptorFactory in io.github.mmm.crypto.asymmetric.crypt
Subinterfaces of CryptorFactory in io.github.mmm.crypto.asymmetric.crypt Modifier and Type Interface Description interface
AsymmetricCryptorFactory<PR extends PrivateKey,PU extends PublicKey>
ExtendsCryptorFactory
forasymmetric
encryption and decryption.Classes in io.github.mmm.crypto.asymmetric.crypt that implement CryptorFactory Modifier and Type Class Description class
AsymmetricCryptorFactoryImpl<PR extends PrivateKey,PU extends PublicKey>
Implementation ofAsymmetricCryptorFactory
. -
Uses of CryptorFactory in io.github.mmm.crypto.crypt
Classes in io.github.mmm.crypto.crypt with type parameters of type CryptorFactory Modifier and Type Interface Description interface
AbstractGetCryptorFactory<C extends CryptorFactory>
Abstract interface toget
theCryptorFactory
.Classes in io.github.mmm.crypto.crypt that implement CryptorFactory Modifier and Type Class Description class
CryptorFactoryImpl
The implementation ofCryptorFactory
based onCipher
. -
Uses of CryptorFactory in io.github.mmm.crypto.symmetric.access
Classes in io.github.mmm.crypto.symmetric.access that implement CryptorFactory Modifier and Type Class Description class
SymmetricAccess<K extends SecretKey>
Abstract base implementation of factory forkey management
andencryption/decryption
based onsymmetric
cryptography. -
Uses of CryptorFactory in io.github.mmm.crypto.symmetric.access.pbe
Classes in io.github.mmm.crypto.symmetric.access.pbe that implement CryptorFactory Modifier and Type Class Description class
PbeAccess
SymmetricAccess
for PBE (Password Based Encryption). -
Uses of CryptorFactory in io.github.mmm.crypto.symmetric.crypt
Subinterfaces of CryptorFactory in io.github.mmm.crypto.symmetric.crypt Modifier and Type Interface Description interface
SymmetricCryptorFactory<K extends SecretKey>
ExtendsCryptorFactory
forsymmetric
encryption and decryption.Classes in io.github.mmm.crypto.symmetric.crypt that implement CryptorFactory Modifier and Type Class Description class
SymmetricCryptorFactoryImpl<K extends SecretKey>
Implementation ofSymmetricCryptorFactory
.
-