public class CRLBag extends ASN1Object
Modifier and Type | Field and Description |
---|---|
private ASN1ObjectIdentifier |
crlId |
private ASN1Encodable |
crlValue |
Modifier | Constructor and Description |
---|---|
|
CRLBag(ASN1ObjectIdentifier crlId,
ASN1Encodable crlValue) |
private |
CRLBag(ASN1Sequence seq) |
Modifier and Type | Method and Description |
---|---|
ASN1ObjectIdentifier |
getcrlId() |
ASN1Encodable |
getCRLValue() |
static CRLBag |
getInstance(Object o) |
ASN1Primitive |
toASN1Primitive()
CRLBag ::= SEQUENCE {
crlId BAG-TYPE.&id ({CRLTypes}),
crlValue [0] EXPLICIT BAG-TYPE.&Type ({CRLTypes})
}
x509CRL BAG-TYPE ::= {OCTET STRING IDENTIFIED BY {certTypes 1}
-- DER-encoded X.509 CRL stored in OCTET STRING
CRLTypes BAG-TYPE ::= {
x509CRL,
...
|
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
private ASN1ObjectIdentifier crlId
private ASN1Encodable crlValue
private CRLBag(ASN1Sequence seq)
public CRLBag(ASN1ObjectIdentifier crlId, ASN1Encodable crlValue)
public static CRLBag getInstance(Object o)
public ASN1ObjectIdentifier getcrlId()
public ASN1Encodable getCRLValue()
public ASN1Primitive toASN1Primitive()
CRLBag ::= SEQUENCE { crlId BAG-TYPE.&id ({CRLTypes}), crlValue [0] EXPLICIT BAG-TYPE.&Type ({CRLTypes}) } x509CRL BAG-TYPE ::= {OCTET STRING IDENTIFIED BY {certTypes 1} -- DER-encoded X.509 CRL stored in OCTET STRING CRLTypes BAG-TYPE ::= { x509CRL, ... -- For future extensions }
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object