X509SignatureValue
@Serializable
This type models signatureValue as per RFC5280:
signatureValue BIT STRINGContent copied to clipboard
As a transparent WrappedEncodable, a signature value can be added directly to an ASN.1 builder with unary +.
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