|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.geronimo.crypto.asn1.ASN1Encodable
org.apache.geronimo.crypto.asn1.x509.UserNotice
public class UserNotice
UserNotice class, used in
CertificatePolicies X509 extensions (in policy
qualifiers).
UserNotice ::= SEQUENCE {
noticeRef NoticeReference OPTIONAL,
explicitText DisplayText OPTIONAL}
PolicyQualifierId,
PolicyInformation| Constructor Summary | |
|---|---|
UserNotice(ASN1Sequence as)
Creates a new UserNotice instance. |
|
UserNotice(NoticeReference noticeRef,
DisplayText explicitText)
Creates a new UserNotice instance. |
|
UserNotice(NoticeReference noticeRef,
String str)
Creates a new UserNotice instance. |
|
| Method Summary | |
|---|---|
DERObject |
toASN1Object()
|
| Methods inherited from class org.apache.geronimo.crypto.asn1.ASN1Encodable |
|---|
equals, getDERObject, getEncoded, hashCode |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UserNotice(NoticeReference noticeRef,
DisplayText explicitText)
UserNotice instance.
noticeRef - a NoticeReference valueexplicitText - a DisplayText value
public UserNotice(NoticeReference noticeRef,
String str)
UserNotice instance.
noticeRef - a NoticeReference valuestr - the explicitText field as a String.public UserNotice(ASN1Sequence as)
UserNotice instance.
Useful from reconstructing a UserNotice instance
from its encodable/encoded form.
as - an ASN1Sequence value obtained from either
calling @{link toASN1Object()} for a UserNotice
instance or from parsing it from a DER-encoded stream.| Method Detail |
|---|
public DERObject toASN1Object()
toASN1Object in class ASN1Encodable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||