Class KeyBundle
- java.lang.Object
-
- com.microsoft.azure.keyvault.models.custom.KeyBundle
-
-
Constructor Summary
Constructors Constructor Description KeyBundle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JsonWebKey
key()
Get the key value.KeyIdentifier
keyIdentifier()
The key identifier.String
toString()
-
-
-
Method Detail
-
key
public JsonWebKey key()
Get the key value.- Returns:
- the key value
-
keyIdentifier
public KeyIdentifier keyIdentifier()
The key identifier.- Returns:
- identifier for the key
-
-