Uses of Class
io.mosip.kernel.core.keymanager.model.CertificateParameters
-
Packages that use CertificateParameters Package Description io.mosip.kernel.core.keymanager.spi -
-
Uses of CertificateParameters in io.mosip.kernel.core.keymanager.spi
Methods in io.mosip.kernel.core.keymanager.spi with parameters of type CertificateParameters Modifier and Type Method Description voidKeyStore. generateAndStoreAsymmetricKey(String alias, String signKeyAlias, CertificateParameters certParams)Asymmetric(keypair) keys will be generated based on the provider specified and Store the keys along with self-signed certificate in provider specific keystoreCertificateKeyStore. generateCertificate(PrivateKey signPrivateKey, PublicKey publicKey, CertificateParameters certParams, X500Principal signerPrincipal)Creates a certificate for the given public key and signs the certificate with provided private key
-