|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface EncryptionProtos.WrappedKeyOrBuilder
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 |
---|
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;
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |