public static enum Certprofile.StringType extends Enum<Certprofile.StringType>
| Enum Constant and Description |
|---|
bmpString |
ia5String |
printableString |
teletexString |
utf8String |
| Modifier and Type | Method and Description |
|---|---|
org.bouncycastle.asn1.ASN1Encodable |
createString(String text) |
static Certprofile.StringType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Certprofile.StringType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Certprofile.StringType teletexString
public static final Certprofile.StringType printableString
public static final Certprofile.StringType utf8String
public static final Certprofile.StringType bmpString
public static final Certprofile.StringType ia5String
public static Certprofile.StringType[] values()
for (Certprofile.StringType c : Certprofile.StringType.values()) System.out.println(c);
public static Certprofile.StringType 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 org.bouncycastle.asn1.ASN1Encodable createString(String text)
Copyright © 2019. All rights reserved.