ASN1Encodable, Encodablepublic class SinglePubInfo extends ASN1Object
| Modifier and Type | Method | Description |
|---|---|---|
static SinglePubInfo |
getInstance(java.lang.Object o) |
|
GeneralName |
getPubLocation() |
|
ASN1Primitive |
toASN1Primitive() |
SinglePubInfo ::= SEQUENCE {
pubMethod INTEGER {
dontCare (0),
x500 (1),
web (2),
ldap (3) },
pubLocation GeneralName OPTIONAL }
|
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Objectpublic static SinglePubInfo getInstance(java.lang.Object o)
public GeneralName getPubLocation()
public ASN1Primitive toASN1Primitive()
SinglePubInfo ::= SEQUENCE {
pubMethod INTEGER {
dontCare (0),
x500 (1),
web (2),
ldap (3) },
pubLocation GeneralName OPTIONAL }
toASN1Primitive in interface ASN1EncodabletoASN1Primitive in class ASN1Object