mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2024-11-22 15:12:06 +01:00
Add note discouraging reuse of subcommand objects
This commit is contained in:
parent
64c0fb11bc
commit
9bc391fc7c
1 changed files with 5 additions and 0 deletions
|
@ -20,6 +20,11 @@ import sop.operation.Version;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Stateless OpenPGP Interface.
|
* Stateless OpenPGP Interface.
|
||||||
|
* This class provides a stateless interface to various OpenPGP related operations.
|
||||||
|
* <br>
|
||||||
|
* Note: Subcommand objects acquired by calling any method of this interface are not intended for reuse.
|
||||||
|
* If you for example need to generate multiple keys, make a dedicated call to {@link #generateKey()} once per
|
||||||
|
* key generation.
|
||||||
*/
|
*/
|
||||||
public interface SOP {
|
public interface SOP {
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue