@Override
public boolean trustIdentityVerified(
- final RecipientIdentifier.Single recipient,
- final IdentityVerificationCode verificationCode
+ final RecipientIdentifier.Single recipient, final IdentityVerificationCode verificationCode
) {
throw new UnsupportedOperationException();
}