public final class IpsecEncryption extends ExpandableStringEnum<IpsecEncryption>
Modifier and Type | Field and Description |
---|---|
static IpsecEncryption |
AES128
Static value AES128 for IpsecEncryption.
|
static IpsecEncryption |
AES192
Static value AES192 for IpsecEncryption.
|
static IpsecEncryption |
AES256
Static value AES256 for IpsecEncryption.
|
static IpsecEncryption |
DES
Static value DES for IpsecEncryption.
|
static IpsecEncryption |
DES3
Static value DES3 for IpsecEncryption.
|
static IpsecEncryption |
GCMAES128
Static value GCMAES128 for IpsecEncryption.
|
static IpsecEncryption |
GCMAES192
Static value GCMAES192 for IpsecEncryption.
|
static IpsecEncryption |
GCMAES256
Static value GCMAES256 for IpsecEncryption.
|
static IpsecEncryption |
NONE
Static value None for IpsecEncryption.
|
Constructor and Description |
---|
IpsecEncryption() |
Modifier and Type | Method and Description |
---|---|
static IpsecEncryption |
fromString(String name)
Creates or finds a IpsecEncryption from its string representation.
|
static Collection<IpsecEncryption> |
values() |
equals, fromString, hashCode, toString, values, withNameValue
public static final IpsecEncryption NONE
public static final IpsecEncryption DES
public static final IpsecEncryption DES3
public static final IpsecEncryption AES128
public static final IpsecEncryption AES192
public static final IpsecEncryption AES256
public static final IpsecEncryption GCMAES128
public static final IpsecEncryption GCMAES192
public static final IpsecEncryption GCMAES256
public static IpsecEncryption fromString(String name)
name
- a name to look forpublic static Collection<IpsecEncryption> values()
Copyright © 2019. All rights reserved.