public final class Signature
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 Binary Authorization 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
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
Signature() |
Modifier and Type | Method and Description |
---|---|
Signature |
clone() |
byte[] |
decodeSignature()
The content of the signature, an opaque bytestring.
|
Signature |
encodeSignature(byte[] signature)
The content of the signature, an opaque bytestring.
|
String |
getPublicKeyId()
The identifier for the public key that verifies this signature.
|
String |
getSignature()
The content of the signature, an opaque bytestring.
|
Signature |
set(String fieldName,
Object value) |
Signature |
setPublicKeyId(String publicKeyId)
The identifier for the public key that verifies this signature.
|
Signature |
setSignature(String signature)
The content of the signature, an opaque bytestring.
|
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public String getPublicKeyId()
null
for nonepublic Signature setPublicKeyId(String publicKeyId)
publicKeyId
- publicKeyId or null
for nonepublic String getSignature()
null
for nonedecodeSignature()
public byte[] decodeSignature()
null
for nonegetSignature()
public Signature setSignature(String signature)
signature
- signature or null
for none#encodeSignature()
public Signature encodeSignature(byte[] signature)
The value is encoded Base64 or {@code null} for none.
public Signature set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public Signature clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.