public class GetCRL extends ASN1Object
id-cmc-getCRL OBJECT IDENTIFIER ::= {id-cmc 16} GetCRL ::= SEQUENCE { issuerName Name, cRLName GeneralName OPTIONAL, time GeneralizedTime OPTIONAL, reasons ReasonFlags OPTIONAL }
Constructor and Description |
---|
GetCRL(X500Name issuerName,
GeneralName cRLName,
ASN1GeneralizedTime time,
ReasonFlags reasons) |
Modifier and Type | Method and Description |
---|---|
GeneralName |
getcRLName() |
static GetCRL |
getInstance(java.lang.Object o) |
X500Name |
getIssuerName() |
ReasonFlags |
getReasons() |
ASN1GeneralizedTime |
getTime() |
ASN1Primitive |
toASN1Primitive()
Method providing a primitive representation of this object suitable for encoding.
|
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
public GetCRL(X500Name issuerName, GeneralName cRLName, ASN1GeneralizedTime time, ReasonFlags reasons)
public static GetCRL getInstance(java.lang.Object o)
public X500Name getIssuerName()
public GeneralName getcRLName()
public ASN1GeneralizedTime getTime()
public ReasonFlags getReasons()
public ASN1Primitive toASN1Primitive()
ASN1Object
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object