public static interface RPCProtos.CryptoCipherMetaOrBuilder
extends org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getInIv()
optional bytes inIv = 3; |
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getInKey()
optional bytes inKey = 2; |
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getOutIv()
optional bytes outIv = 5; |
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getOutKey()
optional bytes outKey = 4; |
String |
getTransformation()
required string transformation = 1; |
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getTransformationBytes()
required string transformation = 1; |
boolean |
hasInIv()
optional bytes inIv = 3; |
boolean |
hasInKey()
optional bytes inKey = 2; |
boolean |
hasOutIv()
optional bytes outIv = 5; |
boolean |
hasOutKey()
optional bytes outKey = 4; |
boolean |
hasTransformation()
required string transformation = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasTransformation()
required string transformation = 1;String getTransformation()
required string transformation = 1;org.apache.hbase.thirdparty.com.google.protobuf.ByteString getTransformationBytes()
required string transformation = 1;boolean hasInKey()
optional bytes inKey = 2;org.apache.hbase.thirdparty.com.google.protobuf.ByteString getInKey()
optional bytes inKey = 2;boolean hasInIv()
optional bytes inIv = 3;org.apache.hbase.thirdparty.com.google.protobuf.ByteString getInIv()
optional bytes inIv = 3;boolean hasOutKey()
optional bytes outKey = 4;org.apache.hbase.thirdparty.com.google.protobuf.ByteString getOutKey()
optional bytes outKey = 4;boolean hasOutIv()
optional bytes outIv = 5;org.apache.hbase.thirdparty.com.google.protobuf.ByteString getOutIv()
optional bytes outIv = 5;Copyright © 2007–2019 Cloudera. All rights reserved.