public class RevRepContent extends ASN1Encodable
| Modifier and Type | Field and Description |
|---|---|
private ASN1Sequence |
crls |
private ASN1Sequence |
revCerts |
private ASN1Sequence |
status |
BER, DER| Modifier | Constructor and Description |
|---|---|
private |
RevRepContent(ASN1Sequence seq) |
| Modifier and Type | Method and Description |
|---|---|
private void |
addOptional(ASN1EncodableVector v,
int tagNo,
ASN1Encodable obj) |
CertificateList[] |
getCrls() |
static RevRepContent |
getInstance(java.lang.Object o) |
CertId[] |
getRevCerts() |
PKIStatusInfo[] |
getStatus() |
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)
}
|
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCodeprivate ASN1Sequence status
private ASN1Sequence revCerts
private ASN1Sequence crls
private RevRepContent(ASN1Sequence seq)
public static RevRepContent getInstance(java.lang.Object o)
public PKIStatusInfo[] getStatus()
public CertId[] getRevCerts()
public CertificateList[] getCrls()
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 class ASN1Encodableprivate void addOptional(ASN1EncodableVector v, int tagNo, ASN1Encodable obj)
Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.