CertPublicKeyAlgorithm Property
Textual description of the public key algorithm of the certificate.
Object Oriented Interface
public function getCertPublicKeyAlgorithm(); public function setCertPublicKeyAlgorithm($value);
Procedural Interface
ipworksopenpgp_certmgr_get($res, 12 ); ipworksopenpgp_certmgr_set($res, 12, $value );
Default Value
''
Remarks
Textual description of the public key algorithm of the certificate. The property contains either the name of the algorithm (such as "RSA" or "RSA_DH"), or an object identifier (OID) string representing the algorithm.
Data Type
String