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