ASN1Encodable, Encodablepublic 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 | Description |
|---|---|
GetCRL(X500Name issuerName,
GeneralName cRLName,
ASN1GeneralizedTime time,
ReasonFlags reasons) |
| Modifier and Type | Method | 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, toASN1Objectpublic 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()
ASN1ObjecttoASN1Primitive in interface ASN1EncodabletoASN1Primitive in class ASN1Object