Class KEY_WRAP_SET_OAEP_PARAMS


  • public class KEY_WRAP_SET_OAEP_PARAMS
    extends CkParams
    Represents the CK_KEY_WRAP_SET_OAEP_PARAMS.
    Author:
    Lijun Liao (xipki)
    • Constructor Detail

      • KEY_WRAP_SET_OAEP_PARAMS

        public KEY_WRAP_SET_OAEP_PARAMS​(byte blockContents,
                                        byte[] x)
        Create a new KEY_WRAP_SET_OAEP_PARAMS object with the given attributes.
        Parameters:
        blockContents - The block contents byte.
        x - The concatenation of hash of plaintext data (if present) and extra data (if present).
    • Method Detail

      • getParams

        public CK_KEY_WRAP_SET_OAEP_PARAMS getParams()
        Description copied from class: CkParams
        Get this parameters object as an object of the corresponding *_PARAMS class of the iaik.pkcs.pkcs11.wrapper package.
        Specified by:
        getParams in class CkParams
        Returns:
        The object of the corresponding *_PARAMS class.
      • toString

        public java.lang.String toString​(java.lang.String indent)
        Specified by:
        toString in class CkParams