Lines Matching refs:param

160      * @param algorithm the standard string name of the algorithm.
200 * @param algorithm the standard name of the algorithm requested.
319 * @param algorithm the name of the algorithm requested.
325 * @param provider the name of the provider.
369 * @param algorithm the name of the algorithm requested.
375 * @param provider the provider.
444 * @param publicKey the public key of the identity whose signature is
465 * @param certificate the certificate of the identity whose signature is
504 * @param privateKey the private key of the identity whose signature
520 * @param privateKey the private key of the identity whose signature
523 * @param random the source of randomness for this signature.
570 * @param outbuf buffer for the signature result.
572 * @param offset offset into <code>outbuf</code> where the signature is
575 * @param len number of bytes within <code>outbuf</code> allotted for the
612 * @param signature the signature bytes to be verified.
640 * @param signature the signature bytes to be verified.
641 * @param offset the offset to start from in the array of bytes.
642 * @param length the number of bytes to use, starting at offset.
674 * @param b the byte to use for the update.
692 * @param data the byte array to use for the update.
705 * @param data the array of bytes.
706 * @param off the offset to start from in the array of bytes.
707 * @param len the number of bytes to use, starting at offset.
729 * @param data the ByteBuffer
789 * @param param the string identifier of the parameter.
790 * @param value the parameter value.
792 * @exception InvalidParameterException if <code>param</code> is an
804 public final void setParameter(String param, Object value)
806 engineSetParameter(param, value);
812 * @param params the parameters
853 * @param param the string name of the parameter.
858 * @exception InvalidParameterException if <code>param</code> is an invalid
867 public final Object getParameter(String param)
869 return engineGetParameter(param);
1181 protected void engineSetParameter(String param, Object value)
1184 sigSpi.engineSetParameter(param, value);
1193 protected Object engineGetParameter(String param)
1196 return sigSpi.engineGetParameter(param);
1281 protected void engineSetParameter(String param, Object value)
1286 protected Object engineGetParameter(String param)