X509SignatureValue

@Serializable
value class X509SignatureValue(val rawBitString: Asn1BitString) : WrappedEncodable<Asn1BitString> (source)

This type models signatureValue as per RFC5280:

signatureValue       BIT STRING

As a transparent WrappedEncodable, a signature value can be added directly to an ASN.1 builder with unary +.

Constructors

Link copied to clipboard
constructor(rawBitString: Asn1BitString)
constructor(rawBytes: ByteArray)

Properties

Link copied to clipboard
Link copied to clipboard

The bytes carried in the signature value. Throws if the signature value is not full octets. You should use rawBitString if this is possible.

Link copied to clipboard
open override val value: Asn1BitString

Functions

Link copied to clipboard