DataFingerprint
Stores a generic cryptographic fingerprint of some arbitrary data. This is a utility record, which simply gathers the
specification of a hash algorithm with a raw data field storing the result of the hash.
Content copied to clipboard
elide.data.DataFingerprint
Types
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Specifies the encoding for the affixed fingerprint data. If unspecified, the fingerprint is expressed in raw bytes.
Content copied to clipboard
.elide.data.Encoding encoding = 2;
Link copied to clipboard
Specifies the encoding for the affixed fingerprint data. If unspecified, the fingerprint is expressed in raw bytes.
Content copied to clipboard
.elide.data.Encoding encoding = 2;
Link copied to clipboard
Content of the fingerprint/checksum calculated as part of this data fingerprint.
Content copied to clipboard
bytes fingerprint = 6;
Link copied to clipboard
Algorithm in use when fingerprinting the associated data.
Content copied to clipboard
.elide.std.HashAlgorithm hash = 1;
Link copied to clipboard
Algorithm in use when fingerprinting the associated data.
Content copied to clipboard
.elide.std.HashAlgorithm hash = 1;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Prefix values used when fingerprinting the associated data, if applicable.
Content copied to clipboard
repeated bytes prefix = 3;
Link copied to clipboard
Prefix values used when fingerprinting the associated data, if applicable.
Content copied to clipboard
repeated bytes prefix = 3;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Separator to use for pre-image reconstruction.
Content copied to clipboard
bytes separator = 5;
Link copied to clipboard
Link copied to clipboard
Suffix values used when fingerprinting the associated data, if applicable.
Content copied to clipboard
repeated bytes suffix = 4;
Link copied to clipboard
Suffix values used when fingerprinting the associated data, if applicable.
Content copied to clipboard
repeated bytes suffix = 4;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun <ContainingT : Message?, T> newFileScopedGeneratedExtension(singularType: Class<out Any>, defaultInstance: Message): GeneratedMessage.GeneratedExtension<ContainingT, T>
Link copied to clipboard
open fun <ContainingT : Message?, T> newMessageScopedGeneratedExtension(scope: Message, descriptorIndex: Int, singularType: Class<out Any>, defaultInstance: Message): GeneratedMessage.GeneratedExtension<ContainingT, T>
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): DataFingerprint
Link copied to clipboard
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): DataFingerprint
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard