Uses of Interface
io.github.mmm.crypto.key.KeyCreatorFactory
-
-
Uses of KeyCreatorFactory in io.github.mmm.crypto.asymmetric.access
Classes in io.github.mmm.crypto.asymmetric.access that implement KeyCreatorFactory Modifier and Type Class Description classAsymmetricAccess<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 managementbased onasymmetriccryptography. -
Uses of KeyCreatorFactory in io.github.mmm.crypto.asymmetric.access.ec.bc
Classes in io.github.mmm.crypto.asymmetric.access.ec.bc that implement KeyCreatorFactory Modifier and Type Class Description classAsymmetricAccessEcBc<S extends SignatureEcBc>classCurve25519<S extends SignatureEcBc>AsymmetricAccessEcBcforCurve25519.classSecp256k1<S extends SignatureEcBc>AsymmetricAccessEcBcforSecP256K1Curve. -
Uses of KeyCreatorFactory in io.github.mmm.crypto.asymmetric.access.rsa
Classes in io.github.mmm.crypto.asymmetric.access.rsa that implement KeyCreatorFactory Modifier and Type Class Description classRsaDirect builder for RSA (Ron Rivest, Adi Shamir and Leonard Adleman) used by PGP/GPG and many others. -
Uses of KeyCreatorFactory in io.github.mmm.crypto.asymmetric.key
Subinterfaces of KeyCreatorFactory in io.github.mmm.crypto.asymmetric.key Modifier and Type Interface Description interfaceAsymmetricKeyCreatorFactory<K extends AsymmetricKeyCreator<?,?,?>>Interface for afactorytocreateinstances ofKeyCreatorfor asymmetric cryptographic keys.
An instance ofAsymmetricKeyCreatorFactorytherefore represents a configuration with specificKeyalgorithmandformat(s). -
Uses of KeyCreatorFactory in io.github.mmm.crypto.symmetric.access
Classes in io.github.mmm.crypto.symmetric.access that implement KeyCreatorFactory Modifier and Type Class Description classSymmetricAccess<K extends SecretKey>Abstract base implementation of factory forkey managementandencryption/decryptionbased onsymmetriccryptography. -
Uses of KeyCreatorFactory in io.github.mmm.crypto.symmetric.access.pbe
Classes in io.github.mmm.crypto.symmetric.access.pbe that implement KeyCreatorFactory Modifier and Type Class Description classPbeAccessSymmetricAccessfor PBE (Password Based Encryption). -
Uses of KeyCreatorFactory in io.github.mmm.crypto.symmetric.key
Subinterfaces of KeyCreatorFactory in io.github.mmm.crypto.symmetric.key Modifier and Type Interface Description interfaceSymmetricKeyCreatorFactory<C extends SymmetricKeyCreator<?>>Interface for afactorytocreateinstances ofSymmetricKeyCreatorfor symmetric cryptographic keys.
An instance ofSymmetricKeyCreatorFactorytherefore represents a configuration with specificKeyalgorithmandformat(s).
-