Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 1000 Bytes

File metadata and controls

15 lines (10 loc) · 1000 Bytes

SignatureType

The type of signature.

Enum

Name Description
PKCS1 Represents signature object regarding PKCS#1 standard. RSA encryption algorithm and SHA-1 digest method are used for signing.
PKCS7 Represents the PKCS#7 object that conform to the PKCS#7 specification in Internet RFC 2315, PKCS #7: Cryptographic Message Syntax, Version 1.5. The SHA1 digest of the document's byte range is encapsulated in the PKCS#7 SignedData field.
PKCS7Detached Represents the PKCS#7 object that conform to the PKCS#7 specification in Internet RFC 2315, PKCS #7: Cryptographic Message Syntax, Version 1.5. The original signed message digest over the document's byte range is incorporated as the normal PKCS#7 SignedData field. No data shall is encapsulated in the PKCS#7 SignedData field.

[Back to Model list] [Back to API list] [Back to README]