Lines Matching defs:mechanism

41  * This class provides the functionality of an exemption mechanism, examples
45 * <p>Applications or applets that use an exemption mechanism may be granted
59 // The name of the exemption mechanism.
60 private String mechanism;
77 * @param mechanism the exemption mechanism
81 String mechanism) {
84 this.mechanism = mechanism;
88 * Returns the exemption mechanism name of this
95 * @return the exemption mechanism name of this
99 return this.mechanism;
104 * specified exemption mechanism algorithm.
116 * mechanism.
121 * for information about standard exemption mechanism names.
145 * specified exemption mechanism algorithm.
155 * @param algorithm the standard name of the requested exemption mechanism.
160 * for information about standard exemption mechanism names.
192 * specified exemption mechanism algorithm.
199 * @param algorithm the standard name of the requested exemption mechanism.
204 * for information about standard exemption mechanism names.
241 * exemption mechanism.
244 * the one this exemption mechanism used in initializing and generating
250 * successfully by this exemption mechanism; false if <code>key</code>
255 * by this exemption mechanism object.
262 // this exemption mechanism used.
282 * @exception IllegalStateException if this exemption mechanism is in a
298 * Initializes this exemption mechanism with a key.
300 * <p>If this exemption mechanism requires any algorithm parameters
302 * underlying exemption mechanism implementation is supposed to
307 * @param key the key for this exemption mechanism
310 * this exemption mechanism.
325 * Initializes this exemption mechanism with a key and a set of algorithm
328 * <p>If this exemption mechanism requires any algorithm parameters
330 * mechanism implementation is supposed to generate the required
335 * @param key the key for this exemption mechanism
339 * this exemption mechanism.
341 * parameters are inappropriate for this exemption mechanism.
357 * Initializes this exemption mechanism with a key and a set of algorithm
360 * <p>If this exemption mechanism requires any algorithm parameters
361 * and <code>params</code> is null, the underlying exemption mechanism
367 * @param key the key for this exemption mechanism
371 * this exemption mechanism.
373 * parameters are inappropriate for this exemption mechanism.
389 * Generates the exemption mechanism key blob.
393 * @exception IllegalStateException if this exemption mechanism is in
410 * Generates the exemption mechanism key blob, and stores the result in
423 * @exception IllegalStateException if this exemption mechanism is in
443 * Generates the exemption mechanism key blob, and stores the result in
459 * @exception IllegalStateException if this exemption mechanism is in