public class SinglePubInfo extends ASN1Object
| 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, toASN1Objectpublic 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 ASN1EncodabletoASN1Primitive in class ASN1ObjectCopyright © 2015–2016 The veraPDF Consortium. All rights reserved.