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