public class CustomCodeSigning
extends java.lang.Object
implements java.io.Serializable
Describes a custom method used to code sign a file.
Constructor and Description |
---|
CustomCodeSigning() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
CodeSigningCertificateChain |
getCertificateChain()
The certificate chain.
|
java.lang.String |
getHashAlgorithm()
The hash algorithm used to code sign the file.
|
CodeSigningSignature |
getSignature()
The signature for the file.
|
java.lang.String |
getSignatureAlgorithm()
The signature algorithm used to code sign the file.
|
int |
hashCode() |
void |
setCertificateChain(CodeSigningCertificateChain certificateChain)
The certificate chain.
|
void |
setHashAlgorithm(java.lang.String hashAlgorithm)
The hash algorithm used to code sign the file.
|
void |
setSignature(CodeSigningSignature signature)
The signature for the file.
|
void |
setSignatureAlgorithm(java.lang.String signatureAlgorithm)
The signature algorithm used to code sign the file.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CustomCodeSigning |
withCertificateChain(CodeSigningCertificateChain certificateChain)
The certificate chain.
|
CustomCodeSigning |
withHashAlgorithm(java.lang.String hashAlgorithm)
The hash algorithm used to code sign the file.
|
CustomCodeSigning |
withSignature(CodeSigningSignature signature)
The signature for the file.
|
CustomCodeSigning |
withSignatureAlgorithm(java.lang.String signatureAlgorithm)
The signature algorithm used to code sign the file.
|
public CodeSigningSignature getSignature()
The signature for the file.
The signature for the file.
public void setSignature(CodeSigningSignature signature)
The signature for the file.
signature
- The signature for the file.
public CustomCodeSigning withSignature(CodeSigningSignature signature)
The signature for the file.
Returns a reference to this object so that method calls can be chained together.
signature
- The signature for the file.
public CodeSigningCertificateChain getCertificateChain()
The certificate chain.
The certificate chain.
public void setCertificateChain(CodeSigningCertificateChain certificateChain)
The certificate chain.
certificateChain
- The certificate chain.
public CustomCodeSigning withCertificateChain(CodeSigningCertificateChain certificateChain)
The certificate chain.
Returns a reference to this object so that method calls can be chained together.
certificateChain
- The certificate chain.
public java.lang.String getHashAlgorithm()
The hash algorithm used to code sign the file.
The hash algorithm used to code sign the file.
public void setHashAlgorithm(java.lang.String hashAlgorithm)
The hash algorithm used to code sign the file.
hashAlgorithm
- The hash algorithm used to code sign the file.
public CustomCodeSigning withHashAlgorithm(java.lang.String hashAlgorithm)
The hash algorithm used to code sign the file.
Returns a reference to this object so that method calls can be chained together.
hashAlgorithm
- The hash algorithm used to code sign the file.
public java.lang.String getSignatureAlgorithm()
The signature algorithm used to code sign the file.
The signature algorithm used to code sign the file.
public void setSignatureAlgorithm(java.lang.String signatureAlgorithm)
The signature algorithm used to code sign the file.
signatureAlgorithm
- The signature algorithm used to code sign the file.
public CustomCodeSigning withSignatureAlgorithm(java.lang.String signatureAlgorithm)
The signature algorithm used to code sign the file.
Returns a reference to this object so that method calls can be chained together.
signatureAlgorithm
- The signature algorithm used to code sign the file.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.