public final class KeyUsageType extends Object
| Modifier and Type | Field and Description |
|---|---|
static KeyUsageType |
C_RLSIGN
Static value cRLSign for KeyUsageType.
|
static KeyUsageType |
DATA_ENCIPHERMENT
Static value dataEncipherment for KeyUsageType.
|
static KeyUsageType |
DECIPHER_ONLY
Static value decipherOnly for KeyUsageType.
|
static KeyUsageType |
DIGITAL_SIGNATURE
Static value digitalSignature for KeyUsageType.
|
static KeyUsageType |
ENCIPHER_ONLY
Static value encipherOnly for KeyUsageType.
|
static KeyUsageType |
KEY_AGREEMENT
Static value keyAgreement for KeyUsageType.
|
static KeyUsageType |
KEY_CERT_SIGN
Static value keyCertSign for KeyUsageType.
|
static KeyUsageType |
KEY_ENCIPHERMENT
Static value keyEncipherment for KeyUsageType.
|
static KeyUsageType |
NON_REPUDIATION
Static value nonRepudiation for KeyUsageType.
|
| Constructor and Description |
|---|
KeyUsageType(String value)
Creates a custom value for KeyUsageType.
|
public static final KeyUsageType DIGITAL_SIGNATURE
public static final KeyUsageType NON_REPUDIATION
public static final KeyUsageType KEY_ENCIPHERMENT
public static final KeyUsageType DATA_ENCIPHERMENT
public static final KeyUsageType KEY_AGREEMENT
public static final KeyUsageType KEY_CERT_SIGN
public static final KeyUsageType C_RLSIGN
public static final KeyUsageType ENCIPHER_ONLY
public static final KeyUsageType DECIPHER_ONLY
public KeyUsageType(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.
*/