public class CertificateBaseProperties extends Object
| Constructor and Description |
|---|
CertificateBaseProperties() |
| Modifier and Type | Method and Description |
|---|---|
CertificateFormat |
format()
Get the format of the certificate - either Pfx or Cer.
|
String |
thumbprint()
Get this must match the thumbprint from the name.
|
String |
thumbprintAlgorithm()
Get this must match the first portion of the certificate name.
|
CertificateBaseProperties |
withFormat(CertificateFormat format)
Set the format of the certificate - either Pfx or Cer.
|
CertificateBaseProperties |
withThumbprint(String thumbprint)
Set this must match the thumbprint from the name.
|
CertificateBaseProperties |
withThumbprintAlgorithm(String thumbprintAlgorithm)
Set this must match the first portion of the certificate name.
|
public String thumbprintAlgorithm()
public CertificateBaseProperties withThumbprintAlgorithm(String thumbprintAlgorithm)
thumbprintAlgorithm - the thumbprintAlgorithm value to setpublic String thumbprint()
public CertificateBaseProperties withThumbprint(String thumbprint)
thumbprint - the thumbprint value to setpublic CertificateFormat format()
public CertificateBaseProperties withFormat(CertificateFormat format)
format - the format value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/