public class SinglePubInfo extends ASN1Object
Modifier and Type | Method and 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, toASN1Object
public 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 ASN1Encodable
toASN1Primitive
in class ASN1Object