UniqueIdentity

This class defines the UniqueIdentity class used by certificates.

@author Amit Kapoor @author Hemma Prafullchandra

Constructors

this
this(BitArray id)

The default constructor for this class.

this
this(byte[] id)

The default constructor for this class.

this
this(DerInputStream stream)

Create the object, decoding the values from the passed DER stream.

this
this(DerValue derVal)

Create the object, decoding the values from the passed DER stream.

Members

Functions

encode
void encode(DerOutputStream stream, byte tag)

Encode the UniqueIdentity in DER form to the stream.

getId
bool[] getId()

Return the unique id.

toString
string toString()

Return the UniqueIdentity as a printable string.

Meta