mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2025-09-09 18:29:48 +02: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…
Add table
Add a link
Reference in a new issue