org.bouncycastle.asn1.esf
Class CrlListID
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.esf.CrlListID
- All Implemented Interfaces:
- org.bouncycastle.asn1.ASN1Encodable, org.bouncycastle.util.Encodable
- public class CrlListID
- extends org.bouncycastle.asn1.ASN1Object
CRLListID ::= SEQUENCE {
crls SEQUENCE OF CrlValidatedID }
Methods inherited from class org.bouncycastle.asn1.ASN1Object |
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
CrlListID
public CrlListID(CrlValidatedID[] crls)
getInstance
public static CrlListID getInstance(java.lang.Object obj)
getCrls
public CrlValidatedID[] getCrls()
toASN1Primitive
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()