public static interface Resources.PkixPublicKeyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getPublicKeyPem()
A PEM-encoded public key, as described in
https://tools.ietf.org/html/rfc7468#section-13
|
com.google.protobuf.ByteString |
getPublicKeyPemBytes()
A PEM-encoded public key, as described in
https://tools.ietf.org/html/rfc7468#section-13
|
Resources.PkixPublicKey.SignatureAlgorithm |
getSignatureAlgorithm()
The signature algorithm used to verify a message against a signature using
this key.
|
int |
getSignatureAlgorithmValue()
The signature algorithm used to verify a message against a signature using
this key.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getPublicKeyPem()
A PEM-encoded public key, as described in https://tools.ietf.org/html/rfc7468#section-13
string public_key_pem = 1;com.google.protobuf.ByteString getPublicKeyPemBytes()
A PEM-encoded public key, as described in https://tools.ietf.org/html/rfc7468#section-13
string public_key_pem = 1;int getSignatureAlgorithmValue()
The signature algorithm used to verify a message against a signature using this key. These signature algorithm must match the structure and any object identifiers encoded in `public_key_pem` (i.e. this algorithm must match that of the public key).
.google.cloud.binaryauthorization.v1.PkixPublicKey.SignatureAlgorithm signature_algorithm = 2;
Resources.PkixPublicKey.SignatureAlgorithm getSignatureAlgorithm()
The signature algorithm used to verify a message against a signature using this key. These signature algorithm must match the structure and any object identifiers encoded in `public_key_pem` (i.e. this algorithm must match that of the public key).
.google.cloud.binaryauthorization.v1.PkixPublicKey.SignatureAlgorithm signature_algorithm = 2;
Copyright © 2023 Google LLC. All rights reserved.