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(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
public CRLBag(ASN1ObjectIdentifier crlId, ASN1Encodable crlValue)
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
Copyright © 2016 BouncyCastle.org. All rights reserved.