diff options
Diffstat (limited to 'src/pubkey/pk_keys.h')
-rw-r--r-- | src/pubkey/pk_keys.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pubkey/pk_keys.h b/src/pubkey/pk_keys.h index da73db0ee..fab8e99ae 100644 --- a/src/pubkey/pk_keys.h +++ b/src/pubkey/pk_keys.h @@ -94,6 +94,8 @@ class BOTAN_DLL Private_Key : public virtual Public_Key virtual AlgorithmIdentifier pkcs8_algorithm_identifier() const { return algorithm_identifier(); } + SecureVector<byte> PKCS8_BER_encode() const; + protected: void load_check(RandomNumberGenerator&) const; void gen_check(RandomNumberGenerator&) const; |