public class CertificateReference extends Object
| Constructor and Description |
|---|
CertificateReference() |
| Modifier and Type | Method and Description |
|---|---|
CertificateStoreLocation |
storeLocation()
Get the storeLocation value.
|
String |
storeName()
Get the storeName value.
|
String |
thumbprint()
Get the thumbprint value.
|
String |
thumbprintAlgorithm()
Get the thumbprintAlgorithm value.
|
List<CertificateVisibility> |
visibility()
Get the visibility value.
|
CertificateReference |
withStoreLocation(CertificateStoreLocation storeLocation)
Set the storeLocation value.
|
CertificateReference |
withStoreName(String storeName)
Set the storeName value.
|
CertificateReference |
withThumbprint(String thumbprint)
Set the thumbprint value.
|
CertificateReference |
withThumbprintAlgorithm(String thumbprintAlgorithm)
Set the thumbprintAlgorithm value.
|
CertificateReference |
withVisibility(List<CertificateVisibility> visibility)
Set the visibility value.
|
public String thumbprint()
public CertificateReference withThumbprint(String thumbprint)
thumbprint - the thumbprint value to setpublic String thumbprintAlgorithm()
public CertificateReference withThumbprintAlgorithm(String thumbprintAlgorithm)
thumbprintAlgorithm - the thumbprintAlgorithm value to setpublic CertificateStoreLocation storeLocation()
public CertificateReference withStoreLocation(CertificateStoreLocation storeLocation)
storeLocation - the storeLocation value to setpublic String storeName()
public CertificateReference withStoreName(String storeName)
storeName - the storeName value to setpublic List<CertificateVisibility> visibility()
public CertificateReference withVisibility(List<CertificateVisibility> visibility)
visibility - the visibility value to setCopyright © 2019. All rights reserved.