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

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

public class UserNotice
extends Object

The ASN.1 definition is as follows:

    UserNotice ::= SEQUENCE {
      noticeRef        NoticeReference OPTIONAL,
      explicitText     DisplayText OPTIONAL}
 

Author:
Artem Verkhovets

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

Constructor Detail

UserNotice

public UserNotice(Asn1Node node)
Method Detail

toString

public String toString()