org.bouncycastle.openpgp.PGPSignature | 
SecretKeyRingEditor.createRevocationCertificate(long subkeyId,
                           SecretKeyRingProtector secretKeyRingProtector,
                           RevocationAttributes revocationAttributes) | 
  | 
org.bouncycastle.openpgp.PGPSignature | 
SecretKeyRingEditor.createRevocationCertificate(SecretKeyRingProtector secretKeyRingProtector,
                           RevocationAttributes revocationAttributes) | 
  | 
org.bouncycastle.openpgp.PGPSignature | 
SecretKeyRingEditorInterface.createRevocationCertificate(long subkeyId,
                           SecretKeyRingProtector secretKeyRingProtector,
                           RevocationAttributes revocationAttributes) | 
 Create a detached revocation certificate, which can be used to revoke the specified subkey. 
 | 
default org.bouncycastle.openpgp.PGPSignature | 
SecretKeyRingEditorInterface.createRevocationCertificate(OpenPgpFingerprint subkeyFingerprint,
                           SecretKeyRingProtector secretKeyRingProtector,
                           RevocationAttributes revocationAttributes) | 
 Create a detached revocation certificate, which can be used to revoke the specified subkey. 
 | 
org.bouncycastle.openpgp.PGPSignature | 
SecretKeyRingEditorInterface.createRevocationCertificate(SecretKeyRingProtector secretKeyRingProtector,
                           RevocationAttributes revocationAttributes) | 
 Create a detached revocation certificate, which can be used to revoke the whole key. 
 | 
SecretKeyRingEditorInterface | 
SecretKeyRingEditor.revoke(SecretKeyRingProtector secretKeyRingProtector,
      RevocationAttributes revocationAttributes) | 
  | 
SecretKeyRingEditorInterface | 
SecretKeyRingEditorInterface.revoke(SecretKeyRingProtector secretKeyRingProtector,
      RevocationAttributes revocationAttributes) | 
 Revoke the key ring using the provided revocation attributes. 
 | 
SecretKeyRingEditorInterface | 
SecretKeyRingEditor.revokeSubKey(long subKeyId,
            SecretKeyRingProtector protector,
            RevocationAttributes revocationAttributes) | 
  | 
SecretKeyRingEditorInterface | 
SecretKeyRingEditorInterface.revokeSubKey(long subKeyId,
            SecretKeyRingProtector secretKeyRingProtector,
            RevocationAttributes revocationAttributes) | 
 Revoke the subkey binding signature of a subkey. 
 | 
default SecretKeyRingEditorInterface | 
SecretKeyRingEditorInterface.revokeSubKey(OpenPgpFingerprint fingerprint,
            SecretKeyRingProtector secretKeyRingProtector,
            RevocationAttributes revocationAttributes) | 
 Revoke the subkey binding signature of a subkey. 
 | 
SecretKeyRingEditorInterface | 
SecretKeyRingEditor.revokeUserId(CharSequence userId,
            SecretKeyRingProtector secretKeyRingProtector,
            RevocationAttributes revocationAttributes) | 
  | 
SecretKeyRingEditorInterface | 
SecretKeyRingEditorInterface.revokeUserId(CharSequence userId,
            SecretKeyRingProtector secretKeyRingProtector,
            RevocationAttributes revocationAttributes) | 
 Revoke the given userID using the provided revocation attributes. 
 | 
SecretKeyRingEditorInterface | 
SecretKeyRingEditor.revokeUserIds(SelectUserId userIdSelector,
             SecretKeyRingProtector secretKeyRingProtector,
             RevocationAttributes revocationAttributes) | 
  | 
SecretKeyRingEditorInterface | 
SecretKeyRingEditorInterface.revokeUserIds(SelectUserId userIdSelector,
             SecretKeyRingProtector secretKeyRingProtector,
             RevocationAttributes revocationAttributes) | 
Revoke all user-ids that match the provided  SelectUserId filter.  
 |