public static interface Drkey.DRKeyASHostRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDstHost()
Dst Host of the request DRKey.
|
com.google.protobuf.ByteString |
getDstHostBytes()
Dst Host of the request DRKey.
|
long |
getDstIa()
Dst ISD-AS of the requested DRKey.
|
Drkey.Protocol |
getProtocolId()
Protocol value.
|
int |
getProtocolIdValue()
Protocol value.
|
long |
getSrcIa()
Src ISD-AS of the requested DRKey.
|
com.google.protobuf.Timestamp |
getValTime()
Point in time where requested key is valid.
|
com.google.protobuf.TimestampOrBuilder |
getValTimeOrBuilder()
Point in time where requested key is valid.
|
boolean |
hasValTime()
Point in time where requested key is valid.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasValTime()
Point in time where requested key is valid.
.google.protobuf.Timestamp val_time = 1;com.google.protobuf.Timestamp getValTime()
Point in time where requested key is valid.
.google.protobuf.Timestamp val_time = 1;com.google.protobuf.TimestampOrBuilder getValTimeOrBuilder()
Point in time where requested key is valid.
.google.protobuf.Timestamp val_time = 1;int getProtocolIdValue()
Protocol value.
.proto.drkey.v1.Protocol protocol_id = 2;Drkey.Protocol getProtocolId()
Protocol value.
.proto.drkey.v1.Protocol protocol_id = 2;long getSrcIa()
Src ISD-AS of the requested DRKey.
uint64 src_ia = 3;long getDstIa()
Dst ISD-AS of the requested DRKey.
uint64 dst_ia = 4;String getDstHost()
Dst Host of the request DRKey.
string dst_host = 5;com.google.protobuf.ByteString getDstHostBytes()
Dst Host of the request DRKey.
string dst_host = 5;Copyright © 2024. All rights reserved.