public static enum X509ExtensionType.FieldType extends Enum<X509ExtensionType.FieldType>
| Enum Constant and Description |
|---|
BIT_STRING |
BMPString |
BOOLEAN |
ENUMERATED |
GeneralizedTime |
IA5String |
INTEGER |
Name |
NULL |
OCTET_STRING |
OID |
PrintableString |
RAW |
SEQUENCE |
SEQUENCE_OF |
SET |
SET_OF |
TeletexString |
UTCTime |
UTF8String |
| Modifier and Type | Method and Description |
|---|---|
String |
getText() |
static X509ExtensionType.FieldType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static X509ExtensionType.FieldType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final X509ExtensionType.FieldType TeletexString
public static final X509ExtensionType.FieldType PrintableString
public static final X509ExtensionType.FieldType UTF8String
public static final X509ExtensionType.FieldType BMPString
public static final X509ExtensionType.FieldType IA5String
public static final X509ExtensionType.FieldType NULL
public static final X509ExtensionType.FieldType INTEGER
public static final X509ExtensionType.FieldType ENUMERATED
public static final X509ExtensionType.FieldType GeneralizedTime
public static final X509ExtensionType.FieldType UTCTime
public static final X509ExtensionType.FieldType BOOLEAN
public static final X509ExtensionType.FieldType BIT_STRING
public static final X509ExtensionType.FieldType OCTET_STRING
public static final X509ExtensionType.FieldType OID
public static final X509ExtensionType.FieldType Name
public static final X509ExtensionType.FieldType SEQUENCE
public static final X509ExtensionType.FieldType SEQUENCE_OF
public static final X509ExtensionType.FieldType SET
public static final X509ExtensionType.FieldType SET_OF
public static final X509ExtensionType.FieldType RAW
public static X509ExtensionType.FieldType[] values()
for (X509ExtensionType.FieldType c : X509ExtensionType.FieldType.values()) System.out.println(c);
public static X509ExtensionType.FieldType 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 String getText()
Copyright © 2019. All rights reserved.