私は次のコードを持っていますsun.misc.BASE64Encoder
:
BASE64Decoder decoder = new BASE64Decoder();
byte[] saltArray = decoder.decodeBuffer(saltD);
byte[] ciphertextArray = decoder.decodeBuffer(ciphertext);
に変換したいと考えていorg.apache.commons.codec.binary.Base64
ます。API、ドキュメントなどを調べましたが、一致して同じ結果の値を与えると思われるものを見つけることができません。