public enum HowCertAttribute extends Enum<HowCertAttribute>
| Enum Constant and Description |
|---|
certifiedAttribtes |
claimedAttribute |
either |
| Modifier and Type | Method and Description |
|---|---|
static HowCertAttribute |
parse(org.bouncycastle.asn1.ASN1Primitive derObject) |
static HowCertAttribute |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HowCertAttribute[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HowCertAttribute claimedAttribute
public static final HowCertAttribute certifiedAttribtes
public static final HowCertAttribute either
public static HowCertAttribute[] values()
for (HowCertAttribute c : HowCertAttribute.values()) System.out.println(c);
public static HowCertAttribute 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 HowCertAttribute parse(org.bouncycastle.asn1.ASN1Primitive derObject)
Copyright © 2021 SERPRO - Serviço Federal de Processamento de Dados. All rights reserved.