Interface KeyWrapperUsingSecureRandom<T extends Parameters>

Type Parameters:
T - the parameter type for the wrapper.
All Superinterfaces:
KeyWrapper<T>, OperatorUsingSecureRandom<KeyWrapperUsingSecureRandom<T>>
All Known Implementing Classes:
FipsKeyWrapperUsingSecureRandom

public interface KeyWrapperUsingSecureRandom<T extends Parameters> extends KeyWrapper<T>, OperatorUsingSecureRandom<KeyWrapperUsingSecureRandom<T>>
Interface describing a KeyWrapper which also requires a SecureRandom as part of its configuration.