@Generated(value="software.amazon.awssdk:codegen") public final class CustomCodeSigning extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CustomCodeSigning.Builder,CustomCodeSigning>
Describes a custom method used to code sign a file.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CustomCodeSigning.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CustomCodeSigning.Builder |
builder() |
CodeSigningCertificateChain |
certificateChain()
The certificate chain.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
String |
hashAlgorithm()
The hash algorithm used to code sign the file.
|
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends CustomCodeSigning.Builder> |
serializableBuilderClass() |
CodeSigningSignature |
signature()
The signature for the file.
|
String |
signatureAlgorithm()
The signature algorithm used to code sign the file.
|
CustomCodeSigning.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final CodeSigningSignature signature()
The signature for the file.
public final CodeSigningCertificateChain certificateChain()
The certificate chain.
public final String hashAlgorithm()
The hash algorithm used to code sign the file.
public final String signatureAlgorithm()
The signature algorithm used to code sign the file.
public CustomCodeSigning.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CustomCodeSigning.Builder,CustomCodeSigning>public static CustomCodeSigning.Builder builder()
public static Class<? extends CustomCodeSigning.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.