Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Aes 128 ビットでパケットを復号化した結果がこれです。誰かがこれを見たことがありますか?
[ば@766a24
ありがとう !
あなたはSystem.out.println()Javaのように見えますbyte[]。
System.out.println()
byte[]
を使ってみてくださいArrays#toString(byte[])。
Arrays#toString(byte[])