nonRepudiation
This is true when the subject public key is used to verify digital signatures used to provide a non-repudiation service that protects against the signing entity denying some action. This does not cover signatures used in certificates (covered by keyCertSign
) or in CRLs (cRLSign
).
var nonRepudiation: Bool { get set }