public abstract class AbstractX509KeyIdentifier extends AbstractX509Extension
IDENTIFIER| Constructor and Description |
|---|
AbstractX509KeyIdentifier(mybouncycastle.org.bouncycastle.asn1.ASN1Sequence a_extension)
Create a new KeyIdentifier from a BouncyCastle ASN1Sequence
|
AbstractX509KeyIdentifier(java.lang.String a_identifier,
byte[] a_value)
Create a new KeyIdentifier from a Extension-Identifier an the
octets of the Extension.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
Returns the key identifier as human-readable hex string of the form
A4:54:21:52:F1:...
|
java.util.Vector |
getValues()
Returns the key identifier as human-readable hex string.
|
java.lang.String |
getValueWithoutColon()
Returns the key identifier as human-readable hex string without ":"
separators.
|
equals, getDEROctets, getIdentifier, getName, hashCode, isCritical, toStringpublic AbstractX509KeyIdentifier(java.lang.String a_identifier,
byte[] a_value)
a_identifier - the extensions identifier Stringa_value - the octets of the extenisonhttp://tools.ietf.org/html/rfc5280public AbstractX509KeyIdentifier(mybouncycastle.org.bouncycastle.asn1.ASN1Sequence a_extension)
a_extension - the extension as ASN1Sequencepublic java.lang.String getValue()
public java.lang.String getValueWithoutColon()
public java.util.Vector getValues()
getValues in class AbstractX509ExtensionCopyright © 2023. All rights reserved.