|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.vt.middleware.crypt.x509.types.UserNotice
public class UserNotice
Representation of the UserNotice type defined in section 4.2.1.5
of RFC 2459.
| Constructor Summary | |
|---|---|
UserNotice()
Creates an empty user notice. |
|
UserNotice(NoticeReference ref)
Creates a new instance with the given notice reference. |
|
UserNotice(NoticeReference ref,
String text)
Creates a new instance with the given notice reference and explicit display text. |
|
UserNotice(String text)
Creates a new instance with the given explicit display text. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getExplicitText()
|
NoticeReference |
getNoticeRef()
|
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public UserNotice()
public UserNotice(NoticeReference ref)
ref - Notice reference.public UserNotice(String text)
text - Explicit display text.
public UserNotice(NoticeReference ref,
String text)
ref - Notice reference.text - Explicit display text.| Method Detail |
|---|
public NoticeReference getNoticeRef()
public String getExplicitText()
public String toString()
toString in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||