public static enum KerberosKeytabEntry.EncryptionType extends Enum<KerberosKeytabEntry.EncryptionType> implements BmcEnum
Encryption type with with keytab was generated. Secure: aes128-cts-hmac-sha256-128 Secure: aes256-cts-hmac-sha384-192 Less Secure: aes128-cts-hmac-sha1-96 Less Secure: aes256-cts-hmac-sha1-96
Enum Constant and Description |
---|
Aes128CtsHmacSha196 |
Aes128CtsHmacSha256128 |
Aes256CtsHmacSha196 |
Aes256CtsHmacSha384192 |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Modifier and Type | Method and Description |
---|---|
static KerberosKeytabEntry.EncryptionType |
create(String key) |
String |
getValue() |
static KerberosKeytabEntry.EncryptionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KerberosKeytabEntry.EncryptionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KerberosKeytabEntry.EncryptionType Aes128CtsHmacSha256128
public static final KerberosKeytabEntry.EncryptionType Aes256CtsHmacSha384192
public static final KerberosKeytabEntry.EncryptionType Aes128CtsHmacSha196
public static final KerberosKeytabEntry.EncryptionType Aes256CtsHmacSha196
public static final KerberosKeytabEntry.EncryptionType UnknownEnumValue
public static KerberosKeytabEntry.EncryptionType[] values()
for (KerberosKeytabEntry.EncryptionType c : KerberosKeytabEntry.EncryptionType.values()) System.out.println(c);
public static KerberosKeytabEntry.EncryptionType 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 KerberosKeytabEntry.EncryptionType create(String key)
Copyright © 2016–2024. All rights reserved.