|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.jenkinsci.plugins.karotz.KarotzUtil
public final class KarotzUtil
Utilitiy methods for Karotz.
| メソッドの概要 | |
|---|---|
static String |
buildQuery(Map<String,String> params)
Builds query string. |
static String |
doHmacSha1(String secretKey,
String data)
Creates HmacSha1. |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| メソッドの詳細 |
|---|
public static String doHmacSha1(String secretKey,
String data)
throws KarotzException
secretKey - SecretKeydata - target data
KarotzException - Illegal encoding.public static String buildQuery(Map<String,String> params)
params - key and value pairs.
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||