Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Ackermann committed May 17, 2020
1 parent 5132727 commit 8428131
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,6 @@ Get started in three simple steps!
$pem = (new AzKeyVault\KeyUtil($value))->toPEM();
$keyDetails = openssl_pkey_get_details(openssl_pkey_get_private($pem));
var_dump($keyDetails);
// ... or easily generate the public key
// for the retrieved private key
$publicKey = (new AzKeyVault\KeyUtil($value))->toPublicKey();
````
*Note:* `KeyUtil` supports RSA and EC keys
Expand Down

0 comments on commit 8428131

Please sign in to comment.