public static interface Calypso.DecryptKeyReplyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getC()
C is the secret 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 |
hasC()
C is the secret re-encrypted under the reader's public key.
|
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, hasOneofboolean hasC()
C is the secret re-encrypted under the reader's public key.
required bytes c = 1;com.google.protobuf.ByteString getC()
C is the secret re-encrypted under the reader's public key.
required bytes c = 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 © 2019. All rights reserved.