Exemplo n.º 1
0
 /**
  * Creates a new <code>NoticeReference</code> instance.
  *
  * @param organization displayText
  * @param noticeNumbers an <code>ASN1EncodableVector</code> value
  */
 public NoticeReference(DisplayText organization, Asn1EncodableVector noticeNumbers)
 {
     this.organization  = organization;
     this.noticeNumbers = new DerSequence(noticeNumbers);
 }