|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.security12.sun.security.x509.UniqueIdentity
This class defines the UniqueIdentity class used by certificates.
Constructor Summary | |
UniqueIdentity(BitArray id)
The default constructor for this class. |
|
UniqueIdentity(byte[] id)
The default constructor for this class. |
|
UniqueIdentity(DerInputStream in)
Create the object, decoding the values from the passed DER stream. |
|
UniqueIdentity(DerValue derVal)
Create the object, decoding the values from the passed DER stream. |
Method Summary | |
void |
encode(DerOutputStream out,
byte tag)
Encode the UniqueIdentity in DER form to the stream. |
boolean[] |
getId()
Return the unique id. |
String |
toString()
Return the UniqueIdentity as a printable string. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public UniqueIdentity(BitArray id)
id
- the byte array containing the unique identifier.public UniqueIdentity(byte[] id)
id
- the byte array containing the unique identifier.public UniqueIdentity(DerInputStream in) throws IOException
in
- the DerInputStream to read the UniqueIdentity from.public UniqueIdentity(DerValue derVal) throws IOException
derVal
- the DerValue decoded from the stream.tag
- the tag the value is encoded under.Method Detail |
public String toString()
public void encode(DerOutputStream out, byte tag) throws IOException
out
- the DerOutputStream to marshal the contents to.tag
- enocode it under the following tag.public boolean[] getId()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |