public static interface Calypso.DecryptKeyReplyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getCs(int index)
Cs are the secrets re-encrypted under the reader's public key.
|
int |
getCsCount()
Cs are the secrets re-encrypted under the reader's public key.
|
List<com.google.protobuf.ByteString> |
getCsList()
Cs are the secrets re-encrypted under the reader's public key.
|
com.google.protobuf.ByteString |
getX()
X is the aggregate public key of the LTS used.
|
com.google.protobuf.ByteString |
getXhatenc()
XhatEnc is the random part of the encryption.
|
boolean |
hasX()
X is the aggregate public key of the LTS used.
|
boolean |
hasXhatenc()
XhatEnc is the random part of the encryption.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<com.google.protobuf.ByteString> getCsList()
Cs are the secrets re-encrypted under the reader's public key.
repeated bytes cs = 1;int getCsCount()
Cs are the secrets re-encrypted under the reader's public key.
repeated bytes cs = 1;com.google.protobuf.ByteString getCs(int index)
Cs are the secrets re-encrypted under the reader's public key.
repeated bytes cs = 1;boolean hasXhatenc()
XhatEnc is the random part of the encryption.
required bytes xhatenc = 2;com.google.protobuf.ByteString getXhatenc()
XhatEnc is the random part of the encryption.
required bytes xhatenc = 2;boolean hasX()
X is the aggregate public key of the LTS used.
required bytes x = 3;com.google.protobuf.ByteString getX()
X is the aggregate public key of the LTS used.
required bytes x = 3;Copyright © 2018. All rights reserved.