java.lang.Object | |
↳ | sun.security.x509.UniqueIdentity |
This class defines the UniqueIdentity class used by certificates.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
The default constructor for this class.
| |||||||||||
The default constructor for this class.
| |||||||||||
Create the object, decoding the values from the passed DER stream.
| |||||||||||
Create the object, decoding the values from the passed DER stream.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Encode the UniqueIdentity in DER form to the stream.
| |||||||||||
Return the unique id.
| |||||||||||
Return the UniqueIdentity as a printable string.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
The default constructor for this class.
id | the byte array containing the unique identifier. |
---|
The default constructor for this class.
id | the byte array containing the unique identifier. |
---|
Create the object, decoding the values from the passed DER stream.
in | the DerInputStream to read the UniqueIdentity from. |
---|
IOException | on decoding errors. |
---|
Create the object, decoding the values from the passed DER stream.
derVal | the DerValue decoded from the stream. |
---|
IOException | on decoding errors. |
---|
Encode the UniqueIdentity in DER form to the stream.
out | the DerOutputStream to marshal the contents to. |
---|---|
tag | enocode it under the following tag. |
IOException | on errors. |
---|
Return the unique id.
Return the UniqueIdentity as a printable string.