Add javadoc for interfaces

This commit is contained in:
Paul Schaub 2022-08-24 14:53:47 +02:00
parent a956aec5fc
commit 662f96ff77
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
4 changed files with 279 additions and 0 deletions

View file

@ -15,6 +15,7 @@ public interface KeyMaterialReaderBackend {
* Read a {@link KeyMaterial} (either {@link Key} or {@link Certificate}) from the given {@link InputStream}.
*
* @param data input stream containing the binary representation of the key.
* @param tag tag for the key material. Might be null.
* @return key or certificate object
*
* @throws IOException in case of an IO error