Uses of Class
org.pgpainless.util.selection.userid.SelectUserId
- 
Packages that use SelectUserId Package Description org.pgpainless.key.modification.secretkeyring Classes that deal with modifications made toPGPSecretKeyRings.org.pgpainless.util.selection.userid UserID selection strategies. - 
- 
Uses of SelectUserId in org.pgpainless.key.modification.secretkeyring
Methods in org.pgpainless.key.modification.secretkeyring with parameters of type SelectUserId Modifier and Type Method Description SecretKeyRingEditorInterfaceSecretKeyRingEditor. removeUserId(SelectUserId userIdSelector, SecretKeyRingProtector protector)SecretKeyRingEditorInterfaceSecretKeyRingEditorInterface. removeUserId(SelectUserId userIdSelector, SecretKeyRingProtector protector)Convenience method to revoke selected user-ids using soft revocation signatures.SecretKeyRingEditorInterfaceSecretKeyRingEditor. revokeUserIds(SelectUserId userIdSelector, SecretKeyRingProtector secretKeyRingProtector, RevocationAttributes revocationAttributes)SecretKeyRingEditorInterfaceSecretKeyRingEditor. revokeUserIds(SelectUserId userIdSelector, SecretKeyRingProtector secretKeyRingProtector, RevocationSignatureSubpackets.Callback subpacketsCallback)SecretKeyRingEditorInterfaceSecretKeyRingEditorInterface. revokeUserIds(SelectUserId userIdSelector, SecretKeyRingProtector secretKeyRingProtector, RevocationAttributes revocationAttributes)Revoke all user-ids that match the providedSelectUserIdfilter.SecretKeyRingEditorInterfaceSecretKeyRingEditorInterface. revokeUserIds(SelectUserId userIdSelector, SecretKeyRingProtector secretKeyRingProtector, RevocationSignatureSubpackets.Callback subpacketsCallback)Revoke all user-ids that match the providedSelectUserIdfilter. - 
Uses of SelectUserId in org.pgpainless.util.selection.userid
Methods in org.pgpainless.util.selection.userid that return SelectUserId Modifier and Type Method Description static SelectUserIdSelectUserId. and(SelectUserId... strategies)static SelectUserIdSelectUserId. byEmail(CharSequence email)static SelectUserIdSelectUserId. containsEmailAddress(CharSequence email)static SelectUserIdSelectUserId. containsSubstring(CharSequence query)static SelectUserIdSelectUserId. exactMatch(CharSequence query)static SelectUserIdSelectUserId. not(SelectUserId strategy)static SelectUserIdSelectUserId. or(SelectUserId... strategies)static SelectUserIdSelectUserId. startsWith(CharSequence substring)static SelectUserIdSelectUserId. validUserId(org.bouncycastle.openpgp.PGPKeyRing keyRing)Methods in org.pgpainless.util.selection.userid with parameters of type SelectUserId Modifier and Type Method Description static SelectUserIdSelectUserId. and(SelectUserId... strategies)static SelectUserIdSelectUserId. not(SelectUserId strategy)static SelectUserIdSelectUserId. or(SelectUserId... strategies) 
 -