mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-18 02:12:06 +01:00
Remove unused Certification class
This commit is contained in:
parent
d52968514c
commit
6487cf2371
1 changed files with 0 additions and 18 deletions
|
@ -339,22 +339,4 @@ public final class SignatureUtils {
|
|||
}
|
||||
return certifications;
|
||||
}
|
||||
|
||||
public static class Certification {
|
||||
private final String userId;
|
||||
private final PGPSignature signature;
|
||||
|
||||
public Certification(String userId, PGPSignature signature) {
|
||||
this.userId = userId;
|
||||
this.signature = signature;
|
||||
}
|
||||
|
||||
public String getUserId() {
|
||||
return userId;
|
||||
}
|
||||
|
||||
public PGPSignature getSignature() {
|
||||
return signature;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue