public class PKIPublicationInfo
extends java.lang.Object
implements org.bouncycastle.asn1.ASN1Encodable
PKIPublicationInfo ::= SEQUENCE { action INTEGER { dontPublish (0), pleasePublish (1) }, pubInfos SEQUENCE SIZE (1..MAX) OF SinglePubInfo OPTIONAL } -- pubInfos MUST NOT be present if action is "dontPublish" (if action is "pleasePublish" and pubInfos is omitted, "dontCare" is assumed)
Constructor and Description |
---|
PKIPublicationInfo(org.bouncycastle.asn1.ASN1Integer action) |
PKIPublicationInfo(org.bouncycastle.asn1.ASN1Sequence seq) |
Modifier and Type | Method and Description |
---|---|
void |
addPubInfo(SinglePubInfo pubInfo) |
org.bouncycastle.asn1.ASN1Integer |
getAction() |
static PKIPublicationInfo |
getInstance(org.bouncycastle.asn1.ASN1TaggedObject obj,
boolean explicit) |
static PKIPublicationInfo |
getInstance(java.lang.Object obj) |
SinglePubInfo |
getPubInfo(int nr) |
org.bouncycastle.asn1.ASN1Primitive |
toASN1Primitive() |
java.lang.String |
toString() |
public PKIPublicationInfo(org.bouncycastle.asn1.ASN1Sequence seq)
public PKIPublicationInfo(org.bouncycastle.asn1.ASN1Integer action)
public static PKIPublicationInfo getInstance(org.bouncycastle.asn1.ASN1TaggedObject obj, boolean explicit)
public static PKIPublicationInfo getInstance(java.lang.Object obj)
public org.bouncycastle.asn1.ASN1Integer getAction()
public SinglePubInfo getPubInfo(int nr)
public void addPubInfo(SinglePubInfo pubInfo)
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
toASN1Primitive
in interface org.bouncycastle.asn1.ASN1Encodable
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2018 Agencia de Tecnología y Certificación Electrónica. All Rights Reserved.