public static interface EncryptionProtos.WrappedKeyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description | 
|---|---|
| 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; | 
boolean hasAlgorithm()
required string algorithm = 1;String getAlgorithm()
required string algorithm = 1;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;com.google.protobuf.ByteString getData()
required bytes data = 3;boolean hasIv()
optional bytes iv = 4;com.google.protobuf.ByteString getIv()
optional bytes iv = 4;boolean hasHash()
optional bytes hash = 5;com.google.protobuf.ByteString getHash()
optional bytes hash = 5;Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.