| Modifier and Type | Field and Description |
|---|---|
static CertificateType |
CertificateType.ASYMMETRIC_X509_CERT
Static value AsymmetricX509Cert for CertificateType.
|
static CertificateType |
CertificateType.SYMMETRIC
Static value Symmetric for CertificateType.
|
| Modifier and Type | Method and Description |
|---|---|
static CertificateType |
CertificateType.fromString(String name)
Finds or creates a certificate type instance based on the specified name.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<CertificateType> |
CertificateType.values() |
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/