Uses of Class
netscape.security.x509.X509Key
-
-
Uses of X509Key in com.netscape.certsrv.base
Methods in com.netscape.certsrv.base that return X509Key Modifier and Type Method Description X509KeyKeyGenInfo. getSPKI()Get SPKI as X509Key -
Uses of X509Key in com.netscape.cms.profile.constraint
Methods in com.netscape.cms.profile.constraint with parameters of type X509Key Modifier and Type Method Description intKeyConstraint. getDSAKeyLen(X509Key key)intKeyConstraint. getRSAKeyLen(X509Key key) -
Uses of X509Key in com.netscape.cms.profile.def
Methods in com.netscape.cms.profile.def with parameters of type X509Key Modifier and Type Method Description intUserKeyDefault. getDSAKeyLen(X509Key key)intUserKeyDefault. getRSAKeyLen(X509Key key) -
Uses of X509Key in com.netscape.cms.servlet.csadmin
Methods in com.netscape.cms.servlet.csadmin that return X509Key Modifier and Type Method Description static X509KeyConfigurationUtils. getECCX509Key(IConfigStore config, java.lang.String certTag)static X509KeyConfigurationUtils. getRSAX509Key(IConfigStore config, java.lang.String certTag)Methods in com.netscape.cms.servlet.csadmin with parameters of type X509Key Modifier and Type Method Description static X509CertImplCertUtil. createLocalCert(IConfigStore config, X509Key x509key, java.lang.String prefix, java.lang.String certTag, java.lang.String type)static IRequestCertUtil. createLocalRequest(IConfigStore cs, IRequestQueue queue, java.lang.String tag, CertInfoProfile profile, X509CertInfo info, X509Key x509key) -
Uses of X509Key in com.netscape.cmsutil.crypto
Methods in com.netscape.cmsutil.crypto that return X509Key Modifier and Type Method Description static X509KeyCryptoUtil. convertPublicKeyToX509Key(java.security.PublicKey pubk)static X509KeyCryptoUtil. getPublicX509ECCKey(byte[] encoded)static X509KeyCryptoUtil. getPublicX509Key(byte[] modulus, byte[] exponent)static X509KeyCryptoUtil. getX509KeyFromCRMFMsg(org.mozilla.jss.pkix.crmf.CertReqMsg crmfMsg)static X509KeyCryptoUtil. getX509KeyFromCRMFMsgs(org.mozilla.jss.asn1.SEQUENCE crmfMsgs)Methods in com.netscape.cmsutil.crypto with parameters of type X509Key Modifier and Type Method Description static PKCS10CryptoUtil. createCertificationRequest(java.lang.String subjectName, X509Key pubk, org.mozilla.jss.crypto.PrivateKey prik)Creates a PKCS#10 request.static PKCS10CryptoUtil. createCertificationRequest(java.lang.String subjectName, X509Key pubk, org.mozilla.jss.crypto.PrivateKey prik, java.lang.String alg)static PKCS10CryptoUtil. createCertificationRequest(java.lang.String subjectName, X509Key pubk, org.mozilla.jss.crypto.PrivateKey prik, java.lang.String alg, Extensions exts)static X509CertInfoCryptoUtil. createX509CertInfo(X509Key x509key, java.math.BigInteger serialno, java.lang.String issuername, java.lang.String subjname, java.util.Date notBefore, java.util.Date notAfter)static X509CertInfoCryptoUtil. createX509CertInfo(X509Key x509key, java.math.BigInteger serialno, java.lang.String issuername, java.lang.String subjname, java.util.Date notBefore, java.util.Date notAfter, java.lang.String alg)static X509CertInfoCryptoUtil. createX509CertInfo(X509Key x509key, java.math.BigInteger serialno, CertificateIssuerName issuernameObj, java.lang.String subjname, java.util.Date notBefore, java.util.Date notAfter, java.lang.String alg)static java.util.Vector<java.lang.String>CryptoUtil. getECKeyCurve(X509Key key)static booleanCryptoUtil. isECCKey(X509Key key) -
Uses of X509Key in com.netscape.cmsutil.ocsp
Methods in com.netscape.cmsutil.ocsp with parameters of type X509Key Modifier and Type Method Description OCSPRequestOCSPProcessor. createRequest(X500Name issuerName, X509Key issuerKey, java.math.BigInteger serialNumber)Create OCSP request from issuer name, issuer public key, and serial number of certificate to be checked. -
Uses of X509Key in netscape.security.pkcs
Methods in netscape.security.pkcs that return X509Key Modifier and Type Method Description X509KeyPKCS10. getSubjectPublicKeyInfo()Returns the subject's public key.Constructors in netscape.security.pkcs with parameters of type X509Key Constructor Description PKCS10(X509Key publicKey)Constructs an unsigned PKCS #10 certificate request.PKCS10(X509Key publicKey, PKCS10Attributes attributes)Constructs an unsigned PKCS #10 certificate request. -
Uses of X509Key in netscape.security.provider
Subclasses of X509Key in netscape.security.provider Modifier and Type Class Description classDSAPublicKeyAn X.509 public key for the Digital Signature Algorithm.classRSAPublicKeyAn X.509 public key for the RSA Algorithm. -
Uses of X509Key in netscape.security.x509
Methods in netscape.security.x509 that return X509Key Modifier and Type Method Description X509KeyCertAndKeyGen. getPublicKey()Returns the public key of the generated key pair.static X509KeyX509Key. parse(DerValue in)Construct X.509 subject public key from a DER value.Constructors in netscape.security.x509 with parameters of type X509Key Constructor Description CertificateX509Key(X509Key key)Default constructor for the certificate attribute.X509Cert(X500Name subjectName, X509Key subjectPublicKey, java.util.Date notBefore, java.util.Date notAfter)Deprecated.Partially constructs a certificate from descriptive parameters. -
Uses of X509Key in org.dogtagpki.legacy.server.policy
Methods in org.dogtagpki.legacy.server.policy with parameters of type X509Key Modifier and Type Method Description static KeyIdentifierAPolicyRule. createKeyIdentifier(X509Key key)
-