@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExportKeyMaterial extends Object implements Serializable, Cloneable, StructuredPojo
Parameter information for key material export from Amazon Web Services Payment Cryptography using TR-31 or TR-34 key exchange method.
Constructor and Description |
---|
ExportKeyMaterial() |
Modifier and Type | Method and Description |
---|---|
ExportKeyMaterial |
clone() |
boolean |
equals(Object obj) |
ExportTr31KeyBlock |
getTr31KeyBlock()
Parameter information for key material export using symmetric TR-31 key exchange method.
|
ExportTr34KeyBlock |
getTr34KeyBlock()
Parameter information for key material export using the asymmetric TR-34 key exchange method.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setTr31KeyBlock(ExportTr31KeyBlock tr31KeyBlock)
Parameter information for key material export using symmetric TR-31 key exchange method.
|
void |
setTr34KeyBlock(ExportTr34KeyBlock tr34KeyBlock)
Parameter information for key material export using the asymmetric TR-34 key exchange method.
|
String |
toString()
Returns a string representation of this object.
|
ExportKeyMaterial |
withTr31KeyBlock(ExportTr31KeyBlock tr31KeyBlock)
Parameter information for key material export using symmetric TR-31 key exchange method.
|
ExportKeyMaterial |
withTr34KeyBlock(ExportTr34KeyBlock tr34KeyBlock)
Parameter information for key material export using the asymmetric TR-34 key exchange method.
|
public void setTr31KeyBlock(ExportTr31KeyBlock tr31KeyBlock)
Parameter information for key material export using symmetric TR-31 key exchange method.
tr31KeyBlock
- Parameter information for key material export using symmetric TR-31 key exchange method.public ExportTr31KeyBlock getTr31KeyBlock()
Parameter information for key material export using symmetric TR-31 key exchange method.
public ExportKeyMaterial withTr31KeyBlock(ExportTr31KeyBlock tr31KeyBlock)
Parameter information for key material export using symmetric TR-31 key exchange method.
tr31KeyBlock
- Parameter information for key material export using symmetric TR-31 key exchange method.public void setTr34KeyBlock(ExportTr34KeyBlock tr34KeyBlock)
Parameter information for key material export using the asymmetric TR-34 key exchange method.
tr34KeyBlock
- Parameter information for key material export using the asymmetric TR-34 key exchange method.public ExportTr34KeyBlock getTr34KeyBlock()
Parameter information for key material export using the asymmetric TR-34 key exchange method.
public ExportKeyMaterial withTr34KeyBlock(ExportTr34KeyBlock tr34KeyBlock)
Parameter information for key material export using the asymmetric TR-34 key exchange method.
tr34KeyBlock
- Parameter information for key material export using the asymmetric TR-34 key exchange method.public String toString()
toString
in class Object
Object.toString()
public ExportKeyMaterial clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.