public class PKIPublicationInfo
extends ASN1Object
| Modifier and Type | Field and Description |
|---|---|
static ASN1Integer |
dontPublish |
static ASN1Integer |
pleasePublish |
| Constructor and Description |
|---|
PKIPublicationInfo(ASN1Integer action) |
| Modifier and Type | Method and Description |
|---|---|
ASN1Integer |
getAction() |
static PKIPublicationInfo |
getInstance(java.lang.Object o) |
SinglePubInfo[] |
getPubInfos() |
ASN1Primitive |
toASN1Primitive()
Return the primitive representation of PKIPublicationInfo.
|
public static final ASN1Integer dontPublish
public static final ASN1Integer pleasePublish
public static PKIPublicationInfo getInstance(java.lang.Object o)
public ASN1Integer getAction()
public SinglePubInfo[] getPubInfos()
public ASN1Primitive toASN1Primitive()