public enum CertRefReq extends Enum<CertRefReq>
CertRefReq ::= ENUMERATED { signerOnly (1), -- Only reference to signer cert mandated fullPath (2) -- References for full cert path up to a trust point required }
| Enum Constant and Description |
|---|
fullPath |
signerOnly |
| Modifier and Type | Method and Description |
|---|---|
static CertRefReq |
parse(org.bouncycastle.asn1.ASN1Primitive derObject) |
static CertRefReq |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CertRefReq[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CertRefReq signerOnly
public static final CertRefReq fullPath
public static CertRefReq[] values()
for (CertRefReq c : CertRefReq.values()) System.out.println(c);
public static CertRefReq 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 CertRefReq parse(org.bouncycastle.asn1.ASN1Primitive derObject)
Copyright © 2021 SERPRO - Serviço Federal de Processamento de Dados. All rights reserved.