D | jniutil.cc | 24 namespace conscrypt { namespace 153 return conscrypt::jniutil::throwException(env, "java/lang/RuntimeException", msg); in throwRuntimeException() 157 return conscrypt::jniutil::throwException(env, "java/lang/AssertionError", msg); in throwAssertionError() 161 return conscrypt::jniutil::throwException(env, "java/lang/NullPointerException", msg); in throwNullPointerException() 165 return conscrypt::jniutil::throwException(env, "java/lang/OutOfMemoryError", message); in throwOutOfMemory() 170 return conscrypt::jniutil::throwException(env, "javax/crypto/BadPaddingException", message); in throwBadPaddingException() 175 return conscrypt::jniutil::throwException(env, "java/security/SignatureException", message); in throwSignatureException() 180 return conscrypt::jniutil::throwException(env, "java/security/InvalidKeyException", message); in throwInvalidKeyException() 185 return conscrypt::jniutil::throwException( in throwIllegalBlockSizeException() 191 return conscrypt::jniutil::throwException( in throwShortBufferException() [all …]
|