public class WrapParameterSpec
extends java.lang.Object
implements java.security.spec.AlgorithmParameterSpec
Constructor and Description |
---|
WrapParameterSpec(boolean useInverseFunction)
Base constructor - specify that a wrapper should, or shouldn't use the inverse function
for the cipher in wrapping.
|
Modifier and Type | Method and Description |
---|---|
boolean |
useInverseFunction()
Return whether or not we specify the inverse function.
|
public WrapParameterSpec(boolean useInverseFunction)
By default wrappers do not use the inverse function.
useInverseFunction
- true if use inverse, false if not.