public class GetCRL
extends ASN1Object
| 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() |
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()