org.bouncycastle.asn1.cmp
Class RevRepContent
- DEREncodable
public class RevRepContent
getRevCerts
public CertId[] getRevCerts()
toASN1Object
public DERObject toASN1Object()
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)
}
- toASN1Object in interface ASN1Encodable
- a basic ASN.1 object representation.