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