public class SinglePubInfo extends ASN1Object
Modifier and Type | Field and Description |
---|---|
private GeneralName |
pubLocation |
private ASN1Integer |
pubMethod |
Modifier | Constructor and Description |
---|---|
private |
SinglePubInfo(ASN1Sequence seq) |
Modifier and Type | Method and Description |
---|---|
static SinglePubInfo |
getInstance(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, toASN1Object
private ASN1Integer pubMethod
private GeneralName pubLocation
private SinglePubInfo(ASN1Sequence seq)
public static SinglePubInfo getInstance(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 ASN1Encodable
toASN1Primitive
in class ASN1Object