org.eclipse.higgins.keystore.common.X509
Class NoticeReference

java.lang.Object
  extended byorg.eclipse.higgins.keystore.common.X509.NoticeReference

public class NoticeReference
extends Object

The ASN.1 definition is as follows:

 NoticeReference ::= SEQUENCE {
      organization     DisplayText,
      noticeNumbers    SEQUENCE OF INTEGER }
 

Author:
Artem Verkhovets

Constructor Summary
NoticeReference(Asn1Node node)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoticeReference

public NoticeReference(Asn1Node node)
Method Detail

toString

public String toString()