@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetParametersForExportResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetParametersForExportResult() |
Modifier and Type | Method and Description |
---|---|
GetParametersForExportResult |
clone() |
boolean |
equals(Object obj) |
String |
getExportToken()
The export token to initiate key export from Amazon Web Services Payment Cryptography.
|
Date |
getParametersValidUntilTimestamp()
The validity period of the export token.
|
String |
getSigningKeyAlgorithm()
The algorithm of the signing key certificate for use in TR-34 key block generation.
|
String |
getSigningKeyCertificate()
The signing key certificate of the public key for signature within the TR-34 key block cryptogram.
|
String |
getSigningKeyCertificateChain()
The certificate chain that signed the signing key certificate.
|
int |
hashCode() |
void |
setExportToken(String exportToken)
The export token to initiate key export from Amazon Web Services Payment Cryptography.
|
void |
setParametersValidUntilTimestamp(Date parametersValidUntilTimestamp)
The validity period of the export token.
|
void |
setSigningKeyAlgorithm(String signingKeyAlgorithm)
The algorithm of the signing key certificate for use in TR-34 key block generation.
|
void |
setSigningKeyCertificate(String signingKeyCertificate)
The signing key certificate of the public key for signature within the TR-34 key block cryptogram.
|
void |
setSigningKeyCertificateChain(String signingKeyCertificateChain)
The certificate chain that signed the signing key certificate.
|
String |
toString()
Returns a string representation of this object.
|
GetParametersForExportResult |
withExportToken(String exportToken)
The export token to initiate key export from Amazon Web Services Payment Cryptography.
|
GetParametersForExportResult |
withParametersValidUntilTimestamp(Date parametersValidUntilTimestamp)
The validity period of the export token.
|
GetParametersForExportResult |
withSigningKeyAlgorithm(KeyAlgorithm signingKeyAlgorithm)
The algorithm of the signing key certificate for use in TR-34 key block generation.
|
GetParametersForExportResult |
withSigningKeyAlgorithm(String signingKeyAlgorithm)
The algorithm of the signing key certificate for use in TR-34 key block generation.
|
GetParametersForExportResult |
withSigningKeyCertificate(String signingKeyCertificate)
The signing key certificate of the public key for signature within the TR-34 key block cryptogram.
|
GetParametersForExportResult |
withSigningKeyCertificateChain(String signingKeyCertificateChain)
The certificate chain that signed the signing key certificate.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setExportToken(String exportToken)
The export token to initiate key export from Amazon Web Services Payment Cryptography. The export token expires after 7 days. You can use the same export token to export multiple keys from the same service account.
exportToken
- The export token to initiate key export from Amazon Web Services Payment Cryptography. The export token
expires after 7 days. You can use the same export token to export multiple keys from the same service
account.public String getExportToken()
The export token to initiate key export from Amazon Web Services Payment Cryptography. The export token expires after 7 days. You can use the same export token to export multiple keys from the same service account.
public GetParametersForExportResult withExportToken(String exportToken)
The export token to initiate key export from Amazon Web Services Payment Cryptography. The export token expires after 7 days. You can use the same export token to export multiple keys from the same service account.
exportToken
- The export token to initiate key export from Amazon Web Services Payment Cryptography. The export token
expires after 7 days. You can use the same export token to export multiple keys from the same service
account.public void setParametersValidUntilTimestamp(Date parametersValidUntilTimestamp)
The validity period of the export token.
parametersValidUntilTimestamp
- The validity period of the export token.public Date getParametersValidUntilTimestamp()
The validity period of the export token.
public GetParametersForExportResult withParametersValidUntilTimestamp(Date parametersValidUntilTimestamp)
The validity period of the export token.
parametersValidUntilTimestamp
- The validity period of the export token.public void setSigningKeyAlgorithm(String signingKeyAlgorithm)
The algorithm of the signing key certificate for use in TR-34 key block generation. RSA_2048
is the
only signing key algorithm allowed.
signingKeyAlgorithm
- The algorithm of the signing key certificate for use in TR-34 key block generation. RSA_2048
is the only signing key algorithm allowed.KeyAlgorithm
public String getSigningKeyAlgorithm()
The algorithm of the signing key certificate for use in TR-34 key block generation. RSA_2048
is the
only signing key algorithm allowed.
RSA_2048
is the only signing key algorithm allowed.KeyAlgorithm
public GetParametersForExportResult withSigningKeyAlgorithm(String signingKeyAlgorithm)
The algorithm of the signing key certificate for use in TR-34 key block generation. RSA_2048
is the
only signing key algorithm allowed.
signingKeyAlgorithm
- The algorithm of the signing key certificate for use in TR-34 key block generation. RSA_2048
is the only signing key algorithm allowed.KeyAlgorithm
public GetParametersForExportResult withSigningKeyAlgorithm(KeyAlgorithm signingKeyAlgorithm)
The algorithm of the signing key certificate for use in TR-34 key block generation. RSA_2048
is the
only signing key algorithm allowed.
signingKeyAlgorithm
- The algorithm of the signing key certificate for use in TR-34 key block generation. RSA_2048
is the only signing key algorithm allowed.KeyAlgorithm
public void setSigningKeyCertificate(String signingKeyCertificate)
The signing key certificate of the public key for signature within the TR-34 key block cryptogram. The certificate expires after 7 days.
signingKeyCertificate
- The signing key certificate of the public key for signature within the TR-34 key block cryptogram. The
certificate expires after 7 days.public String getSigningKeyCertificate()
The signing key certificate of the public key for signature within the TR-34 key block cryptogram. The certificate expires after 7 days.
public GetParametersForExportResult withSigningKeyCertificate(String signingKeyCertificate)
The signing key certificate of the public key for signature within the TR-34 key block cryptogram. The certificate expires after 7 days.
signingKeyCertificate
- The signing key certificate of the public key for signature within the TR-34 key block cryptogram. The
certificate expires after 7 days.public void setSigningKeyCertificateChain(String signingKeyCertificateChain)
The certificate chain that signed the signing key certificate. This is the root certificate authority (CA) within your service account.
signingKeyCertificateChain
- The certificate chain that signed the signing key certificate. This is the root certificate authority (CA)
within your service account.public String getSigningKeyCertificateChain()
The certificate chain that signed the signing key certificate. This is the root certificate authority (CA) within your service account.
public GetParametersForExportResult withSigningKeyCertificateChain(String signingKeyCertificateChain)
The certificate chain that signed the signing key certificate. This is the root certificate authority (CA) within your service account.
signingKeyCertificateChain
- The certificate chain that signed the signing key certificate. This is the root certificate authority (CA)
within your service account.public String toString()
toString
in class Object
Object.toString()
public GetParametersForExportResult clone()