public class RevRepContent
extends java.lang.Object
implements org.bouncycastle.asn1.ASN1Encodable
RevRepContent ::= SEQUENCE { status SEQUENCE SIZE (1..MAX) OF PKIStatusInfo, -- in same order as was sent in RevReqContent revCerts [0] SEQUENCE SIZE (1..MAX) OF CertId OPTIONAL, -- IDs for which revocation was requested (same order as status) crls [1] SEQUENCE SIZE (1..MAX) OF CertificateList OPTIONAL -- the resulting CRLs (there may be more than one) }
Constructor and Description |
---|
RevRepContent(org.bouncycastle.asn1.ASN1Sequence seq) |
RevRepContent(PKIStatusInfo pKIStatusInfo) |
Modifier and Type | Method and Description |
---|---|
void |
addCrl(org.bouncycastle.asn1.x509.CertificateList crl) |
void |
addPKIStatusInfo(PKIStatusInfo pKIStatusInfo) |
void |
addRevCert(CertId certId) |
org.bouncycastle.asn1.x509.CertificateList |
getCrl(int nr) |
static RevRepContent |
getInstance(org.bouncycastle.asn1.ASN1TaggedObject obj,
boolean explicit) |
static RevRepContent |
getInstance(java.lang.Object obj) |
PKIStatusInfo |
getPKIStatusInfo(int nr) |
CertId |
getRevCert(int nr) |
org.bouncycastle.asn1.ASN1Primitive |
toASN1Primitive() |
java.lang.String |
toString() |
public RevRepContent(org.bouncycastle.asn1.ASN1Sequence seq)
public RevRepContent(PKIStatusInfo pKIStatusInfo)
public static RevRepContent getInstance(org.bouncycastle.asn1.ASN1TaggedObject obj, boolean explicit)
public static RevRepContent getInstance(java.lang.Object obj)
public void addPKIStatusInfo(PKIStatusInfo pKIStatusInfo)
public PKIStatusInfo getPKIStatusInfo(int nr)
public void addRevCert(CertId certId)
public CertId getRevCert(int nr)
public void addCrl(org.bouncycastle.asn1.x509.CertificateList crl)
public org.bouncycastle.asn1.x509.CertificateList getCrl(int nr)
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.