public final class IpsecEncryption extends Object
| 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(String value)
Creates a custom value for IpsecEncryption.
|
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 IpsecEncryption(String value)
value - the custom value/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/