Uses of Interface
io.github.mmm.crypto.asymmetric.key.AsymmetricKeyPairFactory
-
-
Uses of AsymmetricKeyPairFactory in io.github.mmm.crypto.asymmetric.key
Subinterfaces of AsymmetricKeyPairFactory in io.github.mmm.crypto.asymmetric.key Modifier and Type Interface Description interface
AsymmetricKeyCreator<PR extends PrivateKey,PU extends PublicKey,PAIR extends AsymmetricKeyPair<PR,PU>>
ExtendsKeyCreator
for dealing with asymmetric cryptographic keys.Classes in io.github.mmm.crypto.asymmetric.key that implement AsymmetricKeyPairFactory Modifier and Type Class Description class
AbstractAsymmetricKeyCreator<PR extends PrivateKey,PU extends PublicKey,PAIR extends AbstractAsymmetricKeyPair<PR,PU>>
Abstract base implementation ofKeyCreator
.class
AbstractAsymmetricKeyPairFactory<PR extends PrivateKey,PU extends PublicKey,PAIR extends AbstractAsymmetricKeyPair<PR,PU>>
Abstract base implementation ofAsymmetricKeyPairFactory
usingKeyFactory
.Methods in io.github.mmm.crypto.asymmetric.key with parameters of type AsymmetricKeyPairFactory Modifier and Type Method Description protected void
AbstractAsymmetricKeyCreator. register(AsymmetricKeyPairFactory<PR,PU,PAIR> factory)
Please register in proper order of trials for auto-detection.protected void
AbstractAsymmetricKeyCreator. register(AsymmetricKeyPairFactory<PR,PU,PAIR> factory, String format)
Please register in proper order of trials for auto-detection. -
Uses of AsymmetricKeyPairFactory in io.github.mmm.crypto.asymmetric.key.ec.bc
Classes in io.github.mmm.crypto.asymmetric.key.ec.bc that implement AsymmetricKeyPairFactory Modifier and Type Class Description class
AsymmetricKeyCreatorEcBc
Implementation ofAsymmetricKeyCreator
forAsymmetricKeyPairEcBc
.class
AsymmetricKeyPairFactoryEcBc
Abstract base implementation ofAbstractAsymmetricKeyPairFactory
for EC using BouncyCastle.class
AsymmetricKeyPairFactoryEcBcCompact
Implementation ofAsymmetricKeyPairFactoryEcBc
incompact format
.class
AsymmetricKeyPairFactoryEcBcUncompressed
Implementation ofAbstractAsymmetricKeyPairFactory
for EC using BouncyCastle incompact format
. -
Uses of AsymmetricKeyPairFactory in io.github.mmm.crypto.asymmetric.key.ec.jce
Classes in io.github.mmm.crypto.asymmetric.key.ec.jce that implement AsymmetricKeyPairFactory Modifier and Type Class Description class
AsymmetricKeyPairFactoryEcJce
Implementation ofAsymmetricKeyPairFactory
forAsymmetricKeyPairEcJce
. -
Uses of AsymmetricKeyPairFactory in io.github.mmm.crypto.asymmetric.key.generic
Classes in io.github.mmm.crypto.asymmetric.key.generic that implement AsymmetricKeyPairFactory Modifier and Type Class Description class
AsymmetricKeyCreatorImpl<PR extends PrivateKey,PU extends PublicKey,PAIR extends AbstractAsymmetricKeyPair<PR,PU>>
Generic implementation ofKeyCreator
.class
AsymmetricKeyPairFactoryEncoded<PR extends PrivateKey,PU extends PublicKey,PAIR extends AbstractAsymmetricKeyPair<PR,PU>>
Implementation ofAsymmetricKeyPairFactory
forencoded format
based onPKCS8EncodedKeySpec
andX509EncodedKeySpec
. -
Uses of AsymmetricKeyPairFactory in io.github.mmm.crypto.asymmetric.key.rsa
Classes in io.github.mmm.crypto.asymmetric.key.rsa that implement AsymmetricKeyPairFactory Modifier and Type Class Description class
AsymmetricKeyCreatorRsa
Implementation ofAsymmetricKeyCreator
forRSA
.class
AsymmetricKeyPairFactoryRsaCompact
Implementation ofAbstractAsymmetricKeyPairFactory
for RSA incompact format
.
-