public interface FixedSaltGenerator extends SaltGenerator
Marker interface for all implementations of SaltGenerator
that
will always return the same salt (for the same amount of bytes asked).
Use of this interface in salt generators enables encryptors to perform some performance optimizations whenever they are used.
generateSalt, includePlainSaltInEncryptionResults
Copyright © 2017 JBoss by Red Hat. All rights reserved.