public class SinglePubInfo extends ASN1Object
SinglePubInfo ::= SEQUENCE { pubMethod INTEGER { dontCare (0), x500 (1), web (2), ldap (3) }, pubLocation GeneralName OPTIONAL }
Modifier and Type | Field and Description |
---|---|
static ASN1Integer |
dontCare |
static ASN1Integer |
ldap |
static ASN1Integer |
web |
static ASN1Integer |
x500 |
Constructor and Description |
---|
SinglePubInfo(ASN1Integer pubMethod,
GeneralName pubLocation) |
Modifier and Type | Method and Description |
---|---|
static SinglePubInfo |
getInstance(java.lang.Object o) |
GeneralName |
getPubLocation() |
ASN1Integer |
getPubMethod() |
ASN1Primitive |
toASN1Primitive()
Return the primitive representation of SinglePubInfo.
|
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
public static final ASN1Integer dontCare
public static final ASN1Integer x500
public static final ASN1Integer web
public static final ASN1Integer ldap
public SinglePubInfo(ASN1Integer pubMethod, GeneralName pubLocation)
public static SinglePubInfo getInstance(java.lang.Object o)
public ASN1Integer getPubMethod()
public GeneralName getPubLocation()
public ASN1Primitive toASN1Primitive()
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object