Sdílet prostřednictvím


CertificateItem Class

  • java.lang.Object
    • com.microsoft.azure.keyvault.models.CertificateItem

public class CertificateItem

The certificate item containing certificate metadata.

Method Summary

Modifier and Type Method and Description
CertificateAttributes attributes()

Get the attributes value.

String id()

Get the id value.

CertificateIdentifier identifier()

The certificate identifier.

Map<String, String> tags()

Get the tags value.

CertificateItem withAttributes(CertificateAttributes attributes)

Set the attributes value.

CertificateItem withId(String id)

Set the id value.

CertificateItem withTags(Map<String, String> tags)

Set the tags value.

CertificateItem withX509Thumbprint(byte[] x509Thumbprint)

Set the x509Thumbprint value.

byte [] x509Thumbprint()

Get the x509Thumbprint value.

Method Details

attributes

public CertificateAttributes attributes()

Get the attributes value.

Returns:

the attributes value

id

public String id()

Get the id value.

Returns:

the id value

identifier

public CertificateIdentifier identifier()

The certificate identifier.

Returns:

The Identifier value.

tags

public Map tags()

Get the tags value.

Returns:

the tags value

withAttributes

public CertificateItem withAttributes(CertificateAttributes attributes)

Set the attributes value.

Parameters:

attributes - the attributes value to set

Returns:

the CertificateItem object itself.

withId

public CertificateItem withId(String id)

Set the id value.

Parameters:

id - the id value to set

Returns:

the CertificateItem object itself.

withTags

public CertificateItem withTags(Map tags)

Set the tags value.

Parameters:

tags - the tags value to set

Returns:

the CertificateItem object itself.

withX509Thumbprint

public CertificateItem withX509Thumbprint(byte[] x509Thumbprint)

Set the x509Thumbprint value.

Parameters:

x509Thumbprint - the x509Thumbprint value to set

Returns:

the CertificateItem object itself.

x509Thumbprint

public byte [] x509Thumbprint()

Get the x509Thumbprint value.

Returns:

the x509Thumbprint value

Applies to