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 class
ImportKeyRequest.Builder
TheImportKeyRequest
builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isHsm()
JsonWebKey
key()
KeyAttributes
keyAttributes()
String
keyName()
Map<String,String>
tags()
String
vaultBaseUrl()
-
-
-
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
-
-