diff options
author | Jack Lloyd <[email protected]> | 2016-12-05 22:27:45 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2016-12-05 22:27:45 -0500 |
commit | 29dc67bc1a24f69c64ba8054c17e50bfcce95641 (patch) | |
tree | 083cf29496d7a565dbf8cc97fdd2baa8792ebf02 /src/lib/prov/pkcs11/p11_rsa.h | |
parent | 18336ab743a01f5378751746ea87ce86632da765 (diff) | |
parent | d56812d9a4ef8e2ba1fbac525ae11a2dc28fef14 (diff) |
Merge GH #757 Fix X509 and PKCS8 formatting functions for PK keys
Diffstat (limited to 'src/lib/prov/pkcs11/p11_rsa.h')
-rw-r--r-- | src/lib/prov/pkcs11/p11_rsa.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/prov/pkcs11/p11_rsa.h b/src/lib/prov/pkcs11/p11_rsa.h index 6d80e45a7..13b9d9dc1 100644 --- a/src/lib/prov/pkcs11/p11_rsa.h +++ b/src/lib/prov/pkcs11/p11_rsa.h @@ -200,7 +200,7 @@ class BOTAN_DLL PKCS11_RSA_PrivateKey final : public Private_Key, /// @return the exported RSA private key RSA_PrivateKey export_key() const; - secure_vector<byte> pkcs8_private_key() const override; + secure_vector<byte> private_key_bits() const override; std::unique_ptr<PK_Ops::Decryption> create_decryption_op(RandomNumberGenerator& rng, |