Class KeyIdentifier
java.lang.Object
org.mozilla.jss.netscape.security.x509.KeyIdentifier
- All Implemented Interfaces:
Serializable
Represent the Key Identifier ASN.1 object.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionKeyIdentifier
(byte[] octetString) Create a KeyIdentifier with the passed bit settings.KeyIdentifier
(DerValue val) Create a KeyIdentifier from the DER encoded value. -
Method Summary
Modifier and TypeMethodDescriptionbyte[]
Return the value of the KeyIdentifier as byte array.toString()
Returns a printable representation of the KeyUsage.
-
Constructor Details
-
KeyIdentifier
public KeyIdentifier(byte[] octetString) Create a KeyIdentifier with the passed bit settings.- Parameters:
octetString
- the octet string identifying the key identifier.
-
KeyIdentifier
Create a KeyIdentifier from the DER encoded value.- Parameters:
val
- the DerValue- Throws:
IOException
-
-
Method Details