public interface SaltMatcher
| Modifier and Type | Method and Description |
|---|---|
void |
verifySaltMatch(byte[] cipherSalt)
Callback used to match the expected salt byte array with the one found in the enciphered message during
decryption.
|
void verifySaltMatch(byte[] cipherSalt)
throws GeneralSecurityException
GeneralSecurityException may be thrown
to prevent the decryption process.cipherSalt - the actual salt data found in the enciphered messageGeneralSecurityException - if the expected and actual salt data do not match