public static interface ApiModels.EncryptResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAlgorithm()
string Algorithm = 5; |
com.google.protobuf.ByteString |
getAlgorithmBytes()
string Algorithm = 5; |
com.google.protobuf.ByteString |
getCiphertextBlob()
bytes CiphertextBlob = 2; |
com.google.protobuf.ByteString |
getIv()
bytes Iv = 3; |
String |
getKeyId()
string KeyId = 1; |
com.google.protobuf.ByteString |
getKeyIdBytes()
string KeyId = 1; |
String |
getPaddingMode()
string PaddingMode = 6; |
com.google.protobuf.ByteString |
getPaddingModeBytes()
string PaddingMode = 6; |
String |
getRequestId()
string RequestId = 4; |
com.google.protobuf.ByteString |
getRequestIdBytes()
string RequestId = 4; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getKeyId()
string KeyId = 1;com.google.protobuf.ByteString getKeyIdBytes()
string KeyId = 1;com.google.protobuf.ByteString getCiphertextBlob()
bytes CiphertextBlob = 2;com.google.protobuf.ByteString getIv()
bytes Iv = 3;String getRequestId()
string RequestId = 4;com.google.protobuf.ByteString getRequestIdBytes()
string RequestId = 4;String getAlgorithm()
string Algorithm = 5;com.google.protobuf.ByteString getAlgorithmBytes()
string Algorithm = 5;String getPaddingMode()
string PaddingMode = 6;com.google.protobuf.ByteString getPaddingModeBytes()
string PaddingMode = 6;Copyright © 2022. All rights reserved.