Lines Matching defs:UniqueIdentity
34 * This class defines the UniqueIdentity class used by certificates.
39 public class UniqueIdentity {
48 public UniqueIdentity(BitArray id) {
57 public UniqueIdentity(byte[] id) {
64 * @param in the DerInputStream to read the UniqueIdentity from.
67 public UniqueIdentity(DerInputStream in) throws IOException {
79 public UniqueIdentity(DerValue derVal) throws IOException {
84 * Return the UniqueIdentity as a printable string.
87 return ("UniqueIdentity:" + id.toString() + "\n");
91 * Encode the UniqueIdentity in DER form to the stream.