Aspose::Pdf::Forms::PKCS1 class

PKCS1 class

Represents signature object regarding PKCS#1 standard. RSA encryption algorithm and SHA-1 digest method are used for signing.

class PKCS1 : public Aspose::Pdf::Forms::Signature

Methods

MethodDescription
PKCS1(System::SharedPtr<System::IO::Stream>)Initializes new instance of the PKCS1 class.
PKCS1()Inititalizes new instance of the PKCS1 class.
PKCS1(System::String, System::String)Inititalizes new instance of the PKCS1 class.
PKCS1(System::SharedPtr<System::IO::Stream>, System::String)Inititalizes new instance of the PKCS1 class.

See Also