CertificateBundle クラス
- java.
lang. Object - com.
microsoft. azure. keyvault. models. CertificateBundle
- com.
public class CertificateBundle
証明書バンドルは、証明書 (X509) とその属性で構成されます。
メソッドの概要
修飾子と型 | メソッドと説明 |
---|---|
Certificate |
attributes()
属性の値を取得します。 |
byte [] |
cer()
cer 値を取得します。 |
Certificate |
certificateIdentifier()
証明書識別子です。 |
String |
contentType()
contentType 値を取得します。 |
String |
id()
id 値を取得します。 |
Key |
keyIdentifier()
キー識別子。 |
String |
kid()
kid 値を取得します。 |
Certificate |
policy()
ポリシー値を取得します。 |
Secret |
secretIdentifier()
シークレット識別子。 |
String |
sid()
sid 値を取得します。 |
Map<String, String> |
tags()
タグの値を取得します。 |
String | toString() |
Certificate |
withAttributes(CertificateAttributes attributes)
属性の値を設定します。 |
Certificate |
withCer(byte[] cer)
cer 値を設定します。 |
Certificate |
withContentType(String contentType)
contentType 値を設定します。 |
Certificate |
withTags(Map<String, String> tags)
タグの値を設定します。 |
byte [] |
x509Thumbprint()
x509Thumbprint 値を取得します。 |
メソッドの詳細
attributes
public CertificateAttributes attributes()
属性の値を取得します。
戻り値:
cer
public byte [] cer()
cer 値を取得します。
戻り値:
certificateIdentifier
public CertificateIdentifier certificateIdentifier()
証明書識別子です。
戻り値:
contentType
public String contentType()
contentType 値を取得します。
戻り値:
id
public String id()
id 値を取得します。
戻り値:
keyIdentifier
public KeyIdentifier keyIdentifier()
キー識別子。
戻り値:
kid
public String kid()
kid 値を取得します。
戻り値:
policy
public CertificatePolicy policy()
ポリシー値を取得します。
戻り値:
secretIdentifier
public SecretIdentifier secretIdentifier()
シークレット識別子。
戻り値:
sid
public String sid()
sid 値を取得します。
戻り値:
tags
public Map
タグの値を取得します。
戻り値:
toString
public String toString()
withAttributes
public CertificateBundle withAttributes(CertificateAttributes attributes)
属性の値を設定します。
パラメーター:
戻り値:
withCer
public CertificateBundle withCer(byte[] cer)
cer 値を設定します。
パラメーター:
戻り値:
withContentType
public CertificateBundle withContentType(String contentType)
contentType 値を設定します。
パラメーター:
戻り値:
withTags
public CertificateBundle withTags(Map
タグの値を設定します。
パラメーター:
戻り値:
x509Thumbprint
public byte [] x509Thumbprint()
x509Thumbprint 値を取得します。
戻り値:
適用対象
Azure SDK for Java