void der2pem(
$der_data
)
|
|
Parameters:
API Tags:
the pem2der(
mixed
$pem_data
)
|
|
transform PEM formed certificate to DER format
Parameters:
mixed |
$pem_data: |
blob of data, which is hopefully a PEM certificate |
API Tags:
Return: | DER representation of the certificate |
Access: | public |
Information Tags:
Author: | http://php.net/manual/en/ref.openssl.php (comment from 29-Mar-2007) |
array processCertificate(
blob
$cadata
)
|
|
prepare PEM and DER formats, MD5 and SHA1 fingerprints and subject of the certificate
returns an array with the following fields:
uuid
pem certificate in PEM format
der certificate in DER format
md5 MD5 fingerprint
sha1 SHA1 fingerprint
name certificate subject
Parameters:
blob |
$cadata: |
certificate in ether PEM or DER format |
API Tags: