|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectcom.JRcServer.etc.Asc64
public class Asc64
ASC64情報変換処理群.
ASC64情報変換処理をサポートします.
| メソッドの概要 | |
|---|---|
static java.lang.String |
convertAsc64ByAscii(int[] asc64)
ASC64コード変換 ASC64 -> ASCII. |
static byte[] |
convertAsc64ByEnc(int[] asc64)
対象のASC64コードを暗号化. |
static int[] |
convertAsciiByAsc64(java.lang.String asc)
ASC64コード変換 ASCII -> ASC64. |
static int[] |
convertEncByAsc64(byte[] enc)
対象の暗号化されたASC64コードを元に戻す. |
| クラス java.lang.Object から継承されたメソッド |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| メソッドの詳細 |
|---|
public static final int[] convertAsciiByAsc64(java.lang.String asc)
throws InputException
[0 - 9] : 半角数値. [a - z] : 半角英数小文字 [A - Z] : 半角英数大文字 [ ] : 半角スペース. [_] : 半角アンダーバー.
asc - 変換対象のASCIIコードを設定します.
InputException - 入力例外.
public static final java.lang.String convertAsc64ByAscii(int[] asc64)
throws InputException,
NotEqualInfoException
asc64 - 対象のASC64コードを設定します.
InputException - 入力例外.
NotEqualInfoException - 情報不一致例外.
public static final byte[] convertAsc64ByEnc(int[] asc64)
throws InputException
asc64 - 暗号化対象のASC64コードを設定します.
InputException - 入力例外.
public static final int[] convertEncByAsc64(byte[] enc)
throws InputException
enc - 対象の暗号化されたASC64コードを設定します.
InputException - 入力例外.
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||