Uses of Interface
io.github.mmm.crypto.asymmetric.key.AsymmetricKeyPair
-
-
Uses of AsymmetricKeyPair in io.github.mmm.crypto.asymmetric.access
Classes in io.github.mmm.crypto.asymmetric.access with type parameters of type AsymmetricKeyPair 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 AsymmetricKeyPair in io.github.mmm.crypto.asymmetric.cert
Methods in io.github.mmm.crypto.asymmetric.cert with parameters of type AsymmetricKeyPair Modifier and Type Method Description CertificateCertificateCreator. generateCertificate(AsymmetricKeyPair<?,?> keyPair, CertificateData certificateData) -
Uses of AsymmetricKeyPair in io.github.mmm.crypto.asymmetric.key
Classes in io.github.mmm.crypto.asymmetric.key with type parameters of type AsymmetricKeyPair Modifier and Type Interface Description interfaceAsymmetricKeyCreator<PR extends PrivateKey,PU extends PublicKey,PAIR extends AsymmetricKeyPair<PR,PU>>ExtendsKeyCreatorfor dealing with asymmetric cryptographic keys.interfaceAsymmetricKeyPairFactory<PR extends PrivateKey,PU extends PublicKey,PAIR extends AsymmetricKeyPair<PR,PU>>interfaceAsymmetricKeyPairFactorySimple<PR extends PrivateKey,PU extends PublicKey,PAIR extends AsymmetricKeyPair<PR,PU>>Classes in io.github.mmm.crypto.asymmetric.key that implement AsymmetricKeyPair Modifier and Type Class Description classAbstractAsymmetricKeyPair<PR extends PrivateKey,PU extends PublicKey>Abstract base implementation ofAsymmetricKeyPair. -
Uses of AsymmetricKeyPair in io.github.mmm.crypto.asymmetric.key.ec
Classes in io.github.mmm.crypto.asymmetric.key.ec that implement AsymmetricKeyPair Modifier and Type Class Description classAsymmetricKeyPairEc<PR extends ECPrivateKey,PU extends ECPublicKey> -
Uses of AsymmetricKeyPair in io.github.mmm.crypto.asymmetric.key.ec.bc
Classes in io.github.mmm.crypto.asymmetric.key.ec.bc that implement AsymmetricKeyPair Modifier and Type Class Description classAsymmetricKeyPairEcBc -
Uses of AsymmetricKeyPair in io.github.mmm.crypto.asymmetric.key.ec.jce
Classes in io.github.mmm.crypto.asymmetric.key.ec.jce that implement AsymmetricKeyPair Modifier and Type Class Description classAsymmetricKeyPairEcJce -
Uses of AsymmetricKeyPair in io.github.mmm.crypto.asymmetric.key.generic
Classes in io.github.mmm.crypto.asymmetric.key.generic that implement AsymmetricKeyPair Modifier and Type Class Description classAsymmetricKeyPairGenericA generic implementation ofAsymmetricKeyPair. -
Uses of AsymmetricKeyPair in io.github.mmm.crypto.asymmetric.key.rsa
Classes in io.github.mmm.crypto.asymmetric.key.rsa that implement AsymmetricKeyPair Modifier and Type Class Description classAsymmetricKeyPairRsaAn implementation ofAsymmetricKeyPairforRsa. -
Uses of AsymmetricKeyPair in io.github.mmm.crypto.key.store
Methods in io.github.mmm.crypto.key.store with parameters of type AsymmetricKeyPair Modifier and Type Method Description voidKeyStoreFacade. setKey(String alias, AsymmetricKeyPair<?,?> keyPair, String password, CertificatePath certificatePath)voidKeyStoreFacadeImpl. setKey(String alias, AsymmetricKeyPair<?,?> keyPair, String password, CertificatePath certificatePath)
-