public class CertificateBundle extends Object
| Constructor and Description |
|---|
CertificateBundle() |
| Modifier and Type | Method and Description |
|---|---|
CertificateIdentifier |
certificateIdentifier()
The certificate identifier.
|
String |
id()
Get the id value.
|
KeyIdentifier |
keyIdentifier()
The key identifier.
|
String |
kid()
Get the kid value.
|
SecretIdentifier |
secretIdentifier()
The secret identifier.
|
String |
sid()
Get the sid value.
|
String |
toString() |
public String id()
public String kid()
public String sid()
public CertificateIdentifier certificateIdentifier()
public SecretIdentifier secretIdentifier()
public KeyIdentifier keyIdentifier()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/