| Package | Description |
|---|---|
| com.amazonaws.services.signer.model |
| Modifier and Type | Method and Description |
|---|---|
SigningJobRevocationRecord |
SigningJobRevocationRecord.clone() |
SigningJobRevocationRecord |
DescribeSigningJobResult.getRevocationRecord()
A revocation record if the signature generated by the signing job has been revoked.
|
SigningJobRevocationRecord |
SigningJobRevocationRecord.withReason(String reason)
A caller-supplied reason for revocation.
|
SigningJobRevocationRecord |
SigningJobRevocationRecord.withRevokedAt(Date revokedAt)
The time of revocation.
|
SigningJobRevocationRecord |
SigningJobRevocationRecord.withRevokedBy(String revokedBy)
The identity of the revoker.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeSigningJobResult.setRevocationRecord(SigningJobRevocationRecord revocationRecord)
A revocation record if the signature generated by the signing job has been revoked.
|
DescribeSigningJobResult |
DescribeSigningJobResult.withRevocationRecord(SigningJobRevocationRecord revocationRecord)
A revocation record if the signature generated by the signing job has been revoked.
|
Copyright © 2022. All rights reserved.