public static enum X509Token.TokenType extends Enum<X509Token.TokenType>
Enum Constant and Description |
---|
WssX509Pkcs7Token10 |
WssX509Pkcs7Token11 |
WssX509PkiPathV1Token10 |
WssX509PkiPathV1Token11 |
WssX509V1Token10 |
WssX509V1Token11 |
WssX509V3Token10 |
WssX509V3Token11 |
Modifier and Type | Method and Description |
---|---|
static X509Token.TokenType |
lookUp(String name) |
static X509Token.TokenType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static X509Token.TokenType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final X509Token.TokenType WssX509V1Token10
public static final X509Token.TokenType WssX509V3Token10
public static final X509Token.TokenType WssX509Pkcs7Token10
public static final X509Token.TokenType WssX509PkiPathV1Token10
public static final X509Token.TokenType WssX509V1Token11
public static final X509Token.TokenType WssX509V3Token11
public static final X509Token.TokenType WssX509Pkcs7Token11
public static final X509Token.TokenType WssX509PkiPathV1Token11
public static X509Token.TokenType[] values()
for (X509Token.TokenType c : X509Token.TokenType.values()) System.out.println(c);
public static X509Token.TokenType 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 X509Token.TokenType lookUp(String name)
Copyright © 2021 JBoss by Red Hat. All rights reserved.