public final class IkeIntegrity extends Object
| Modifier and Type | Field and Description |
|---|---|
static IkeIntegrity |
MD5
Static value MD5 for IkeIntegrity.
|
static IkeIntegrity |
SHA1
Static value SHA1 for IkeIntegrity.
|
static IkeIntegrity |
SHA256
Static value SHA256 for IkeIntegrity.
|
static IkeIntegrity |
SHA384
Static value SHA384 for IkeIntegrity.
|
| Constructor and Description |
|---|
IkeIntegrity(String value)
Creates a custom value for IkeIntegrity.
|
public static final IkeIntegrity MD5
public static final IkeIntegrity SHA1
public static final IkeIntegrity SHA256
public static final IkeIntegrity SHA384
public IkeIntegrity(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.
*/