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 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 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 classAsymmetricAccessEcBc<S extends SignatureEcBc>classCurve25519<S extends SignatureEcBc>AsymmetricAccessEcBcforCurve25519.classSecp256k1<S extends SignatureEcBc>AsymmetricAccessEcBcforSecP256K1Curve. -
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 classRsaDirect 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 interfaceAsymmetricCryptorFactory<PR extends PrivateKey,PU extends PublicKey>ExtendsCryptorFactoryforasymmetricencryption and decryption.Classes in io.github.mmm.crypto.asymmetric.crypt that implement CryptorFactory Modifier and Type Class Description classAsymmetricCryptorFactoryImpl<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 interfaceAbstractGetCryptorFactory<C extends CryptorFactory>Abstract interface togettheCryptorFactory.Classes in io.github.mmm.crypto.crypt that implement CryptorFactory Modifier and Type Class Description classCryptorFactoryImplThe implementation ofCryptorFactorybased 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 classSymmetricAccess<K extends SecretKey>Abstract base implementation of factory forkey managementandencryption/decryptionbased onsymmetriccryptography. -
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 classPbeAccessSymmetricAccessfor 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 interfaceSymmetricCryptorFactory<K extends SecretKey>ExtendsCryptorFactoryforsymmetricencryption and decryption.Classes in io.github.mmm.crypto.symmetric.crypt that implement CryptorFactory Modifier and Type Class Description classSymmetricCryptorFactoryImpl<K extends SecretKey>Implementation ofSymmetricCryptorFactory.
-