public class CRLBag extends ASN1Object
Constructor and Description |
---|
CRLBag(ASN1ObjectIdentifier crlId,
ASN1Encodable crlValue) |
Modifier and Type | Method and Description |
---|---|
ASN1ObjectIdentifier |
getCrlId() |
ASN1Encodable |
getCrlValue() |
static CRLBag |
getInstance(java.lang.Object o) |
ASN1Primitive |
toASN1Primitive()
CRLBag ::= SEQUENCE {
crlId BAG-TYPE.&id ({CRLTypes}),
crlValue [0] EXPLICIT BAG-TYPE.&Type ({CRLTypes}{@crlId})
}
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
public CRLBag(ASN1ObjectIdentifier crlId, ASN1Encodable crlValue)
public static CRLBag getInstance(java.lang.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}{@crlId}) } 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