Uses of Class
com.yoti.api.client.spi.remote.proto.EncryptedDataProto.EncryptedData.Builder
Packages that use EncryptedDataProto.EncryptedData.Builder
-
Uses of EncryptedDataProto.EncryptedData.Builder in com.yoti.api.client.spi.remote.proto
Methods in com.yoti.api.client.spi.remote.proto that return EncryptedDataProto.EncryptedData.BuilderModifier and TypeMethodDescriptionEncryptedDataProto.EncryptedData.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) EncryptedDataProto.EncryptedData.Builder.clear()EncryptedDataProto.EncryptedData.Builder.clearCipherText()bytes cipher_text = 2;EncryptedDataProto.EncryptedData.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) EncryptedDataProto.EncryptedData.Builder.clearIv()bytes iv = 1;EncryptedDataProto.EncryptedData.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) EncryptedDataProto.EncryptedData.Builder.clone()EncryptedDataProto.EncryptedData.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) EncryptedDataProto.EncryptedData.Builder.mergeFrom(com.google.protobuf.Message other) EncryptedDataProto.EncryptedData.Builder.mergeFrom(EncryptedDataProto.EncryptedData other) EncryptedDataProto.EncryptedData.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) EncryptedDataProto.EncryptedData.newBuilder()EncryptedDataProto.EncryptedData.newBuilder(EncryptedDataProto.EncryptedData prototype) EncryptedDataProto.EncryptedData.newBuilderForType()protected EncryptedDataProto.EncryptedData.BuilderEncryptedDataProto.EncryptedData.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) EncryptedDataProto.EncryptedData.Builder.setCipherText(com.google.protobuf.ByteString value) bytes cipher_text = 2;EncryptedDataProto.EncryptedData.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) EncryptedDataProto.EncryptedData.Builder.setIv(com.google.protobuf.ByteString value) bytes iv = 1;EncryptedDataProto.EncryptedData.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) EncryptedDataProto.EncryptedData.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) EncryptedDataProto.EncryptedData.toBuilder()