public static interface Signed.HeaderOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getAssociatedDataLength()
Length of associated data that is covered by the signature, but is not
included in the header and body.
|
com.google.protobuf.ByteString |
getMetadata()
Optional arbitrary per-protocol metadata.
|
Signed.SignatureAlgorithm |
getSignatureAlgorithm()
Algorithm used to compute the signature.
|
int |
getSignatureAlgorithmValue()
Algorithm used to compute the signature.
|
com.google.protobuf.Timestamp |
getTimestamp()
Optional signature creation timestamp.
|
com.google.protobuf.TimestampOrBuilder |
getTimestampOrBuilder()
Optional signature creation timestamp.
|
com.google.protobuf.ByteString |
getVerificationKeyId()
Optional arbitrary per-protocol key identifier.
|
boolean |
hasTimestamp()
Optional signature creation timestamp.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getSignatureAlgorithmValue()
Algorithm used to compute the signature.
.proto.crypto.v1.SignatureAlgorithm signature_algorithm = 1;Signed.SignatureAlgorithm getSignatureAlgorithm()
Algorithm used to compute the signature.
.proto.crypto.v1.SignatureAlgorithm signature_algorithm = 1;com.google.protobuf.ByteString getVerificationKeyId()
Optional arbitrary per-protocol key identifier.
bytes verification_key_id = 2;boolean hasTimestamp()
Optional signature creation timestamp.
.google.protobuf.Timestamp timestamp = 3;com.google.protobuf.Timestamp getTimestamp()
Optional signature creation timestamp.
.google.protobuf.Timestamp timestamp = 3;com.google.protobuf.TimestampOrBuilder getTimestampOrBuilder()
Optional signature creation timestamp.
.google.protobuf.Timestamp timestamp = 3;com.google.protobuf.ByteString getMetadata()
Optional arbitrary per-protocol metadata.
bytes metadata = 4;int getAssociatedDataLength()
Length of associated data that is covered by the signature, but is not included in the header and body. This is zero, if no associated data is covered by the signature.
int32 associated_data_length = 5;Copyright © 2024. All rights reserved.