public static interface SegDetachedExtensions.EPICDetachedExtensionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getAuthHopEntry()
Remaining bytes of the full MAC in the hop entry.
|
com.google.protobuf.ByteString |
getAuthPeerEntries(int index)
Remaining bytes of the full MAC in the peer entries.
|
int |
getAuthPeerEntriesCount()
Remaining bytes of the full MAC in the peer entries.
|
List<com.google.protobuf.ByteString> |
getAuthPeerEntriesList()
Remaining bytes of the full MAC in the peer entries.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofcom.google.protobuf.ByteString getAuthHopEntry()
Remaining bytes of the full MAC in the hop entry.
bytes auth_hop_entry = 1;List<com.google.protobuf.ByteString> getAuthPeerEntriesList()
Remaining bytes of the full MAC in the peer entries.
repeated bytes auth_peer_entries = 2;int getAuthPeerEntriesCount()
Remaining bytes of the full MAC in the peer entries.
repeated bytes auth_peer_entries = 2;com.google.protobuf.ByteString getAuthPeerEntries(int index)
Remaining bytes of the full MAC in the peer entries.
repeated bytes auth_peer_entries = 2;index - The index of the element to return.Copyright © 2024. All rights reserved.