Compartir a través de


KeyProperties Clase

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

public class KeyProperties

Propiedades del par de claves que respalda un certificado.

Resumen del método

Modificador y tipo Método y descripción
Boolean exportable()

Obtiene el valor exportable.

Integer keySize()

Obtenga el valor keySize.

String keyType()

Obtenga el valor keyType.

Boolean reuseKey()

Obtenga el valor reuseKey.

KeyProperties withExportable(Boolean exportable)

Establezca el valor exportable.

KeyProperties withKeySize(Integer keySize)

Establezca el valor keySize.

KeyProperties withKeyType(String keyType)

Establezca el valor keyType.

KeyProperties withReuseKey(Boolean reuseKey)

Establezca el valor reuseKey.

Detalles del método

exportable

public Boolean exportable()

Obtiene el valor exportable.

Returns:

el valor exportable

keySize

public Integer keySize()

Obtenga el valor keySize.

Returns:

el valor keySize

keyType

public String keyType()

Obtenga el valor keyType.

Returns:

el valor keyType

reuseKey

public Boolean reuseKey()

Obtenga el valor reuseKey.

Returns:

el valor reuseKey

withExportable

public KeyProperties withExportable(Boolean exportable)

Establezca el valor exportable.

Parameters:

exportable - valor exportable que se va a establecer

Returns:

El propio objeto KeyProperties.

withKeySize

public KeyProperties withKeySize(Integer keySize)

Establezca el valor keySize.

Parameters:

keySize - el valor keySize que se va a establecer

Returns:

El propio objeto KeyProperties.

withKeyType

public KeyProperties withKeyType(String keyType)

Establezca el valor keyType.

Parameters:

keyType - el valor keyType que se va a establecer

Returns:

El propio objeto KeyProperties.

withReuseKey

public KeyProperties withReuseKey(Boolean reuseKey)

Establezca el valor reuseKey.

Parameters:

reuseKey - valor reuseKey que se va a establecer

Returns:

El propio objeto KeyProperties.

Se aplica a