1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2025-09-11 03:09:41 +02:00

Add tests for pgpainless-sop

This commit is contained in:
Paul Schaub 2021-08-30 17:15:11 +02:00
parent 97c8ff8312
commit f68779d8a5
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
4 changed files with 349 additions and 3 deletions

View file

@ -105,11 +105,11 @@ public class PGPKeyRingCollection {
pgpPublicKeyRingCollection = new PGPPublicKeyRingCollection(publicKeyRings);
}
public PGPSecretKeyRingCollection getPGPSecretKeyRingCollection() {
public @Nonnull PGPSecretKeyRingCollection getPGPSecretKeyRingCollection() {
return pgpSecretKeyRingCollection;
}
public PGPPublicKeyRingCollection getPgpPublicKeyRingCollection() {
public @Nonnull PGPPublicKeyRingCollection getPgpPublicKeyRingCollection() {
return pgpPublicKeyRingCollection;
}