This repository was archived by the owner on Feb 28, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ composer require mastercard/client-encryption
4141
4242### Loading the Encryption Certificate <a name =" loading-the-encryption-certificate " ></a >
4343
44- A certificate resource can be created from a file by calling the ` EncryptionUtils::loadEncryptionCertificate ` method :
44+ A certificate resource can be created from a file by calling ` EncryptionUtils::loadEncryptionCertificate ` :
4545``` php
4646use Mastercard\Developer\Utils\EncryptionUtils;
4747// ...
@@ -52,9 +52,9 @@ Supported certificate formats: PEM, DER.
5252
5353### Loading the Decryption Key <a name =" loading-the-decryption-key " ></a >
5454
55- #### From a PKCS #12 File
55+ #### From a PKCS #12 Key Store
5656
57- A private key resource can be created from a PKCS #12 file by calling the ` EncryptionUtils::loadDecryptionKey ` method :
57+ A private key resource can be created from a PKCS #12 key store by calling ` EncryptionUtils::loadDecryptionKey ` the following way :
5858``` php
5959use Mastercard\Developer\Utils\EncryptionUtils;
6060// ...
@@ -66,7 +66,7 @@ $decryptionKey = EncryptionUtils::loadDecryptionKey(
6666
6767#### From an Unencrypted Key File
6868
69- A private key resource can be created from an unencrypted key file by calling the ` EncryptionUtils::loadDecryptionKey ` method :
69+ A private key resource can be created from an unencrypted key file by calling ` EncryptionUtils::loadDecryptionKey ` the following way :
7070``` php
7171use Mastercard\Developer\Utils\EncryptionUtils;
7272// ...
You can’t perform that action at this time.
0 commit comments