Uses of Class
com.netscape.certsrv.security.KeyCertData
-
Packages that use KeyCertData Package Description com.netscape.certsrv.security -
-
Uses of KeyCertData in com.netscape.certsrv.security
Methods in com.netscape.certsrv.security with parameters of type KeyCertData Modifier and Type Method Description java.security.KeyPair
ICryptoSubsystem. getECCKeyPair(KeyCertData properties)
Generates an ECC key pair based on the given parameters.java.security.KeyPair
ICryptoSubsystem. getKeyPair(KeyCertData properties)
Generates a key pair based on the given parameters.X509CertImpl
ICryptoSubsystem. getSignedCert(KeyCertData data, java.lang.String certType, java.security.PrivateKey priKey)
Signs the certificate template into the given data and returns a signed certificate.
-