Package-level declarations
Types
Data class that implements credentialInfo class defined in CSC-API v2.0.0.2 Ch. 11.4 "credentials/list" and Ch. 11.5 "credentials/info"
Data class that implements request data class defined in CSC-API v2.0.0.2 Ch. 11.5 "credentials/info"
Data class that implements credentialInfo defined in CSC-API v2.0.0.2 Ch. 11.4 "credentials/list" and Ch. 11.5 "credentials/info"
After D3.1: UC Specification WP3. However, this class is potentially a mistake in the draft spec vs test vector, currently we need it to be a sealed class with polymorphic serialization to get the structure method: {type: NAME}
sealed class would instead serialize to method: NAME
which might be the corrected implementation in the next draft.
In the Wallet centric model this is the request coming from the Driving application to the wallet which starts the process
CSC API v2.0.0.2 Data class defined in Ch. 11.11 Used to request the creation of one or more AdES signature(s).
CSC API v2.0.0.2 Data class defined in Ch. 11.11 Response to SignDocRequestParameters.
CSC API v2.0.0.2 Data class defined in Ch. 11.10 Used to request the calculation of remote digital signature(s) of one or multiple hash values.
CSC API v2.0.0.2 Data class defined in Ch. 11.10 Holds response to SignHashRequestParameters.