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 X509Key
KeyGenInfo. 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 int
KeyConstraint. getDSAKeyLen(X509Key key)
int
KeyConstraint. 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 int
UserKeyDefault. getDSAKeyLen(X509Key key)
int
UserKeyDefault. 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 X509Key
ConfigurationUtils. getECCX509Key(IConfigStore config, java.lang.String certTag)
static X509Key
ConfigurationUtils. 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 X509CertImpl
CertUtil. createLocalCert(IConfigStore config, X509Key x509key, java.lang.String prefix, java.lang.String certTag, java.lang.String type)
static IRequest
CertUtil. 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 X509Key
CryptoUtil. convertPublicKeyToX509Key(java.security.PublicKey pubk)
static X509Key
CryptoUtil. getPublicX509ECCKey(byte[] encoded)
static X509Key
CryptoUtil. getPublicX509Key(byte[] modulus, byte[] exponent)
static X509Key
CryptoUtil. getX509KeyFromCRMFMsg(org.mozilla.jss.pkix.crmf.CertReqMsg crmfMsg)
static X509Key
CryptoUtil. getX509KeyFromCRMFMsgs(org.mozilla.jss.asn1.SEQUENCE crmfMsgs)
Methods in com.netscape.cmsutil.crypto with parameters of type X509Key Modifier and Type Method Description static PKCS10
CryptoUtil. createCertificationRequest(java.lang.String subjectName, X509Key pubk, org.mozilla.jss.crypto.PrivateKey prik)
Creates a PKCS#10 request.static PKCS10
CryptoUtil. createCertificationRequest(java.lang.String subjectName, X509Key pubk, org.mozilla.jss.crypto.PrivateKey prik, java.lang.String alg)
static PKCS10
CryptoUtil. createCertificationRequest(java.lang.String subjectName, X509Key pubk, org.mozilla.jss.crypto.PrivateKey prik, java.lang.String alg, Extensions exts)
static X509CertInfo
CryptoUtil. createX509CertInfo(X509Key x509key, java.math.BigInteger serialno, java.lang.String issuername, java.lang.String subjname, java.util.Date notBefore, java.util.Date notAfter)
static X509CertInfo
CryptoUtil. 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 X509CertInfo
CryptoUtil. 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 boolean
CryptoUtil. 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 OCSPRequest
OCSPProcessor. 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 X509Key
PKCS10. 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 class
DSAPublicKey
An X.509 public key for the Digital Signature Algorithm.class
RSAPublicKey
An 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 X509Key
CertAndKeyGen. getPublicKey()
Returns the public key of the generated key pair.static X509Key
X509Key. 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 KeyIdentifier
APolicyRule. createKeyIdentifier(X509Key key)
-