public class SealedObjectTest
extends TestCase
Constructor and Description |
---|
SealedObjectTest() |
Modifier and Type | Method and Description |
---|---|
void |
testDeserialization() |
void |
testGetAlgorithm()
getAlgorithm() method testing.
|
void |
testGetObject1()
getObject(Key key) method testing.
|
void |
testGetObject2()
getObject(Cipher c) method testing.
|
void |
testGetObject3()
getObject(Key key, String provider) method testing.
|
void |
testReadObject()
readObject(ObjectInputStream s) method testing.
|
void |
testSealedObject1()
SealedObject(Serializable object, Cipher c) method testing.
|
void |
testSealedObject2()
SealedObject(SealedObject so) method testing.
|
public void testReadObject() throws Exception
Exception
public void testSealedObject1() throws Exception
Exception
public void testSealedObject2() throws Exception
Exception
public void testGetAlgorithm() throws Exception
Exception
public void testGetObject1() throws Exception
Exception
public void testGetObject2() throws Exception
Exception
public void testGetObject3() throws Exception
Exception