public final class PublicCertificateProperties extends Object
| Constructor and Description |
|---|
PublicCertificateProperties() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
blob()
Get the blob property: Public Certificate byte array.
|
PublicCertificateLocation |
publicCertificateLocation()
Get the publicCertificateLocation property: Public Certificate Location.
|
String |
thumbprint()
Get the thumbprint property: Certificate Thumbprint.
|
void |
validate()
Validates the instance.
|
PublicCertificateProperties |
withBlob(byte[] blob)
Set the blob property: Public Certificate byte array.
|
PublicCertificateProperties |
withPublicCertificateLocation(PublicCertificateLocation publicCertificateLocation)
Set the publicCertificateLocation property: Public Certificate Location.
|
public byte[] blob()
public PublicCertificateProperties withBlob(byte[] blob)
blob - the blob value to set.public PublicCertificateLocation publicCertificateLocation()
public PublicCertificateProperties withPublicCertificateLocation(PublicCertificateLocation publicCertificateLocation)
publicCertificateLocation - the publicCertificateLocation value to set.public String thumbprint()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.