public class KeyBlock extends Object implements KmipStruct
| Constructor and Description |
|---|
KeyBlock() |
KeyBlock(KeyFormatType keyFormatType,
Optional<KeyCompressionType> keyCompressionType,
KeyValue keyValue,
CryptographicAlgorithm cryptographicAlgorithm,
int cryptographicLength,
Optional<KeyWrappingData> keyWrappingData) |
public KeyBlock()
public KeyBlock(KeyFormatType keyFormatType, Optional<KeyCompressionType> keyCompressionType, KeyValue keyValue, CryptographicAlgorithm cryptographicAlgorithm, int cryptographicLength, Optional<KeyWrappingData> keyWrappingData)
public Attributes attributes(ObjectType objectType)
objectType - the ObjectTypeAttributespublic KeyFormatType getKeyFormatType()
public void setKeyFormatType(KeyFormatType keyFormatType)
public Optional<KeyCompressionType> getKeyCompressionType()
public void setKeyCompressionType(Optional<KeyCompressionType> keyCompressionType)
public KeyValue getKeyValue()
public void setKeyValue(KeyValue keyValue)
public CryptographicAlgorithm getCryptographicAlgorithm()
public void setCryptographicAlgorithm(CryptographicAlgorithm cryptographicAlgorithm)
public int getCryptographicLength()
public void setCryptographicLength(int cryptographicLength)
public Optional<KeyWrappingData> getKeyWrappingData()
public void setKeyWrappingData(Optional<KeyWrappingData> keyWrappingData)
public KeyBlock keyFormatType(KeyFormatType keyFormatType)
public KeyBlock keyCompressionType(Optional<KeyCompressionType> keyCompressionType)
public KeyBlock cryptographicAlgorithm(CryptographicAlgorithm cryptographicAlgorithm)
public KeyBlock cryptographicLength(int cryptographicLength)
public KeyBlock keyWrappingData(Optional<KeyWrappingData> keyWrappingData)
Copyright © 2022. All rights reserved.