public final class IssuerIdentifier extends ObjectIdentifier
baseIdentifier, identifier, name, vault, version| Constructor and Description |
|---|
IssuerIdentifier(String identifier)
Constructor.
|
IssuerIdentifier(String vault,
String name)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isIssuerIdentifier(String identifier)
Verifies whether the identifier belongs to a key vault issuer.
|
baseIdentifier, getFullAuthority, identifier, isObjectIdentifier, name, toString, vault, verifyNonEmpty, versionpublic IssuerIdentifier(String vault, String name)
vault - the vault url.name - the name of issuer.public IssuerIdentifier(String identifier)
identifier - the key vault issuer identifier.public static boolean isIssuerIdentifier(String identifier)
identifier - the key vault issuer identifier./**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/