diff options
author | Martin Willi <martin@strongswan.org> | 2006-04-04 12:45:29 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2006-04-04 12:45:29 +0000 |
commit | f2ee13a7e844c5b107137ca21136684c610f2864 (patch) | |
tree | f90e948f8ad1f356c1d326ba8c302aace5cb6e98 /Source/charon/transforms/rsa/rsa_private_key.h | |
parent | efadbf79e9c864578bfd1277d824e69b2989aac5 (diff) | |
download | strongswan-f2ee13a7e844c5b107137ca21136684c610f2864.tar.bz2 strongswan-f2ee13a7e844c5b107137ca21136684c610f2864.tar.xz |
- improved strokeing
- down connection
- status
- some other tweaks
Diffstat (limited to 'Source/charon/transforms/rsa/rsa_private_key.h')
-rw-r--r-- | Source/charon/transforms/rsa/rsa_private_key.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Source/charon/transforms/rsa/rsa_private_key.h b/Source/charon/transforms/rsa/rsa_private_key.h index ffbe419f5..3ca760042 100644 --- a/Source/charon/transforms/rsa/rsa_private_key.h +++ b/Source/charon/transforms/rsa/rsa_private_key.h @@ -126,6 +126,14 @@ struct rsa_private_key_t { bool (*belongs_to) (rsa_private_key_t *this, rsa_public_key_t *public); /** + * @brief Clone the private key. + * + * @param this private key to clone + * @return clone of this + */ + rsa_private_key_t *(*clone) (rsa_private_key_t *this); + + /** * @brief Destroys the private key. * * @param this private key to destroy |