私はAES実装コードからこのコメントを理解しようとしています:
/**
* This program generates a AES key, retrieves its raw bytes, and
* then reinstantiates a AES key from the key bytes.
* The reinstantiated key is used to initialize a AES cipher for
* encryption and decryption.
*/
次の点がわかりません。
- AESキーの生のバイトとはどういう意味ですか?
- キーバイトからAESキーを再インスタンス化するとはどういう意味ですか?