Compartir a través de


KeyUsageType Clase

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

public class KeyUsageType

Define valores para KeyUsageType.

Resumen del campo

Modificador y tipo Campo y descripción
final KeyUsageType C_RLSIGN

Valor estático cRLSign para KeyUsageType.

final KeyUsageType DATA_ENCIPHERMENT

Datos de valor estáticoEncipherment para KeyUsageType.

final KeyUsageType DECIPHER_ONLY

DecipherOnly de valor estático para KeyUsageType.

final KeyUsageType DIGITAL_SIGNATURE

Valor estático digitalSignature para KeyUsageType.

final KeyUsageType ENCIPHER_ONLY

Valor estático encipherOnly para KeyUsageType.

final KeyUsageType KEY_AGREEMENT

Clave de valor estáticoAgreement para KeyUsageType.

final KeyUsageType KEY_CERT_SIGN

Clave de valor estáticoCertSign para KeyUsageType.

final KeyUsageType KEY_ENCIPHERMENT

Clave de valor estáticoEncipherment para KeyUsageType.

final KeyUsageType NON_REPUDIATION

Valor estático nonRepudiation para KeyUsageType.

Resumen del constructor

Constructor Description
KeyUsageType(String value)

Crea un valor personalizado para KeyUsageType.

Resumen del método

Modificador y tipo Método y descripción
boolean equals(Object obj)
int hashCode()
String toString()

Detalles del campo

C_RLSIGN

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

Valor estático cRLSign para KeyUsageType.

DATA_ENCIPHERMENT

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

Datos de valor estáticoEncipherment para KeyUsageType.

DECIPHER_ONLY

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

DecipherOnly de valor estático para KeyUsageType.

DIGITAL_SIGNATURE

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

Valor estático digitalSignature para KeyUsageType.

ENCIPHER_ONLY

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

Valor estático encipherOnly para KeyUsageType.

KEY_AGREEMENT

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

Clave de valor estáticoAgreement para KeyUsageType.

KEY_CERT_SIGN

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

Clave de valor estáticoCertSign para KeyUsageType.

KEY_ENCIPHERMENT

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

Clave de valor estáticoEncipherment para KeyUsageType.

NON_REPUDIATION

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

Valor estático nonRepudiation para KeyUsageType.

Detalles del constructor

KeyUsageType

public KeyUsageType(String value)

Crea un valor personalizado para KeyUsageType.

Parameters:

value - el valor personalizado

Detalles del método

equals

public boolean equals(Object obj)

Parameters:

obj

hashCode

public int hashCode()

toString

public String toString()

Se aplica a