Class KeyOperationResult
- java.lang.Object
-
- com.microsoft.azure.keyvault.models.KeyOperationResult
-
public class KeyOperationResult extends Object
The key operation result.
-
-
Constructor Summary
Constructors Constructor Description KeyOperationResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
kid()
Get the kid value.byte[]
result()
Get the result value.
-
-
-
Method Detail
-
kid
public String kid()
Get the kid value.- Returns:
- the kid value
-
result
public byte[] result()
Get the result value.- Returns:
- the result value
-
-