| javax.crypto.CipherSpiTest
CipherSpiTest | public class CipherSpiTest extends TestCase (Code) | | Tests for CipherSpi class constructors and methods.
|
CipherSpiTest | public CipherSpiTest(String arg0)(Code) | | Constructor for CipherSpiTests.
Parameters: arg0 - |
testCipherSpi02 | public void testCipherSpi02() throws Exception(Code) | | Test for engineGetKeySize(Key) method
Assertion: It throws UnsupportedOperationException if it is not overridden
|
testCipherSpi03 | public void testCipherSpi03() throws Exception(Code) | | Test for engineWrap(Key) method
Assertion: It throws UnsupportedOperationException if it is not overridden
|
testCipherSpi04 | public void testCipherSpi04() throws Exception(Code) | | Test for engineUnwrap(byte[], String, int) method
Assertion: It throws UnsupportedOperationException if it is not overridden
|
testCipherSpi05 | public void testCipherSpi05() throws ShortBufferException(Code) | | Test for engineUpdate(ByteBuffer, ByteBuffer) method
Assertions:
throws NullPointerException if one of these buffers is null;
throws ShortBufferException is there is no space in output to hold result
|
|
|