Visual Diagram
classDiagram
class CryptographicProof
CryptographicProof : +placeOfSignature
CryptographicProof : +signatory
CryptographicProof : +signatoryPosition
CryptographicProof : +dateOfSignature
CryptographicProof : +cryptographicProof
CryptographicProof : +signatureType
CryptographicProof : +signatureAlgorithm
CryptographicProof : +signatureCanonicalization
CryptographicProof : +signatureKeyId
CryptographicProof : +signatureCreated
CryptographicProof : +signatureValue
Description
A cryptographic digital signature block.
Properties
| Property | Description | Type |
|---|---|---|
| Place of Signature (dppk-signature:placeOfSignature) | Place in which the signature took place. | xsd:string |
| Signatory (dppk-signature:signatory) | Name of the signatory. | xsd:string |
| Signatory Position (dppk-signature:signatoryPosition) | Position or function of the signatory. | xsd:string |
| Date of Signature (dppk-signature:dateOfSignature) | Date of the signature. | xsd:date |
| Cryptographic Proof Object (dppk-signature:cryptographicProof) | Link to the cryptographic digital signature of the document. | dppk-signature:CryptographicProof |
| Signature Type (dppk-signature:signatureType) | Element of the digital signature indicating its type. | xsd:string |
| Signature Algorithm (dppk-signature:signatureAlgorithm) | Algorithm used for the digital signature. | xsd:string |
| Signature Canonicalization (dppk-signature:signatureCanonicalization) | Canonicalization method used prior to signing. | xsd:string |
| Signature Key ID (dppk-signature:signatureKeyId) | Identifier for the key used to sign. | xsd:string |
| Signature Created (dppk-signature:signatureCreated) | Timestamp when the signature was created. | xsd:dateTime |
| Signature Value (dppk-signature:signatureValue) | The actual string value of the digital signature. | xsd:string |
