All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class netscape.security.x509.KeyIdentifier

netscape.security.x509.KeyIdentifier

public class KeyIdentifier
Represent the Key Identifier ASN.1 object.


Constructor Index

 o KeyIdentifier(byte[])
Create a KeyIdentifier with the passed bit settings.
 o KeyIdentifier(DerValue)
Create a KeyIdentifier from the DER encoded value.

Method Index

 o getIdentifier()
Return the value of the KeyIdentifier as byte array.
 o toString()
Returns a printable representation of the KeyUsage.

Constructors

 o KeyIdentifier
 public KeyIdentifier(byte octetString[])
Create a KeyIdentifier with the passed bit settings.

Parameters:
octetString - the octet string identifying the key identifier.
 o KeyIdentifier
 public KeyIdentifier(DerValue val) throws IOException
Create a KeyIdentifier from the DER encoded value.

Parameters:
val - the DerValue

Methods

 o getIdentifier
 public byte[] getIdentifier()
Return the value of the KeyIdentifier as byte array.

 o toString
 public String toString()
Returns a printable representation of the KeyUsage.


All Packages  Class Hierarchy  This Package  Previous  Next  Index