mirror of
https://github.com/moparisthebest/open-keychain
synced 2025-02-07 18:40:19 -05:00
Merge branch 'master' of github.com:open-keychain/open-keychain
This commit is contained in:
commit
848043a481
@ -86,7 +86,7 @@ public class WrappedSignature {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public boolean isRevocation() {
|
public boolean isRevocation() {
|
||||||
return mSig.getHashedSubPackets().hasSubpacket(SignatureSubpacketTags.REVOCATION_REASON);
|
return mSig.getSignatureType() == PGPSignature.CERTIFICATION_REVOCATION;
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean isPrimaryUserId() {
|
public boolean isPrimaryUserId() {
|
||||||
|
Loading…
Reference in New Issue
Block a user