public class Kmsv2keyssymverifiKeyInformation extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Kmsv2keyssymverifiKeyInformation.DigestAlgorithmEnum
Algorithm for message signature authentication
|
| Constructor and Description |
|---|
Kmsv2keyssymverifiKeyInformation() |
| Modifier and Type | Method and Description |
|---|---|
Kmsv2keyssymverifiKeyInformation |
digestAlgorithm(Kmsv2keyssymverifiKeyInformation.DigestAlgorithmEnum digestAlgorithm) |
boolean |
equals(Object o) |
Kmsv2keyssymverifiKeyInformation.DigestAlgorithmEnum |
getDigestAlgorithm()
Algorithm for message signature authentication
|
String |
getOrganizationId()
Merchant Id
|
String |
getReferenceNumber()
Reference number is a unique identifier provided by the client along with the organization Id.
|
int |
hashCode() |
Kmsv2keyssymverifiKeyInformation |
organizationId(String organizationId) |
Kmsv2keyssymverifiKeyInformation |
referenceNumber(String referenceNumber) |
void |
setDigestAlgorithm(Kmsv2keyssymverifiKeyInformation.DigestAlgorithmEnum digestAlgorithm) |
void |
setOrganizationId(String organizationId) |
void |
setReferenceNumber(String referenceNumber) |
String |
toString() |
public Kmsv2keyssymverifiKeyInformation organizationId(String organizationId)
public String getOrganizationId()
public void setOrganizationId(String organizationId)
public Kmsv2keyssymverifiKeyInformation referenceNumber(String referenceNumber)
public String getReferenceNumber()
public void setReferenceNumber(String referenceNumber)
public Kmsv2keyssymverifiKeyInformation digestAlgorithm(Kmsv2keyssymverifiKeyInformation.DigestAlgorithmEnum digestAlgorithm)
public Kmsv2keyssymverifiKeyInformation.DigestAlgorithmEnum getDigestAlgorithm()
public void setDigestAlgorithm(Kmsv2keyssymverifiKeyInformation.DigestAlgorithmEnum digestAlgorithm)
Copyright © 2024. All rights reserved.