public static interface Key.DefinitionStages.WithKeySize
| Modifier and Type | Method and Description |
|---|---|
Key.DefinitionStages.WithCreate |
withKeyCurveName(com.azure.security.keyvault.keys.models.KeyCurveName keyCurveName)
Specifies the name of the key curve for elliptic-curve key to create.
|
Key.DefinitionStages.WithCreate |
withKeySize(int size)
Specifies the size of the RSA key to create.
|
Key.DefinitionStages.WithCreate withKeySize(int size)
size - the size of the key in integerKey.DefinitionStages.WithCreate withKeyCurveName(com.azure.security.keyvault.keys.models.KeyCurveName keyCurveName)
keyCurveName - name of the key curveCopyright © 2020. All rights reserved.