public class CrlListID extends ASN1Object
CRLListID ::= SEQUENCE { crls SEQUENCE OF CrlValidatedID }
Constructor and Description |
---|
CrlListID(CrlValidatedID[] crls) |
Modifier and Type | Method and Description |
---|---|
CrlValidatedID[] |
getCrls() |
static CrlListID |
getInstance(java.lang.Object obj) |
ASN1Primitive |
toASN1Primitive() |
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
public CrlListID(CrlValidatedID[] crls)
public static CrlListID getInstance(java.lang.Object obj)
public CrlValidatedID[] getCrls()
public ASN1Primitive toASN1Primitive()
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object