PKCS#1 Interface
DESCRIPTION
This interface implements the PKCS#1 standard block encoding and decoding routines. It is used as part of RSA implementation to perform PKCS#1 RSA operations. The routines encode and decode the data for RSA operations such as digital signatures and their verification, and encryption and decryption.
This is a low level interface that usually is not needed or used directly.
TABLE OF CONTENTS