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.
-
KeyIdentifier(byte[])
- Create a KeyIdentifier with the passed bit settings.
-
KeyIdentifier(DerValue)
- Create a KeyIdentifier from the DER encoded value.
-
getIdentifier()
- Return the value of the KeyIdentifier as byte array.
-
toString()
- Returns a printable representation of the KeyUsage.
KeyIdentifier
public KeyIdentifier(byte octetString[])
- Create a KeyIdentifier with the passed bit settings.
- Parameters:
- octetString - the octet string identifying the key identifier.
KeyIdentifier
public KeyIdentifier(DerValue val) throws IOException
- Create a KeyIdentifier from the DER encoded value.
- Parameters:
- val - the DerValue
getIdentifier
public byte[] getIdentifier()
- Return the value of the KeyIdentifier as byte array.
toString
public String toString()
- Returns a printable representation of the KeyUsage.
All Packages Class Hierarchy This Package Previous Next Index