mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-22 12:22:06 +01:00
SOP-Java now produces hard-revocations
This commit is contained in:
parent
c69af33588
commit
f3980304ed
1 changed files with 1 additions and 1 deletions
|
@ -35,6 +35,6 @@ public class PGPainlessRevokeKeyTest extends RevokeKeyTest {
|
|||
assertTrue(certificate instanceof PGPPublicKeyRing);
|
||||
|
||||
KeyRingInfo info = PGPainless.inspectKeyRing(certificate);
|
||||
assertTrue(info.getRevocationState().isSoftRevocation());
|
||||
assertTrue(info.getRevocationState().isHardRevocation());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue