Interface KeyUnwrapperUsingSecureRandom<T extends Parameters>

Type Parameters:
T - the parameter type for the un-wrapper.
All Superinterfaces:
KeyUnwrapper<T>, OperatorUsingSecureRandom<KeyUnwrapperUsingSecureRandom<T>>
All Known Implementing Classes:
FipsKeyUnwrapperUsingSecureRandom

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