KeyProperties Class
- java.
lang. Object - com.
microsoft. azure. keyvault. models. KeyProperties
- com.
public class KeyProperties
Properties of the key pair backing a certificate.
Method Summary
Modifier and Type | Method and Description |
---|---|
Boolean |
exportable()
Get the exportable value. |
Integer |
keySize()
Get the keySize value. |
String |
keyType()
Get the keyType value. |
Boolean |
reuseKey()
Get the reuseKey value. |
Key |
withExportable(Boolean exportable)
Set the exportable value. |
Key |
withKeySize(Integer keySize)
Set the keySize value. |
Key |
withKeyType(String keyType)
Set the keyType value. |
Key |
withReuseKey(Boolean reuseKey)
Set the reuseKey value. |
Method Details
exportable
public Boolean exportable()
Get the exportable value.
Returns:
keySize
public Integer keySize()
Get the keySize value.
Returns:
keyType
public String keyType()
Get the keyType value.
Returns:
reuseKey
public Boolean reuseKey()
Get the reuseKey value.
Returns:
withExportable
public KeyProperties withExportable(Boolean exportable)
Set the exportable value.
Parameters:
Returns:
withKeySize
public KeyProperties withKeySize(Integer keySize)
Set the keySize value.
Parameters:
Returns:
withKeyType
public KeyProperties withKeyType(String keyType)
Set the keyType value.
Parameters:
Returns:
withReuseKey
public KeyProperties withReuseKey(Boolean reuseKey)
Set the reuseKey value.
Parameters:
Returns:
Applies to
Azure SDK for Java