public class X509SKI
extends java.lang.Object
KeyProviderImplX509Data| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
sKIValue_
The plain value of the X509.V3 certificate extension named SubjectKeyIdentifier (OID 2.5.29.14).
|
| Constructor and Description |
|---|
X509SKI(byte[] sKIValue)
Standard constructor.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getSKIValue()
Gets the DER encoded value of the X509.V3 SubjectKeyIdentifier certificate extension.
|
protected byte[] sKIValue_