CertificateItem Class
- java.
lang. Object - com.
microsoft. azure. keyvault. models. CertificateItem
- com.
public class CertificateItem
The certificate item containing certificate metadata.
Method Summary
Modifier and Type | Method and Description |
---|---|
Certificate |
attributes()
Get the attributes value. |
String |
id()
Get the id value. |
Certificate |
identifier()
The certificate identifier. |
Map<String, String> |
tags()
Get the tags value. |
Certificate |
withAttributes(CertificateAttributes attributes)
Set the attributes value. |
Certificate |
withId(String id)
Set the id value. |
Certificate |
withTags(Map<String, String> tags)
Set the tags value. |
Certificate |
withX509Thumbprint(byte[] x509Thumbprint)
Set the x509Thumbprint value. |
byte [] |
x509Thumbprint()
Get the x509Thumbprint value. |
Method Details
attributes
public CertificateAttributes attributes()
Get the attributes value.
Returns:
id
public String id()
Get the id value.
Returns:
identifier
public CertificateIdentifier identifier()
The certificate identifier.
Returns:
tags
public Map
Get the tags value.
Returns:
withAttributes
public CertificateItem withAttributes(CertificateAttributes attributes)
Set the attributes value.
Parameters:
Returns:
withId
public CertificateItem withId(String id)
Set the id value.
Parameters:
Returns:
withTags
public CertificateItem withTags(Map
Set the tags value.
Parameters:
Returns:
withX509Thumbprint
public CertificateItem withX509Thumbprint(byte[] x509Thumbprint)
Set the x509Thumbprint value.
Parameters:
Returns:
x509Thumbprint
public byte [] x509Thumbprint()
Get the x509Thumbprint value.
Returns:
Applies to
Azure SDK for Java