KeyBundle クラス
- java.
lang. Object - com.
microsoft. azure. keyvault. models. KeyBundle
- com.
public class KeyBundle
WebKey とその属性で構成される KeyBundle。
メソッドの概要
| 修飾子と型 | メソッドと説明 |
|---|---|
|
Key |
attributes()
属性の値を取得します。 |
|
Json |
key()
キー値を取得します。 |
|
Key |
keyIdentifier()
キー識別子。 |
| Boolean |
managed()
マネージド値を取得します。 |
| Map<String, String> |
tags()
タグの値を取得します。 |
| String | toString() |
|
Key |
withAttributes(KeyAttributes attributes)
属性の値を設定します。 |
|
Key |
withKey(JsonWebKey key)
キー値を設定します。 |
|
Key |
withTags(Map<String, String> tags)
タグの値を設定します。 |
メソッドの詳細
attributes
public KeyAttributes attributes()
属性の値を取得します。
Returns:
key
public JsonWebKey key()
キー値を取得します。
Returns:
keyIdentifier
public KeyIdentifier keyIdentifier()
キー識別子。
Returns:
managed
public Boolean managed()
マネージド値を取得します。
Returns:
tags
public Map
タグの値を取得します。
Returns:
toString
public String toString()
withAttributes
public KeyBundle withAttributes(KeyAttributes attributes)
属性の値を設定します。
Parameters:
Returns:
withKey
public KeyBundle withKey(JsonWebKey key)
キー値を設定します。
Parameters:
Returns:
withTags
public KeyBundle withTags(Map
タグの値を設定します。
Parameters:
Returns: