diff options
author | lloyd <[email protected]> | 2010-06-14 23:58:40 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-06-14 23:58:40 +0000 |
commit | 0d26fdf3e03c7a34c33307352bcc27e79d493eb3 (patch) | |
tree | 27f94d81a8d8bc69d5f50b8cd110f643c79ccdc5 /src/pubkey/pk_keys.h | |
parent | 2c17c50fbf663ddc4bcef3c12540c3983b25925f (diff) |
Some PKCS #8 simplifications
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; |