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