encode without padding String encoded = Base64.getEncoder().withoutPadding().encodeToString(someByteArray);
確定! 回上一頁