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 KeyIdentifierCAEnrollDefault. getCAKeyIdentifier(ICertificateAuthority ca)KeyIdentifierCAEnrollDefault. getKeyIdentifier(X509CertInfo info)KeyIdentifierSubjectKeyIdentifierExtDefault. 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 KeyIdentifierCryptoUtil. 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 KeyIdentifierAPolicyRule. createKeyIdentifier(X509Key key)protected KeyIdentifierAPolicyRule. 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 KeyIdentifierAPolicyRule. 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 KeyIdentifierAuthorityKeyIdentifierExt. formKeyIdentifier(X509CertImpl caCertImpl)Form the Key Identifier in the Authority Key Identifier extension.protected KeyIdentifierSubjectKeyIdentifierExt. formKeyIdentifier(X509CertInfo certInfo, IRequest req)Form the Key Identifier in the Subject Key Identifier extension.protected KeyIdentifierSubjectKeyIdentifierExt. 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 KeyIdentifierAuthorityKeyIdentifierExt. getKeyIdentifier(X509CertInfo certInfo)Get the Key Identifier in a subject key identifier extension from a CertInfo.
-