@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExportTr31KeyBlock extends Object implements Serializable, Cloneable, StructuredPojo
Parameter information for key material export using TR-31 standard.
| Constructor and Description |
|---|
ExportTr31KeyBlock() |
| Modifier and Type | Method and Description |
|---|---|
ExportTr31KeyBlock |
clone() |
boolean |
equals(Object obj) |
String |
getWrappingKeyIdentifier()
The
KeyARN of the the wrapping key. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setWrappingKeyIdentifier(String wrappingKeyIdentifier)
The
KeyARN of the the wrapping key. |
String |
toString()
Returns a string representation of this object.
|
ExportTr31KeyBlock |
withWrappingKeyIdentifier(String wrappingKeyIdentifier)
The
KeyARN of the the wrapping key. |
public void setWrappingKeyIdentifier(String wrappingKeyIdentifier)
The KeyARN of the the wrapping key. This key encrypts or wraps the key under export for TR-31 key
block generation.
wrappingKeyIdentifier - The KeyARN of the the wrapping key. This key encrypts or wraps the key under export for TR-31
key block generation.public String getWrappingKeyIdentifier()
The KeyARN of the the wrapping key. This key encrypts or wraps the key under export for TR-31 key
block generation.
KeyARN of the the wrapping key. This key encrypts or wraps the key under export for
TR-31 key block generation.public ExportTr31KeyBlock withWrappingKeyIdentifier(String wrappingKeyIdentifier)
The KeyARN of the the wrapping key. This key encrypts or wraps the key under export for TR-31 key
block generation.
wrappingKeyIdentifier - The KeyARN of the the wrapping key. This key encrypts or wraps the key under export for TR-31
key block generation.public String toString()
toString in class ObjectObject.toString()public ExportTr31KeyBlock clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.