public class KeyOperationResult extends Object
| Constructor and Description |
|---|
KeyOperationResult() |
| Modifier and Type | Method and Description |
|---|---|
String |
kid()
Get the kid value.
|
byte[] |
result()
Get the result value.
|
public String kid()
public byte[] result()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/