public final class SubjectKeyIdentifierSelector extends java.lang.Object implements CertPathSelector
For more information, see the sections that describe certification paths in "Developing Security Providers for WebLogic Server" and "Programming WebLogic Security."
CertPathBuilderParameters
,
CertPathBuilder
Modifier and Type | Field and Description |
---|---|
private byte[] |
subjectKeyIdentifier |
Constructor and Description |
---|
SubjectKeyIdentifierSelector(byte[] subjectKeyIdentifier)
Construct a SubjectKeyIdentifierSelector using the subject
key identifier of the chain's end certificate.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
getSubjectKeyIdentifier()
The subject key identifier of the chain's end certificate.
|
java.lang.String |
toString() |
public SubjectKeyIdentifierSelector(byte[] subjectKeyIdentifier)
subjectKeyIdentifier
- The subject key identifierjava.lang.IllegalArgumentException
- if subjectKeyIdentifier is
null
or empty