KeyProperties Clase
- java.
lang. Object - com.
microsoft. azure. keyvault. models. KeyProperties
- com.
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. |
Key |
withExportable(Boolean exportable)
Establezca el valor exportable. |
Key |
withKeySize(Integer keySize)
Establezca el valor keySize. |
Key |
withKeyType(String keyType)
Establezca el valor keyType. |
Key |
withReuseKey(Boolean reuseKey)
Establezca el valor reuseKey. |
Detalles del método
exportable
public Boolean exportable()
Obtiene el valor exportable.
Returns:
keySize
public Integer keySize()
Obtenga el valor keySize.
Returns:
keyType
public String keyType()
Obtenga el valor keyType.
Returns:
reuseKey
public Boolean reuseKey()
Obtenga el valor reuseKey.
Returns:
withExportable
public KeyProperties withExportable(Boolean exportable)
Establezca el valor exportable.
Parameters:
Returns:
withKeySize
public KeyProperties withKeySize(Integer keySize)
Establezca el valor keySize.
Parameters:
Returns:
withKeyType
public KeyProperties withKeyType(String keyType)
Establezca el valor keyType.
Parameters:
Returns:
withReuseKey
public KeyProperties withReuseKey(Boolean reuseKey)
Establezca el valor reuseKey.
Parameters:
Returns:
Se aplica a
Azure SDK for Java