Lines Matching defs:key
187 * private key that corresponds to the given public key.
189 * @param key the PublicKey used to carry out the verification.
193 * @exception InvalidKeyException on incorrect key.
198 public abstract void verify(PublicKey key)
205 * private key that corresponds to the given public key.
209 * @param key the PublicKey used to carry out the verification.
214 * @exception InvalidKeyException on incorrect key.
219 public abstract void verify(PublicKey key, String sigProvider)
430 * supplied with the public key.