public final class IkeEncryption extends Object
| 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.
|
| Constructor and Description |
|---|
IkeEncryption(String value)
Creates a custom value for IkeEncryption.
|
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 IkeEncryption(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.
*/