public class KeyProperties extends Object
| Constructor and Description |
|---|
KeyProperties() |
| 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.
|
KeyProperties |
withExportable(Boolean exportable)
Set the exportable value.
|
KeyProperties |
withKeySize(Integer keySize)
Set the keySize value.
|
KeyProperties |
withKeyType(String keyType)
Set the keyType value.
|
KeyProperties |
withReuseKey(Boolean reuseKey)
Set the reuseKey value.
|
public Boolean exportable()
public KeyProperties withExportable(Boolean exportable)
exportable - the exportable value to setpublic String keyType()
public KeyProperties withKeyType(String keyType)
keyType - the keyType value to setpublic Integer keySize()
public KeyProperties withKeySize(Integer keySize)
keySize - the keySize value to setpublic Boolean reuseKey()
public KeyProperties withReuseKey(Boolean reuseKey)
reuseKey - the reuseKey value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/