Get desktop application:
View/edit binary Protocol Buffers messages
Protocol buffer encoding of the TLS DigitallySigned type, from RFC 5246 ยง4.7.
Used in:
hash_algorithm contains the hash algorithm used.
sig_algorithm contains the signing algorithm used.
signature contains the object signature.
HashAlgorithm defines the approved methods for object hashing. Supported hash algorithms. The numbering space is the same as for TLS, given in RFC 5246 s7.4.1.4.1 and at: http://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml#tls-parameters-18
Used in: ,
No hash algorithm is used.
SHA256 is used.
SignatureAlgorithm defines the algorithm used to sign the object. Supported signature algorithms. The numbering space is the same as for TLS, given in RFC 5246 s7.4.1.4.1 and at: http://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml#tls-parameters-16
Used in: ,
Anonymous signature scheme.
RSA signature scheme.
ECDSA signature scheme.
Ed25519 signature scheme.