| Package | Description |
|---|---|
| com.amazonaws.services.signer.model |
| Modifier and Type | Method and Description |
|---|---|
SigningMaterial |
SigningMaterial.clone() |
SigningMaterial |
SigningProfile.getSigningMaterial()
The ACM certificate that is available for use by a signing profile.
|
SigningMaterial |
SigningJob.getSigningMaterial()
A
SigningMaterial object that contains the Amazon Resource Name (ARN) of the certificate used for
the signing job. |
SigningMaterial |
PutSigningProfileRequest.getSigningMaterial()
The AWS Certificate Manager certificate that will be used to sign code with the new signing profile.
|
SigningMaterial |
GetSigningProfileResult.getSigningMaterial()
The ARN of the certificate that the target profile uses for signing operations.
|
SigningMaterial |
DescribeSigningJobResult.getSigningMaterial()
The Amazon Resource Name (ARN) of your code signing certificate.
|
SigningMaterial |
SigningMaterial.withCertificateArn(String certificateArn)
The Amazon Resource Name (ARN) of the certificates that is used to sign your code.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SigningProfile.setSigningMaterial(SigningMaterial signingMaterial)
The ACM certificate that is available for use by a signing profile.
|
void |
SigningJob.setSigningMaterial(SigningMaterial signingMaterial)
A
SigningMaterial object that contains the Amazon Resource Name (ARN) of the certificate used for
the signing job. |
void |
PutSigningProfileRequest.setSigningMaterial(SigningMaterial signingMaterial)
The AWS Certificate Manager certificate that will be used to sign code with the new signing profile.
|
void |
GetSigningProfileResult.setSigningMaterial(SigningMaterial signingMaterial)
The ARN of the certificate that the target profile uses for signing operations.
|
void |
DescribeSigningJobResult.setSigningMaterial(SigningMaterial signingMaterial)
The Amazon Resource Name (ARN) of your code signing certificate.
|
SigningProfile |
SigningProfile.withSigningMaterial(SigningMaterial signingMaterial)
The ACM certificate that is available for use by a signing profile.
|
SigningJob |
SigningJob.withSigningMaterial(SigningMaterial signingMaterial)
A
SigningMaterial object that contains the Amazon Resource Name (ARN) of the certificate used for
the signing job. |
PutSigningProfileRequest |
PutSigningProfileRequest.withSigningMaterial(SigningMaterial signingMaterial)
The AWS Certificate Manager certificate that will be used to sign code with the new signing profile.
|
GetSigningProfileResult |
GetSigningProfileResult.withSigningMaterial(SigningMaterial signingMaterial)
The ARN of the certificate that the target profile uses for signing operations.
|
DescribeSigningJobResult |
DescribeSigningJobResult.withSigningMaterial(SigningMaterial signingMaterial)
The Amazon Resource Name (ARN) of your code signing certificate.
|
Copyright © 2024. All rights reserved.