public class ZimbraPreauthSecretKey extends Object implements SecretKey
このクラスは、コンストラクタで指定される共有キー(Zimbra preAuthKey)を使用して、Zimbra Preauth で利用するメッセージ認証コードの生成をサポートします。
Zimbra preauth で使用されるメッセージ認証コードは、以下の形式で生成されます。
コード化形式 | 共有キー(Zimbra preAuthKey)のバイト配列 |
---|---|
アルゴリズム | HmacSHA1 |
フォーマット | RAW |
コンストラクタと説明 |
---|
ZimbraPreauthSecretKey(String preauthKey)
指定された共有キー(Zimbra preAuthKey)から、新しいインスタンスを生成します。
|
修飾子とタイプ | メソッドと説明 |
---|---|
String |
getAlgorithm() |
byte[] |
getEncoded() |
String |
getFormat() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
destroy, isDestroyed
public ZimbraPreauthSecretKey(String preauthKey)
preauthKey
- 共有キー(Zimbra preAuthKey)public String getAlgorithm()
getAlgorithm
インタフェース内 Key
public byte[] getEncoded()
getEncoded
インタフェース内 Key
Copyright © 2013 NTT DATA INTRAMART CORPORATION