public final class PgpSignedAttestation
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Container Analysis API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
PgpSignedAttestation() |
| Modifier and Type | Method and Description |
|---|---|
PgpSignedAttestation |
clone() |
java.lang.String |
getContentType()
Type (for example schema) of the attestation payload that was signed.
|
java.lang.String |
getPgpKeyId()
The cryptographic fingerprint of the key used to generate the signature, as output by, e.g.
|
java.lang.String |
getSignature()
The raw content of the signature, as output by GNU Privacy Guard (GPG) or equivalent.
|
PgpSignedAttestation |
set(java.lang.String fieldName,
java.lang.Object value) |
PgpSignedAttestation |
setContentType(java.lang.String contentType)
Type (for example schema) of the attestation payload that was signed.
|
PgpSignedAttestation |
setPgpKeyId(java.lang.String pgpKeyId)
The cryptographic fingerprint of the key used to generate the signature, as output by, e.g.
|
PgpSignedAttestation |
setSignature(java.lang.String signature)
The raw content of the signature, as output by GNU Privacy Guard (GPG) or equivalent.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.lang.String getContentType()
null for nonepublic PgpSignedAttestation setContentType(java.lang.String contentType)
contentType - contentType or null for nonepublic java.lang.String getPgpKeyId()
null for nonepublic PgpSignedAttestation setPgpKeyId(java.lang.String pgpKeyId)
pgpKeyId - pgpKeyId or null for nonepublic java.lang.String getSignature()
null for nonepublic PgpSignedAttestation setSignature(java.lang.String signature)
signature - signature or null for nonepublic PgpSignedAttestation set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic PgpSignedAttestation clone()
clone in class com.google.api.client.json.GenericJson