Package | Description |
---|---|
com.iijgio.dag.auth |
IIJ GIOストレージ&アナリシスサービス SDKの認証に関したクラスを含みます。
|
Modifier and Type | Method and Description |
---|---|
static SigningAlgorithm |
SigningAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SigningAlgorithm[] |
SigningAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected byte[] |
AbstractIIJGIOSigner.sign(byte[] data,
byte[] key,
SigningAlgorithm algorithm) |
byte[] |
AbstractIIJGIOSigner.sign(String stringData,
byte[] key,
SigningAlgorithm algorithm)
バイト配列に対してRFC 2104準拠のHMACシグニチャを計算します。
|
protected String |
AbstractIIJGIOSigner.signAndBase64Encode(byte[] data,
String key,
SigningAlgorithm algorithm)
バイト配列に対してRFC 2104準拠HMACシグニチャを計算し、BASE64エンコード文字列として結果を返します。
|
protected String |
AbstractIIJGIOSigner.signAndBase64Encode(String data,
String key,
SigningAlgorithm algorithm)
RFC 2104準拠HMACシグニチャを計算し、BASE64エンコード文字列として結果を返します。
|
Copyright © 2018. All rights reserved.