public class PKIPublicationInfo extends ASN1Object
| Modifier and Type | Field and Description |
|---|---|
static ASN1Integer |
dontPublish |
static ASN1Integer |
pleasePublish |
| Constructor and Description |
|---|
PKIPublicationInfo(ASN1Integer action) |
PKIPublicationInfo(java.math.BigInteger action) |
PKIPublicationInfo(SinglePubInfo pubInfo)
Constructor with a single pubInfo, assumes pleasePublish as the action.
|
PKIPublicationInfo(SinglePubInfo[] pubInfos)
Constructor with multiple pubInfo, assumes pleasePublish as the 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.
|
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Objectpublic static final ASN1Integer dontPublish
public static final ASN1Integer pleasePublish
public PKIPublicationInfo(java.math.BigInteger action)
public PKIPublicationInfo(ASN1Integer action)
public PKIPublicationInfo(SinglePubInfo pubInfo)
pubInfo - the pubInfo to be published (can be null if don't care is required).public PKIPublicationInfo(SinglePubInfo[] pubInfos)
pubInfos - the pubInfos to be published (can be null if don't care is required).public static PKIPublicationInfo getInstance(java.lang.Object o)
public ASN1Integer getAction()
public SinglePubInfo[] getPubInfos()
public ASN1Primitive toASN1Primitive()
toASN1Primitive in interface ASN1EncodabletoASN1Primitive in class ASN1Object