Class ImportKeyRequest
- java.lang.Object
-
- com.microsoft.azure.keyvault.requests.ImportKeyRequest
-
public final class ImportKeyRequest extends Object
The import key request class.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classImportKeyRequest.BuilderTheImportKeyRequestbuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisHsm()JsonWebKeykey()KeyAttributeskeyAttributes()StringkeyName()Map<String,String>tags()StringvaultBaseUrl()
-
-
-
Method Detail
-
vaultBaseUrl
public String vaultBaseUrl()
- Returns:
- the vault base url
-
keyName
public String keyName()
- Returns:
- the key name
-
key
public JsonWebKey key()
- Returns:
- the key
-
isHsm
public boolean isHsm()
- Returns:
- the isHsm
-
keyAttributes
public KeyAttributes keyAttributes()
- Returns:
- the key attribute
-
-