Package | Description |
---|---|
com.google.api.services.binaryauthorization.v1beta1.model |
Modifier and Type | Method and Description |
---|---|
Signature |
Signature.clone() |
Signature |
Signature.encodeSignature(byte[] signature)
The content of the signature, an opaque bytestring.
|
Signature |
Signature.set(String fieldName,
Object value) |
Signature |
Signature.setPublicKeyId(String publicKeyId)
The identifier for the public key that verifies this signature.
|
Signature |
Signature.setSignature(String signature)
The content of the signature, an opaque bytestring.
|
Modifier and Type | Method and Description |
---|---|
List<Signature> |
AttestationOccurrence.getSignatures()
One or more signatures over `serialized_payload`.
|
Modifier and Type | Method and Description |
---|---|
AttestationOccurrence |
AttestationOccurrence.setSignatures(List<Signature> signatures)
One or more signatures over `serialized_payload`.
|
Copyright © 2011–2024 Google. All rights reserved.