/** * @brief Gets a cipher data.<br> * This method returns a cipher data when signed in successfully. * * @return Cipher data. * @see Cipher */ public Cipher GetCipherData(CipherType cipherType) { Log.Debug("[Session] GetCipherData cipherType:" + cipherType); return(SessionImpl.GetCipherData(cipherType)); }