次の方法で共有


KeyUsageType クラス

  • java.lang.Object
    • com.microsoft.azure.keyvault.models.KeyUsageType

public class KeyUsageType

KeyUsageType の値を定義します。

フィールドの概要

修飾子と型 フィールドと説明
final KeyUsageType C_RLSIGN

KeyUsageType の静的値 cRLSign。

final KeyUsageType DATA_ENCIPHERMENT

KeyUsageType の静的値 dataEncipherment。

final KeyUsageType DECIPHER_ONLY

KeyUsageType の静的値 decipherOnly。

final KeyUsageType DIGITAL_SIGNATURE

KeyUsageType の静的な値 digitalSignature。

final KeyUsageType ENCIPHER_ONLY

KeyUsageType の静的値 encipherOnly。

final KeyUsageType KEY_AGREEMENT

KeyUsageType の静的値 keyAgreement。

final KeyUsageType KEY_CERT_SIGN

KeyUsageType の静的値 keyCertSign。

final KeyUsageType KEY_ENCIPHERMENT

KeyUsageType の静的値 keyEncipherment。

final KeyUsageType NON_REPUDIATION

KeyUsageType の静的値 nonRepudiation。

コンストラクターの概要

コンストラクター 説明
KeyUsageType(String value)

KeyUsageType のカスタム値を作成します。

メソッドの概要

修飾子と型 メソッドと説明
boolean equals(Object obj)
int hashCode()
String toString()

フィールドの詳細

C_RLSIGN

public static final KeyUsageType C_RLSIGN= new KeyUsageType("cRLSign")

KeyUsageType の静的値 cRLSign。

DATA_ENCIPHERMENT

public static final KeyUsageType DATA_ENCIPHERMENT= new KeyUsageType("dataEncipherment")

KeyUsageType の静的値 dataEncipherment。

DECIPHER_ONLY

public static final KeyUsageType DECIPHER_ONLY= new KeyUsageType("decipherOnly")

KeyUsageType の静的値 decipherOnly。

DIGITAL_SIGNATURE

public static final KeyUsageType DIGITAL_SIGNATURE= new KeyUsageType("digitalSignature")

KeyUsageType の静的な値 digitalSignature。

ENCIPHER_ONLY

public static final KeyUsageType ENCIPHER_ONLY= new KeyUsageType("encipherOnly")

KeyUsageType の静的値 encipherOnly。

KEY_AGREEMENT

public static final KeyUsageType KEY_AGREEMENT= new KeyUsageType("keyAgreement")

KeyUsageType の静的値 keyAgreement。

KEY_CERT_SIGN

public static final KeyUsageType KEY_CERT_SIGN= new KeyUsageType("keyCertSign")

KeyUsageType の静的値 keyCertSign。

KEY_ENCIPHERMENT

public static final KeyUsageType KEY_ENCIPHERMENT= new KeyUsageType("keyEncipherment")

KeyUsageType の静的値 keyEncipherment。

NON_REPUDIATION

public static final KeyUsageType NON_REPUDIATION= new KeyUsageType("nonRepudiation")

KeyUsageType の静的値 nonRepudiation。

コンストラクターの詳細

KeyUsageType

public KeyUsageType(String value)

KeyUsageType のカスタム値を作成します。

Parameters:

value - カスタム値

メソッドの詳細

equals

public boolean equals(Object obj)

Parameters:

obj

hashCode

public int hashCode()

toString

public String toString()

適用対象