HomeSort by relevance Sort by last modified time
    Searched defs:ShortBufferException (Results 1 - 6 of 6) sorted by null

  /libcore/luni/src/main/java/javax/crypto/
ShortBufferException.java 31 public class ShortBufferException extends GeneralSecurityException {
39 * Creates a new instance of {@code ShortBufferException} with the
45 public ShortBufferException(String msg) {
50 * Creates a new instance of {@code ShortBufferException}.
52 public ShortBufferException() {
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
ExemptionMechanismTest.java 43 import javax.crypto.ShortBufferException;
259 throws ShortBufferException, ExemptionMechanismException {
262 throw new ShortBufferException();
331 ExemptionMechanismException, ShortBufferException {
356 fail("ShortBufferException expected");
357 } catch (ShortBufferException e) {
386 ExemptionMechanismException, ShortBufferException {
411 fail("ShortBufferException expected");
412 } catch (ShortBufferException e) {
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 148 milliseconds