com.ibm.security.keystoreski
Interface SKIDefinition
- public interface SKIDefinition
Certificate. This may include inspection of
the extensions fields of the certificate, generating a hash of the certificate or some other attempt to identify the
certificate. RFC 3280 Section 4.2.1.2 specifies various recommended
methods of generating the Subject Key Identifier for a certificate.
See Also:
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
getSubjectKeyIdentifier(java.security.cert.X509Certificate cert)
Returns the Subject Key Identifier for a certificate or
null if the subject key identifier cannot
be determined.
|
Method Detail
getSubjectKeyIdentifier
- java.lang.String getSubjectKeyIdentifier( java.security.cert.X509Certificate cert)
- throws java.lang.NullPointerException
Parameters:
cert - The certificate for which to obtain the Subject Key Identifier for. Returns:
The Subject Key Identifier for a certificate or
null if the subject key identifier cannot
be determined. Throws:
java.lang.NullPointerException - If cert is null.
nullif the subject key identifier cannot be determined.