Send feedback
Class Resources.PkixPublicKey.Builder (1.6.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 1.6.0 keyboard_arrow_down
public static final class Resources . PkixPublicKey . Builder extends GeneratedMessageV3 . Builder<Resources . PkixPublicKey . Builder > implements Resources . PkixPublicKeyOrBuilder
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Resources . PkixPublicKey . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
build()
public Resources . PkixPublicKey build ()
Returns
buildPartial()
public Resources . PkixPublicKey buildPartial ()
Returns
clear()
public Resources . PkixPublicKey . Builder clear ()
Returns
Overrides
clearField(Descriptors.FieldDescriptor field)
public Resources . PkixPublicKey . Builder clearField ( Descriptors . FieldDescriptor field )
Parameter
Returns
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public Resources . PkixPublicKey . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Parameter
Returns
Overrides
clearPublicKeyPem()
public Resources . PkixPublicKey . Builder clearPublicKeyPem ()
Returns
clearSignatureAlgorithm()
public Resources . PkixPublicKey . Builder clearSignatureAlgorithm ()
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;
Returns
clone()
public Resources . PkixPublicKey . Builder clone ()
Returns
Overrides
getDefaultInstanceForType()
public Resources . PkixPublicKey getDefaultInstanceForType ()
Returns
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Returns
Overrides
getPublicKeyPem()
public String getPublicKeyPem ()
Returns
Type Description String The publicKeyPem.
getPublicKeyPemBytes()
public ByteString getPublicKeyPemBytes ()
Returns
Type Description ByteString The bytes for publicKeyPem.
getSignatureAlgorithm()
public 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;
Returns
getSignatureAlgorithmValue()
public 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;
Returns
Type Description int The enum numeric value on the wire for signatureAlgorithm.
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
public Resources . PkixPublicKey . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public Resources . PkixPublicKey . Builder mergeFrom ( Message other )
Parameter
Returns
Overrides
mergeFrom(Resources.PkixPublicKey other)
public Resources . PkixPublicKey . Builder mergeFrom ( Resources . PkixPublicKey other )
Parameter
Returns
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Resources . PkixPublicKey . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public Resources . PkixPublicKey . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
setPublicKeyPem(String value)
public Resources . PkixPublicKey . Builder setPublicKeyPem ( String value )
Parameter
Name Description value String
The publicKeyPem to set.
Returns
setPublicKeyPemBytes(ByteString value)
public Resources . PkixPublicKey . Builder setPublicKeyPemBytes ( ByteString value )
Parameter
Name Description value ByteString
The bytes for publicKeyPem to set.
Returns
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Resources . PkixPublicKey . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Parameters
Returns
Overrides
setSignatureAlgorithm(Resources.PkixPublicKey.SignatureAlgorithm value)
public Resources . PkixPublicKey . Builder setSignatureAlgorithm ( Resources . PkixPublicKey . SignatureAlgorithm value )
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;
Parameter
Returns
setSignatureAlgorithmValue(int value)
public Resources . PkixPublicKey . Builder setSignatureAlgorithmValue ( int value )
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;
Parameter
Name Description value int
The enum numeric value on the wire for signatureAlgorithm to set.
Returns
setUnknownFields(UnknownFieldSet unknownFields)
public final Resources . PkixPublicKey . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]