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.KeyPairICryptoSubsystem. getECCKeyPair(KeyCertData properties)Generates an ECC key pair based on the given parameters.java.security.KeyPairICryptoSubsystem. getKeyPair(KeyCertData properties)Generates a key pair based on the given parameters.X509CertImplICryptoSubsystem. getSignedCert(KeyCertData data, java.lang.String certType, java.security.PrivateKey priKey)Signs the certificate template into the given data and returns a signed certificate.
-