@Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public enum MacsecEncryptionCipher extends Enum<MacsecEncryptionCipher> implements BmcEnum
Type of encryption cipher suite to use for the MACsec connection.
Enum Constant and Description |
---|
Aes128Gcm |
Aes128GcmXpn |
Aes256Gcm |
Aes256GcmXpn |
Modifier and Type | Method and Description |
---|---|
static MacsecEncryptionCipher |
create(String key) |
String |
getValue() |
static MacsecEncryptionCipher |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MacsecEncryptionCipher[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MacsecEncryptionCipher Aes128Gcm
public static final MacsecEncryptionCipher Aes128GcmXpn
public static final MacsecEncryptionCipher Aes256Gcm
public static final MacsecEncryptionCipher Aes256GcmXpn
public static MacsecEncryptionCipher[] values()
for (MacsecEncryptionCipher c : MacsecEncryptionCipher.values()) System.out.println(c);
public static MacsecEncryptionCipher 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 MacsecEncryptionCipher create(String key)
Copyright © 2016–2024. All rights reserved.