| Modifier and Type | Field and Description |
|---|---|
static TrustPolicyType |
TrustPolicyType.NOTARY
Static value Notary for TrustPolicyType.
|
| Modifier and Type | Method and Description |
|---|---|
static TrustPolicyType |
TrustPolicyType.fromString(String name)
Creates or finds a TrustPolicyType from its string representation.
|
TrustPolicyType |
TrustPolicy.type()
Get the type of trust policy.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<TrustPolicyType> |
TrustPolicyType.values() |
| Modifier and Type | Method and Description |
|---|---|
TrustPolicy |
TrustPolicy.withType(TrustPolicyType type)
Set the type of trust policy.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/