Home | History | Annotate | Download | only in x509

Lines Matching refs:id

39     private ObjectIdentifier id;
44 * @param id the ObjectIdentifier for the policy id.
46 public CertificatePolicyId(ObjectIdentifier id) {
47 this.id = id;
56 this.id = val.getOID();
63 return (id);
71 + id.toString()
84 out.putOID(id);
96 return id.equals((Object)
108 return id.hashCode();