クラス EncodingUtils

java.lang.ObjectSE
org.springframework.security.crypto.util.EncodingUtils

public final class EncodingUtils extends ObjectSE
データをエンコードするための静的ヘルパー。

内部使用のみ。

  • メソッドのサマリー

    修飾子と型
    メソッド
    説明
    static byte[]
    concatenate(byte[]... arrays)
    個々のバイト配列を 1 つの配列に結合します。
    static byte[]
    subArray(byte[] array, int beginIndex, int endIndex)
    バイト配列からバイトのサブ配列を抽出します。

    クラス java.lang.ObjectSE から継承されたメソッド

    clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSE
  • メソッドの詳細

    • concatenate

      public static byte[] concatenate(byte[]... arrays)
      個々のバイト配列を 1 つの配列に結合します。
    • subArray

      public static byte[] subArray(byte[] array, int beginIndex, int endIndex)
      バイト配列からバイトのサブ配列を抽出します。
      パラメーター:
      array - 抽出するバイト配列
      beginIndex - サブ配列の開始インデックス(両端を含む)
      endIndex - サブ配列の終了インデックス、排他的