org.apache.hadoop.hbase.protobuf.generated
Interface EncryptionProtos.WrappedKeyOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
EncryptionProtos.WrappedKey, EncryptionProtos.WrappedKey.Builder
Enclosing class:
EncryptionProtos

public static interface EncryptionProtos.WrappedKeyOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 String getAlgorithm()
          required string algorithm = 1;
 com.google.protobuf.ByteString getAlgorithmBytes()
          required string algorithm = 1;
 com.google.protobuf.ByteString getData()
          required bytes data = 3;
 com.google.protobuf.ByteString getHash()
          optional bytes hash = 5;
 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;
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasAlgorithm

boolean hasAlgorithm()
required string algorithm = 1;


getAlgorithm

String getAlgorithm()
required string algorithm = 1;


getAlgorithmBytes

com.google.protobuf.ByteString getAlgorithmBytes()
required string algorithm = 1;


hasLength

boolean hasLength()
required uint32 length = 2;


getLength

int getLength()
required uint32 length = 2;


hasData

boolean hasData()
required bytes data = 3;


getData

com.google.protobuf.ByteString getData()
required bytes data = 3;


hasIv

boolean hasIv()
optional bytes iv = 4;


getIv

com.google.protobuf.ByteString getIv()
optional bytes iv = 4;


hasHash

boolean hasHash()
optional bytes hash = 5;


getHash

com.google.protobuf.ByteString getHash()
optional bytes hash = 5;



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