Operation byte[] encryptWithSessionKey (byte[] p_data, byte[] p_sessionKey), in Class MessageCryptography

Documentation
Encrypts a message using a session key.
From this (CB + DB) -> (CB + ESK + EDB).
@param p_data the data to encrypt.
@param p_sessionKey the session key.
@return a byte [] contianing the encrypted data (CB + ESK + EDB).


Protocol Qualification 
Exceptions Size 
Time ConcurrencySequential
Export ControlPublicAccess  


Preconditions


Postconditions


Semantics



Property Settings

Java
GenerateFullyQualifiedReturnFalseGenerateFullyQualifiedThrows 
AbstractFalseStaticTrue
FinalFalseNativeFalse
SynchronizedTrueStrictfpFalse
GenerateFullyQualifiedArgument ReplaceExistingCodeTrue