public static interface Seg.ASEntryOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Signed.SignedMessage |
getSigned()
The signed part of the AS entry.
|
Signed.SignedMessageOrBuilder |
getSignedOrBuilder()
The signed part of the AS entry.
|
SegExtensions.PathSegmentUnsignedExtensions |
getUnsigned()
The unsigned part of the AS entry.
|
SegExtensions.PathSegmentUnsignedExtensionsOrBuilder |
getUnsignedOrBuilder()
The unsigned part of the AS entry.
|
boolean |
hasSigned()
The signed part of the AS entry.
|
boolean |
hasUnsigned()
The unsigned part of the AS entry.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasSigned()
The signed part of the AS entry. The body of the SignedMessage is the
serialized ASEntrySignedBody. The signature input is defined as following:
input(ps, i) = signed.header_and_body || associated_data(ps, i)
associated_data(ps, i) = ps.segment_info ||
ps.as_entries[1].signed.header_and_body ||
ps.as_entries[1].signed.signature ||
...
ps.as_entries[i-1].signed.header_and_body ||
ps.as_entries[i-1].signed.signature
.proto.crypto.v1.SignedMessage signed = 1;Signed.SignedMessage getSigned()
The signed part of the AS entry. The body of the SignedMessage is the
serialized ASEntrySignedBody. The signature input is defined as following:
input(ps, i) = signed.header_and_body || associated_data(ps, i)
associated_data(ps, i) = ps.segment_info ||
ps.as_entries[1].signed.header_and_body ||
ps.as_entries[1].signed.signature ||
...
ps.as_entries[i-1].signed.header_and_body ||
ps.as_entries[i-1].signed.signature
.proto.crypto.v1.SignedMessage signed = 1;Signed.SignedMessageOrBuilder getSignedOrBuilder()
The signed part of the AS entry. The body of the SignedMessage is the
serialized ASEntrySignedBody. The signature input is defined as following:
input(ps, i) = signed.header_and_body || associated_data(ps, i)
associated_data(ps, i) = ps.segment_info ||
ps.as_entries[1].signed.header_and_body ||
ps.as_entries[1].signed.signature ||
...
ps.as_entries[i-1].signed.header_and_body ||
ps.as_entries[i-1].signed.signature
.proto.crypto.v1.SignedMessage signed = 1;boolean hasUnsigned()
The unsigned part of the AS entry.
.proto.control_plane.v1.PathSegmentUnsignedExtensions unsigned = 2;SegExtensions.PathSegmentUnsignedExtensions getUnsigned()
The unsigned part of the AS entry.
.proto.control_plane.v1.PathSegmentUnsignedExtensions unsigned = 2;SegExtensions.PathSegmentUnsignedExtensionsOrBuilder getUnsignedOrBuilder()
The unsigned part of the AS entry.
.proto.control_plane.v1.PathSegmentUnsignedExtensions unsigned = 2;Copyright © 2024. All rights reserved.