public enum EnuRevReq extends Enum<EnuRevReq>
clrCheck (0), --Checks shall be made against current CRLs (or authority revocation lists) ocspCheck (1), -- The revocation status shall be checked using the Online Certificate Status Protocol (RFC 2450) bothCheck (2), -- Both CRL and OCSP checks shall be carried out eitherCheck (3), -- At least one of CRL or OCSP checks shall be carried out noCheck (4), -- no check is mandated other (5) -- Other mechanism as defined by signature policy extension }
ASN1Enumerated,
ASN1Primitive| Enum Constant and Description |
|---|
bothCheck |
clrCheck |
eitherCheck |
noCheck |
ocspCheck |
other |
| Modifier and Type | Method and Description |
|---|---|
static EnuRevReq |
parse(org.bouncycastle.asn1.ASN1Primitive derObject) |
static EnuRevReq |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnuRevReq[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnuRevReq clrCheck
public static final EnuRevReq ocspCheck
public static final EnuRevReq bothCheck
public static final EnuRevReq eitherCheck
public static final EnuRevReq noCheck
public static final EnuRevReq other
public static EnuRevReq[] values()
for (EnuRevReq c : EnuRevReq.values()) System.out.println(c);
public static EnuRevReq valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static EnuRevReq parse(org.bouncycastle.asn1.ASN1Primitive derObject)
Copyright © 2021 SERPRO - Serviço Federal de Processamento de Dados. All rights reserved.