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).