Programmer's Reference
Represents an RSA Private Key object stored in OS memory.
- free
- Deallocates the memory used for the underlying RSA private key stored in
OS memory. The RSA private key is an instance of
OSSSlRSAPrivateKey in the SciSslOpenSSLInterface
subapplication.
- osRSAPrivateKey
- Answers the OSSslRSAPrivateKey object being held by this
instance.
- osRSAPrivateKey: anOSSSlRSAPrivateKey
- Sets the OS object being held by this instance to
anOSSslRSAPrivateKey.
[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]