mirror of
https://codeberg.org/PGPainless/cert-d-java.git
synced 2025-09-09 19:29:41 +02:00
Add javadoc
This commit is contained in:
parent
dec37c4706
commit
6ce762ab8a
2 changed files with 8 additions and 2 deletions
|
@ -8,6 +8,12 @@ import java.io.IOException;
|
|||
import java.util.List;
|
||||
import java.util.Set;
|
||||
|
||||
/**
|
||||
* The {@link SubkeyLookup} class defines an interface for recording and looking up, to which certificates
|
||||
* a certain subkey belongs to.
|
||||
*
|
||||
* For a basic implementation it is enough to implement CR (out of CRUD) operations.
|
||||
*/
|
||||
public interface SubkeyLookup {
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue