public static interface SegExtensions.DigestExtensionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
SegExtensions.DigestExtension.Digest |
getEpic()
The digest of the detached EPIC extension.
|
SegExtensions.DigestExtension.DigestOrBuilder |
getEpicOrBuilder()
The digest of the detached EPIC extension.
|
boolean |
hasEpic()
The digest of the detached EPIC extension.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasEpic()
The digest of the detached EPIC extension. The hash input is defined as follows:
input = totalLen ||
epic.Detached.AuthHopEntry ||
epic.Detached.AuthPeerEntries[0] ||
epic.Detached.AuthPeerEntries[1] ||
...
epic.Detached.AuthPeerEntries[n-1]
Here, 'n' denotes the number of peer entries.
'totalLen' is equal to (n+1), and therefore encodes the
total number of authenticators used in the hash.
.proto.control_plane.v1.DigestExtension.Digest epic = 1000;SegExtensions.DigestExtension.Digest getEpic()
The digest of the detached EPIC extension. The hash input is defined as follows:
input = totalLen ||
epic.Detached.AuthHopEntry ||
epic.Detached.AuthPeerEntries[0] ||
epic.Detached.AuthPeerEntries[1] ||
...
epic.Detached.AuthPeerEntries[n-1]
Here, 'n' denotes the number of peer entries.
'totalLen' is equal to (n+1), and therefore encodes the
total number of authenticators used in the hash.
.proto.control_plane.v1.DigestExtension.Digest epic = 1000;SegExtensions.DigestExtension.DigestOrBuilder getEpicOrBuilder()
The digest of the detached EPIC extension. The hash input is defined as follows:
input = totalLen ||
epic.Detached.AuthHopEntry ||
epic.Detached.AuthPeerEntries[0] ||
epic.Detached.AuthPeerEntries[1] ||
...
epic.Detached.AuthPeerEntries[n-1]
Here, 'n' denotes the number of peer entries.
'totalLen' is equal to (n+1), and therefore encodes the
total number of authenticators used in the hash.
.proto.control_plane.v1.DigestExtension.Digest epic = 1000;Copyright © 2024. All rights reserved.