Uses of Class
com.netscape.certsrv.security.KeyCertData

Packages that use KeyCertData
com.netscape.certsrv.security   
 

Uses of KeyCertData in com.netscape.certsrv.security
 

Methods in com.netscape.certsrv.security with parameters of type KeyCertData
 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.
 netscape.security.x509.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.