public static enum AbstractBasicCredentialFactoryBean.SecretKeyEncoding extends Enum<AbstractBasicCredentialFactoryBean.SecretKeyEncoding>
| Enum Constant and Description |
|---|
base64
Base64 encoding.
|
binary
Raw binary encoding.
|
hex
Hexidecimal encoding.
|
| Modifier and Type | Method and Description |
|---|---|
static AbstractBasicCredentialFactoryBean.SecretKeyEncoding |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractBasicCredentialFactoryBean.SecretKeyEncoding[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractBasicCredentialFactoryBean.SecretKeyEncoding binary
public static final AbstractBasicCredentialFactoryBean.SecretKeyEncoding hex
public static final AbstractBasicCredentialFactoryBean.SecretKeyEncoding base64
public static AbstractBasicCredentialFactoryBean.SecretKeyEncoding[] values()
for (AbstractBasicCredentialFactoryBean.SecretKeyEncoding c : AbstractBasicCredentialFactoryBean.SecretKeyEncoding.values()) System.out.println(c);
public static AbstractBasicCredentialFactoryBean.SecretKeyEncoding 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 nullCopyright © 1999–2018 Shibboleth Consortium. All rights reserved.