Authentication
API v8.1 SP2

Uses of Class
com.rsa.ace.techservice.cipher.AgentCipherException

Packages that use AgentCipherException
com.rsa.ace.techservice.cipher   
 

Uses of AgentCipherException in com.rsa.ace.techservice.cipher
 

Subclasses of AgentCipherException in com.rsa.ace.techservice.cipher
 class AgentMACVerificationFailure
          Agent Cipher MAC Verification Exception.
 

Methods in com.rsa.ace.techservice.cipher that throw AgentCipherException
 void AgentCipherTest.cipherRoundTripTest64(AgentCipherProvider cipher, byte[] message, int encryptionStart)
          Agent Cipher 64-bit key Round-Trip Test.
 void AgentCipherTest.cipherTest64(byte[] message, int encryptionStart)
          Agent Cipher 64-bit key Test.
 int AgentRC5SHA1Cipher.decryptPacket(byte[] agentEncryption, int headerOffset, byte[] cleartext)
          Decrypts encrypted data starting at the offset provided.
 int AgentNULLCipher.decryptPacket(byte[] agentEncryption, int headerOffset, byte[] cleartext)
          NULL decryption.
 int AgentDesCsmCipher.decryptPacket(byte[] agentEncryption, int decryptionOffset, byte[] cleartext)
           
 int AgentCipherProvider.decryptPacket(byte[] agentEncryption, int decryptionOffset, byte[] cleartext)
          Decrypts encrypted data starting at the offset provided.
 int AgentRC5SHA1Cipher.encryptPacket(byte[] cleartext, int cleartextLength, int encryptionOffset, byte[] agentEncryption)
          This encrypts the bytes passed starting at the offset provided.
 int AgentNULLCipher.encryptPacket(byte[] cleartext, int cleartextLength, int encryptionOffset, byte[] agentEncryption)
          NULL encryption.
 int AgentDesCsmCipher.encryptPacket(byte[] cleartext, int cleartextLength, int encryptionOffset, byte[] agentEncryption)
           
 int AgentCipherProvider.encryptPacket(byte[] cleartext, int cleartextLength, int encryptionOffset, byte[] agentEncryption)
          This encrypts the bytes passed starting at the offset provided.
 byte[] AgentSHA1MAC.generateMAC(byte[] macInput, int macInputLength)
          Message Authentication Code generator.
static AgentCipherProvider AgentCipherProviderFactoryImpl.getCipherProvider(byte[] agentBuffer, int headerSize, byte[] keyData)
          Cipher provider factory interface for existing packets.
 AgentCipherProvider AgentCipherProviderFactory.getCipherProvider(byte[] agentBuffer, int headerSize, byte[] keyData)
          Cipher provider factory interface for existing packets.
static AgentCipherProvider AgentCipherProviderFactoryImpl.getCipherProvider(byte cipherSuite, byte[] keyData)
          Cipher provider factory interface for new packet construction.
 AgentCipherProvider AgentCipherProviderFactory.getCipherProvider(byte cipherSuite, byte[] keyData)
          Cipher provider factory interface for new packet construction.
 void AgentCipherTest.MACTest(byte[] msgBytes)
          Agent Cipher MAC Test.
 void AbstractAgentCipherProvider.setBufferArray(byte[] sourceData)
          Sets the buffer data to the array provided.
 void AgentSHA1MAC.setHMACKey(byte[] keyData)
          Sets the HMAC key.
 void AgentRC5SHA1Cipher.setIV(byte[] ivData)
          Sets the Initialization Vector (IV).
 void AgentRC5SHA1Cipher.setKey(byte[] keyData)
          Sets the encrpytion key.
 void AgentNULLCipher.setKey(byte[] key)
          Sets the NULL encryption key.
 void AgentDesCsmCipher.setKey(byte[] keyData)
           
 void AgentCipherProvider.setKey(byte[] keyData)
          Sets the key to the byte array provided.
 void AgentCipherTest.testCipher64()
          Agent Cipher 64-bit Test Driver.
 void AgentCipherTest.testMAC()
          Agent MAC Test Driver.
 boolean AgentSHA1MAC.verifyMAC(byte[] inputToVerify, int inputLength, byte[] macToVerify, int macStartingByte, int macBytesToCompare)
          Message Authentication Code verifier.
 

Constructors in com.rsa.ace.techservice.cipher that throw AgentCipherException
AbstractAgentCipherProvider()
          Constructor.
AgentDesCsmCipher(byte[] keyData)
           
 


Authentication
API v8.1 SP2

Copyright © 1999 - 2011 EMC Corporation. All Rights Reserved.