 |
Qore Programming Language Reference Manual
0.9.10
|
string getType()
Returns a string giving the algorithm used for the private key.
The Serializable class can be used to mark a class as being serializable.
Definition: QC_Serializable.dox.h:96
binary getDER()
Returns a binary object in DER format representing the private key.
hash< auto > getInfo()
Returns a hash of all information for the private key.
int getVersion()
Returns a constant value of 1; do not use; only included for backwards-compatibility.
This class implements a container for private key data.
Definition: QC_SSLPrivateKey.dox.h:10
constructor(binary der)
Creates the SSLPrivateKey object from the data argument passed.
constructor(string pem, *string pass)
Creates the SSLPrivateKey object from the PEM-encoded text representation of the private key passed.
int getBitLength()
Returns the bit length of the private key.
copy()
Returns a copy of the private key object.
main Qore-language namespace
Definition: Pseudo_QC_All.dox.h:3
string getPEM()
Returns a string in PEM format representing the private key.
binary binary()
Always returns an empty binary object (of zero length)