你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CertificateBundle 类

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

public class CertificateBundle

证书捆绑包由 X509) (证书及其属性组成。

方法摘要

修饰符和类型 方法和描述
CertificateAttributes attributes()

获取属性值。

byte [] cer()

获取 cer 值。

CertificateIdentifier certificateIdentifier()

证书标识符。

String contentType()

获取 contentType 值。

String id()

获取 ID 值。

KeyIdentifier keyIdentifier()

密钥标识符。

String kid()

获取儿童值。

CertificatePolicy policy()

获取策略值。

SecretIdentifier secretIdentifier()

机密标识符。

String sid()

获取 sid 值。

Map<String, String> tags()

获取标记值。

String toString()
CertificateBundle withAttributes(CertificateAttributes attributes)

设置属性值。

CertificateBundle withCer(byte[] cer)

设置 cer 值。

CertificateBundle withContentType(String contentType)

设置 contentType 值。

CertificateBundle withTags(Map<String, String> tags)

设置标记值。

byte [] x509Thumbprint()

获取 x509Thumbprint 值。

方法详细信息

attributes

public CertificateAttributes attributes()

获取属性值。

返回:

特性值

cer

public byte [] cer()

获取 cer 值。

返回:

cer 值

certificateIdentifier

public CertificateIdentifier certificateIdentifier()

证书标识符。

返回:

证书标识符

contentType

public String contentType()

获取 contentType 值。

返回:

contentType 值

id

public String id()

获取 ID 值。

返回:

id 值

keyIdentifier

public KeyIdentifier keyIdentifier()

密钥标识符。

返回:

密钥标识符

kid

public String kid()

获取儿童值。

返回:

儿童值

policy

public CertificatePolicy policy()

获取策略值。

返回:

策略值

secretIdentifier

public SecretIdentifier secretIdentifier()

机密标识符。

返回:

机密标识符

sid

public String sid()

获取 sid 值。

返回:

sid 值

tags

public Map tags()

获取标记值。

返回:

标记值

toString

public String toString()

withAttributes

public CertificateBundle withAttributes(CertificateAttributes attributes)

设置属性值。

参数:

attributes - 要设置的属性值

返回:

CertificateBundle 对象本身。

withCer

public CertificateBundle withCer(byte[] cer)

设置 cer 值。

参数:

cer - 要设置的 cer 值

返回:

CertificateBundle 对象本身。

withContentType

public CertificateBundle withContentType(String contentType)

设置 contentType 值。

参数:

contentType - 要设置的 contentType 值

返回:

CertificateBundle 对象本身。

withTags

public CertificateBundle withTags(Map tags)

设置标记值。

参数:

tags - 要设置的标记值

返回:

CertificateBundle 对象本身。

x509Thumbprint

public byte [] x509Thumbprint()

获取 x509Thumbprint 值。

返回:

x509Thumbprint 值

适用于