|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.geronimo.util.asn1.ASN1Encodable org.apache.geronimo.util.asn1.x509.NoticeReference
public class NoticeReference
NoticeReference
class, used in
CertificatePolicies
X509 V3 extensions
(in policy qualifiers).
NoticeReference ::= SEQUENCE { organization DisplayText, noticeNumbers SEQUENCE OF INTEGER }
PolicyQualifierInfo
,
PolicyInformation
Constructor Summary | |
---|---|
NoticeReference(ASN1Sequence as)
Creates a new NoticeReference instance. |
|
NoticeReference(int displayTextType,
String orgName,
ASN1Sequence numbers)
Creates a new NoticeReference instance. |
|
NoticeReference(String orgName,
ASN1Sequence numbers)
Creates a new NoticeReference instance. |
|
NoticeReference(String orgName,
Vector numbers)
Creates a new NoticeReference instance. |
Method Summary | |
---|---|
static NoticeReference |
getInstance(Object as)
|
DERObject |
toASN1Object()
Describe toASN1Object method here. |
Methods inherited from class org.apache.geronimo.util.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 NoticeReference(String orgName, Vector numbers)
NoticeReference
instance.
orgName
- a String
valuenumbers
- a Vector
valuepublic NoticeReference(String orgName, ASN1Sequence numbers)
NoticeReference
instance.
orgName
- a String
valuenumbers
- an ASN1EncodableVector
valuepublic NoticeReference(int displayTextType, String orgName, ASN1Sequence numbers)
NoticeReference
instance.
displayTextType
- an int
valueorgName
- a String
valuenumbers
- an ASN1EncodableVector
valuepublic NoticeReference(ASN1Sequence as)
NoticeReference
instance.
Useful for reconstructing a NoticeReference
instance from its encodable/encoded form.
as
- an ASN1Sequence
value obtained from either
calling @{link toASN1Object()} for a NoticeReference
instance or from parsing it from a DER-encoded stream.Method Detail |
---|
public static NoticeReference getInstance(Object as)
public DERObject toASN1Object()
toASN1Object
method here.
toASN1Object
in class ASN1Encodable
DERObject
value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |