Uses of Class
org.apache.hadoop.hbase.protobuf.generated.EncryptionProtos.WrappedKey.Builder

Packages that use EncryptionProtos.WrappedKey.Builder
org.apache.hadoop.hbase.protobuf.generated   
 

Uses of EncryptionProtos.WrappedKey.Builder in org.apache.hadoop.hbase.protobuf.generated
 

Methods in org.apache.hadoop.hbase.protobuf.generated that return EncryptionProtos.WrappedKey.Builder
 EncryptionProtos.WrappedKey.Builder EncryptionProtos.WrappedKey.Builder.clear()
           
 EncryptionProtos.WrappedKey.Builder EncryptionProtos.WrappedKey.Builder.clearAlgorithm()
          required string algorithm = 1;
 EncryptionProtos.WrappedKey.Builder EncryptionProtos.WrappedKey.Builder.clearData()
          required bytes data = 3;
 EncryptionProtos.WrappedKey.Builder EncryptionProtos.WrappedKey.Builder.clearHash()
          optional bytes hash = 5;
 EncryptionProtos.WrappedKey.Builder EncryptionProtos.WrappedKey.Builder.clearIv()
          optional bytes iv = 4;
 EncryptionProtos.WrappedKey.Builder EncryptionProtos.WrappedKey.Builder.clearLength()
          required uint32 length = 2;
 EncryptionProtos.WrappedKey.Builder EncryptionProtos.WrappedKey.Builder.clone()
           
 EncryptionProtos.WrappedKey.Builder EncryptionProtos.WrappedKey.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 EncryptionProtos.WrappedKey.Builder EncryptionProtos.WrappedKey.Builder.mergeFrom(EncryptionProtos.WrappedKey other)
           
 EncryptionProtos.WrappedKey.Builder EncryptionProtos.WrappedKey.Builder.mergeFrom(com.google.protobuf.Message other)
           
static EncryptionProtos.WrappedKey.Builder EncryptionProtos.WrappedKey.newBuilder()
           
static EncryptionProtos.WrappedKey.Builder EncryptionProtos.WrappedKey.newBuilder(EncryptionProtos.WrappedKey prototype)
           
 EncryptionProtos.WrappedKey.Builder EncryptionProtos.WrappedKey.newBuilderForType()
           
protected  EncryptionProtos.WrappedKey.Builder EncryptionProtos.WrappedKey.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
 EncryptionProtos.WrappedKey.Builder EncryptionProtos.WrappedKey.Builder.setAlgorithm(String value)
          required string algorithm = 1;
 EncryptionProtos.WrappedKey.Builder EncryptionProtos.WrappedKey.Builder.setAlgorithmBytes(com.google.protobuf.ByteString value)
          required string algorithm = 1;
 EncryptionProtos.WrappedKey.Builder EncryptionProtos.WrappedKey.Builder.setData(com.google.protobuf.ByteString value)
          required bytes data = 3;
 EncryptionProtos.WrappedKey.Builder EncryptionProtos.WrappedKey.Builder.setHash(com.google.protobuf.ByteString value)
          optional bytes hash = 5;
 EncryptionProtos.WrappedKey.Builder EncryptionProtos.WrappedKey.Builder.setIv(com.google.protobuf.ByteString value)
          optional bytes iv = 4;
 EncryptionProtos.WrappedKey.Builder EncryptionProtos.WrappedKey.Builder.setLength(int value)
          required uint32 length = 2;
 EncryptionProtos.WrappedKey.Builder EncryptionProtos.WrappedKey.toBuilder()
           
 



Copyright © 2015 The Apache Software Foundation. All Rights Reserved.