fi.hut.tcm.spki.impl
Class Comment

java.lang.Object
  |
  +--fi.hut.tcm.spki.ByteString
        |
        +--fi.hut.tcm.spki.impl.Comment

public class Comment
extends ByteString

Comment Certificate comment.


Fields inherited from class fi.hut.tcm.spki.ByteString
bytes, displayType
 
Constructor Summary
Comment()
          Creates an empty comment.
Comment(java.lang.String value)
          Creates a comment with the value as the comment text.
 
Method Summary
 void accept(Visitor visitor)
           
 boolean equals(java.lang.Object other)
           
 java.lang.String toString()
           
 
Methods inherited from class fi.hut.tcm.spki.ByteString
getDisplayHintBytes, getDisplayHintString, getValueBytes, getValueString, setDisplayHint, setDisplayHint, setValue, setValue
 
Methods inherited from class java.lang.Object
, clone, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

Comment

public Comment()
Creates an empty comment.

Comment

public Comment(java.lang.String value)
Creates a comment with the value as the comment text.
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class ByteString

equals

public boolean equals(java.lang.Object other)
Overrides:
equals in class ByteString

accept

public void accept(Visitor visitor)
Overrides:
accept in class ByteString