|
|
| boolean CertUtils2::CheckKeypair2 |
( |
binary |
pCert, |
|
|
binary |
pPrivateEncrypted |
|
) |
| |
Check the certificate key pair.
- Parameters:
-
| [in] | pCert | (binary) Certificate in PEM format |
| [in] | pPrivateEncrypted | (binary) Certificate (private key), obtained via CreateCSR2, encrypted, required |
- Returns:
- (boolean) true if paired
|