Class FipsKeyWrapOperatorFactory<T extends Parameters,​K extends Key>

    • Method Detail

      • createKeyWrapper

        public abstract FipsKeyWrapper<T> createKeyWrapper​(K key,
                                                           T parameters)
        Description copied from interface: KeyWrapOperatorFactory
        Create a key wrapper using the passed in key and parameters.
        Specified by:
        createKeyWrapper in interface KeyWrapOperatorFactory<T extends Parameters,​K extends Key>
        Parameters:
        key - the key to initialize the wrapper with.
        parameters - the parameters to initialize the wrapper with.
        Returns:
        an initialized key wrapper.
      • createKeyUnwrapper

        public abstract FipsKeyUnwrapper<T> createKeyUnwrapper​(K key,
                                                               T parameters)
        Description copied from interface: KeyWrapOperatorFactory
        Create a key un-wrapper using the passed in key and parameters.
        Specified by:
        createKeyUnwrapper in interface KeyWrapOperatorFactory<T extends Parameters,​K extends Key>
        Parameters:
        key - the key to initialize the un-wrapper with.
        parameters - the parameters to initialize the un-wrapper with.
        Returns:
        an initialized key un-wrapper.