Document
@Serializable
CSC: Class used as part of SignatureRequestParameters
Constructors
Link copied to clipboard
constructor(document: ByteArray, signatureFormat: SignatureFormat, conformanceLevel: ConformanceLevel? = null, signAlgoOid: ObjectIdentifier, signAlgoParams: Asn1Element? = null, signedProps: List<JsonObject>? = null, signedEnvelopeProperty: SignedEnvelopeProperty? = null)
Properties
Link copied to clipboard
Requested conformance level. If omitted its value is "Ades-B-B"
Link copied to clipboard
The OID of the algorithm to use for signing
Link copied to clipboard
The Base64-encoded DER-encoded ASN.1 signature parameters
Link copied to clipboard
Link copied to clipboard
Requested Signature Format
Link copied to clipboard
@SerialName(value = "signed_envelope_property")
if omitted/null it is assumed to have value SignedEnvelopeProperty.defaultProperty(signatureFormat)
Link copied to clipboard
Defined in CSC v2.0.0.2 P. 81 Defines a second way to encode all attributes, none of which are necessary Will be ignored until use-case arises