public static final class FipsTripleDES.KeyWrapOperatorFactory extends FipsKeyWrapOperatorFactory<FipsTripleDES.WrapParameters,SymmetricKey>
Constructor and Description |
---|
KeyWrapOperatorFactory() |
Modifier and Type | Method and Description |
---|---|
FipsKeyUnwrapper<FipsTripleDES.WrapParameters> |
createKeyUnwrapper(SymmetricKey key,
FipsTripleDES.WrapParameters parameters)
Create a key un-wrapper using the passed in key and parameters.
|
FipsKeyWrapper<FipsTripleDES.WrapParameters> |
createKeyWrapper(SymmetricKey key,
FipsTripleDES.WrapParameters parameters)
Create a key wrapper using the passed in key and parameters.
|
public FipsKeyWrapper<FipsTripleDES.WrapParameters> createKeyWrapper(SymmetricKey key, FipsTripleDES.WrapParameters parameters)
KeyWrapOperatorFactory
createKeyWrapper
in interface KeyWrapOperatorFactory<FipsTripleDES.WrapParameters,SymmetricKey>
createKeyWrapper
in class FipsKeyWrapOperatorFactory<FipsTripleDES.WrapParameters,SymmetricKey>
key
- the key to initialize the wrapper with.parameters
- the parameters to initialize the wrapper with.public FipsKeyUnwrapper<FipsTripleDES.WrapParameters> createKeyUnwrapper(SymmetricKey key, FipsTripleDES.WrapParameters parameters)
KeyWrapOperatorFactory
createKeyUnwrapper
in interface KeyWrapOperatorFactory<FipsTripleDES.WrapParameters,SymmetricKey>
createKeyUnwrapper
in class FipsKeyWrapOperatorFactory<FipsTripleDES.WrapParameters,SymmetricKey>
key
- the key to initialize the un-wrapper with.parameters
- the parameters to initialize the un-wrapper with.