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()

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()

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 値

適用対象