Searched refs:ShortBufferException (Results 26 - 39 of 39) sorted by relevance

12

/openjdk7/jdk/src/share/classes/javax/crypto/
H A DMac.java572 * @exception ShortBufferException if the given output buffer is too small
578 throws ShortBufferException, IllegalStateException
586 throw new ShortBufferException
H A DCipher.java1767 * a <code>ShortBufferException</code> is thrown. In this case, repeat this
1790 * @exception ShortBufferException if the given output buffer is too small
1795 throws ShortBufferException {
1823 * a <code>ShortBufferException</code> is thrown. In this case, repeat this
1848 * @exception ShortBufferException if the given output buffer is too small
1853 throws ShortBufferException {
1885 * hold the result, a <code>ShortBufferException</code> is thrown.
1905 * @exception ShortBufferException if there is insufficient space in the
1910 throws ShortBufferException {
1987 * a <code>ShortBufferException</cod
[all...]
H A DKeyAgreement.java578 * result, a <code>ShortBufferException</code> is thrown.
595 * @exception ShortBufferException if the given output buffer is too small
599 throws IllegalStateException, ShortBufferException
/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DAESWrapCipher.java278 throws ShortBufferException {
323 throws IllegalBlockSizeException, ShortBufferException,
H A DPBECipherCore.java381 * @exception ShortBufferException if the given output buffer is too small
386 throws ShortBufferException {
455 * @exception ShortBufferException if the given output buffer is too small
462 throws ShortBufferException, IllegalBlockSizeException,
H A DCipherTextStealing.java29 import javax.crypto.ShortBufferException;
H A DDESedeWrapCipher.java332 throws ShortBufferException {
376 throws IllegalBlockSizeException, ShortBufferException,
H A DRSACipher.java387 int outOfs) throws ShortBufferException, BadPaddingException,
390 throw new ShortBufferException
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DCipherBox.java278 } catch (ShortBufferException e) {
371 } catch (ShortBufferException e) {
439 } catch (ShortBufferException e) {
526 } catch (ShortBufferException e) {
/openjdk7/jdk/src/windows/classes/sun/security/mscapi/
H A DRSACipher.java326 int outOfs) throws ShortBufferException, BadPaddingException,
329 throw new ShortBufferException
/openjdk7/jdk/test/com/sun/crypto/provider/Cipher/CTS/
H A DCTSMode.java310 } catch (ShortBufferException sbe) {
340 } catch (ShortBufferException sbe) {
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DP11KeyAgreement.java236 offset) throws IllegalStateException, ShortBufferException {
243 throw new ShortBufferException("Need " + secretLen
H A DP11RSACipher.java378 byte[] out, int outOfs) throws ShortBufferException {
395 byte[] out, int outOfs) throws ShortBufferException,
/openjdk7/jdk/test/com/sun/crypto/provider/KeyAgreement/
H A DDHKeyAgreement2.java200 } catch (ShortBufferException e) {

Completed in 61 milliseconds

12