public class CodeSigningCertificateChain
extends java.lang.Object
implements java.io.Serializable
Describes the certificate chain being used when code signing a file.
Constructor and Description |
---|
CodeSigningCertificateChain() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getCertificateName()
The name of the certificate.
|
java.lang.String |
getInlineDocument()
A base64 encoded binary representation of the code signing certificate
chain.
|
int |
hashCode() |
void |
setCertificateName(java.lang.String certificateName)
The name of the certificate.
|
void |
setInlineDocument(java.lang.String inlineDocument)
A base64 encoded binary representation of the code signing certificate
chain.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CodeSigningCertificateChain |
withCertificateName(java.lang.String certificateName)
The name of the certificate.
|
CodeSigningCertificateChain |
withInlineDocument(java.lang.String inlineDocument)
A base64 encoded binary representation of the code signing certificate
chain.
|
public java.lang.String getCertificateName()
The name of the certificate.
The name of the certificate.
public void setCertificateName(java.lang.String certificateName)
The name of the certificate.
certificateName
- The name of the certificate.
public CodeSigningCertificateChain withCertificateName(java.lang.String certificateName)
The name of the certificate.
Returns a reference to this object so that method calls can be chained together.
certificateName
- The name of the certificate.
public java.lang.String getInlineDocument()
A base64 encoded binary representation of the code signing certificate chain.
A base64 encoded binary representation of the code signing certificate chain.
public void setInlineDocument(java.lang.String inlineDocument)
A base64 encoded binary representation of the code signing certificate chain.
inlineDocument
- A base64 encoded binary representation of the code signing certificate chain.
public CodeSigningCertificateChain withInlineDocument(java.lang.String inlineDocument)
A base64 encoded binary representation of the code signing certificate chain.
Returns a reference to this object so that method calls can be chained together.
inlineDocument
- A base64 encoded binary representation of the code signing certificate chain.
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.