public class RevRepContent
extends org.bouncycastle.asn1.ASN1Object
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) }
Modifier and Type | Method and Description |
---|---|
org.bouncycastle.asn1.x509.CertificateList[] |
getCrls() |
static RevRepContent |
getInstance(java.lang.Object o) |
CertId[] |
getRevCerts() |
PKIStatusInfo[] |
getStatus() |
org.bouncycastle.asn1.ASN1Primitive |
toASN1Primitive()
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)
}
|
public static RevRepContent getInstance(java.lang.Object o)
public PKIStatusInfo[] getStatus()
public CertId[] getRevCerts()
public org.bouncycastle.asn1.x509.CertificateList[] getCrls()
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
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) }
toASN1Primitive
in interface org.bouncycastle.asn1.ASN1Encodable
toASN1Primitive
in class org.bouncycastle.asn1.ASN1Object