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