Home | History | Annotate | Download | only in crypto

Lines Matching refs:Key

23 import java.security.Key;
39 * Generates the result key blob for this exemption mechanism.
41 * @return the result key blob for this exemption mechanism.
49 * Generates the result key blob for this exemption mechanism and stores it
53 * the output buffer for the result key blob.
58 * if the provided buffer is too small for the result key blob.
79 * key.
81 * @param key
82 * the key to initialize this instance with.
84 * if the key cannot be used to initialize this mechanism.
88 protected abstract void engineInit(Key key) throws InvalidKeyException,
93 * key and algorithm parameters.
95 * @param key
96 * the key to initialize this instance with.
100 * if the key cannot be used to initialize this mechanism.
107 protected abstract void engineInit(Key key, AlgorithmParameters params)
113 * key and algorithm parameters.
115 * @param key
116 * the key to initialize this instance with.
120 * if the key cannot be used to initialize this mechanism.
127 protected abstract void engineInit(Key key, AlgorithmParameterSpec params)