Uses of Class
netscape.security.x509.KeyIdentifier
-
Packages that use KeyIdentifier Package Description com.netscape.cms.profile.def com.netscape.cmsutil.crypto netscape.security.x509 org.dogtagpki.legacy.server.policy org.dogtagpki.legacy.server.policy.extensions -
-
Uses of KeyIdentifier in com.netscape.cms.profile.def
Methods in com.netscape.cms.profile.def that return KeyIdentifier Modifier and Type Method Description KeyIdentifier
CAEnrollDefault. getCAKeyIdentifier(ICertificateAuthority ca)
KeyIdentifier
CAEnrollDefault. getKeyIdentifier(X509CertInfo info)
KeyIdentifier
SubjectKeyIdentifierExtDefault. getKeyIdentifier(X509CertInfo info)
-
Uses of KeyIdentifier in com.netscape.cmsutil.crypto
Methods in com.netscape.cmsutil.crypto that return KeyIdentifier Modifier and Type Method Description static KeyIdentifier
CryptoUtil. createKeyIdentifier(java.security.KeyPair keypair)
-
Uses of KeyIdentifier in netscape.security.x509
Constructors in netscape.security.x509 with parameters of type KeyIdentifier Constructor Description AuthorityKeyIdentifierExtension(boolean critical, KeyIdentifier kid, GeneralNames name, SerialNumber sn)
Exposed critical parameter.AuthorityKeyIdentifierExtension(KeyIdentifier kid, GeneralNames name, SerialNumber sn)
The default constructor for this extension. -
Uses of KeyIdentifier in org.dogtagpki.legacy.server.policy
Methods in org.dogtagpki.legacy.server.policy that return KeyIdentifier Modifier and Type Method Description static KeyIdentifier
APolicyRule. createKeyIdentifier(X509Key key)
protected KeyIdentifier
APolicyRule. formSHA1KeyId(X509CertInfo certInfo)
Form a byte array of octet string key identifier from the sha-1 hash of the Subject Public Key BIT STRING.protected KeyIdentifier
APolicyRule. formSpkiSHA1KeyId(X509CertInfo certInfo)
Form a byte array of octet string key identifier from the sha-1 hash of the Subject Public Key INFO. -
Uses of KeyIdentifier in org.dogtagpki.legacy.server.policy.extensions
Methods in org.dogtagpki.legacy.server.policy.extensions that return KeyIdentifier Modifier and Type Method Description protected KeyIdentifier
AuthorityKeyIdentifierExt. formKeyIdentifier(X509CertImpl caCertImpl)
Form the Key Identifier in the Authority Key Identifier extension.protected KeyIdentifier
SubjectKeyIdentifierExt. formKeyIdentifier(X509CertInfo certInfo, IRequest req)
Form the Key Identifier in the Subject Key Identifier extension.protected KeyIdentifier
SubjectKeyIdentifierExt. formTypeFieldKeyId(X509CertInfo certInfo)
Form key identifier from a type field value of 0100 followed by the least significate 60 bits of the sha-1 hash of the subject public key BIT STRING in accordance with RFC 2459.protected KeyIdentifier
AuthorityKeyIdentifierExt. getKeyIdentifier(X509CertInfo certInfo)
Get the Key Identifier in a subject key identifier extension from a CertInfo.
-