public static interface EncryptionProtos.WrappedKeyOrBuilder
extends org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAlgorithm()
required string algorithm = 1; |
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getAlgorithmBytes()
required string algorithm = 1; |
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getData()
required bytes data = 3; |
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getHash()
optional bytes hash = 5; |
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getIv()
optional bytes iv = 4; |
int |
getLength()
required uint32 length = 2; |
boolean |
hasAlgorithm()
required string algorithm = 1; |
boolean |
hasData()
required bytes data = 3; |
boolean |
hasHash()
optional bytes hash = 5; |
boolean |
hasIv()
optional bytes iv = 4; |
boolean |
hasLength()
required uint32 length = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasAlgorithm()
required string algorithm = 1;String getAlgorithm()
required string algorithm = 1;org.apache.hbase.thirdparty.com.google.protobuf.ByteString getAlgorithmBytes()
required string algorithm = 1;boolean hasLength()
required uint32 length = 2;int getLength()
required uint32 length = 2;boolean hasData()
required bytes data = 3;org.apache.hbase.thirdparty.com.google.protobuf.ByteString getData()
required bytes data = 3;boolean hasIv()
optional bytes iv = 4;org.apache.hbase.thirdparty.com.google.protobuf.ByteString getIv()
optional bytes iv = 4;boolean hasHash()
optional bytes hash = 5;org.apache.hbase.thirdparty.com.google.protobuf.ByteString getHash()
optional bytes hash = 5;Copyright © 2007–2019 Cloudera. All rights reserved.