|
Authentication API v8.1 SP2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.rsa.ace.techservice.cipher.AgentCipherTest
public class AgentCipherTest
Agent Cipher Unit Test.
| Method Summary | |
|---|---|
void |
cipherRoundTripTest64(AgentCipherProvider cipher,
byte[] message,
int encryptionStart)
Agent Cipher 64-bit key Round-Trip Test. |
void |
cipherTest64(byte[] message,
int encryptionStart)
Agent Cipher 64-bit key Test. |
void |
MACTest(byte[] msgBytes)
Agent Cipher MAC Test. |
static void |
main(java.lang.String[] args)
Agent Cipher Unit Test Main. |
void |
testCipher64()
Agent Cipher 64-bit Test Driver. |
void |
testMAC()
Agent MAC Test Driver. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void cipherTest64(byte[] message,
int encryptionStart)
throws AgentCipherException
AgentCipherException
public void cipherRoundTripTest64(AgentCipherProvider cipher,
byte[] message,
int encryptionStart)
throws AgentCipherException
message - The test message.encryptionStart - The offset at which the message should start to be
encrypted.
AgentCipherException - For any number of reasons.
public void testCipher64()
throws AgentCipherException
AgentCipherException
public void MACTest(byte[] msgBytes)
throws AgentCipherException
msgBytes - The test message to be MACed and verified.
AgentCipherException
public void testMAC()
throws AgentCipherException
AgentCipherExceptionpublic static void main(java.lang.String[] args)
args - Test command line arguments. Currently none are defined.
|
Authentication API v8.1 SP2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||