com.sun.identity.saml.common
クラス HexToBase64

java.lang.Object
  上位を拡張 com.sun.identity.saml.common.HexToBase64

public class HexToBase64
extends Object

This class HexToBase64 is used to convert Hex encoded SAML source ID to Base64 encoded ID.


コンストラクタの概要
HexToBase64()
           
 
メソッドの概要
static void main(String[] args)
          Returns Base64 encoded source ID based on the input Hex source ID.
 

コンストラクタの詳細

HexToBase64

public HexToBase64()
メソッドの詳細

main

public static void main(String[] args)
Returns Base64 encoded source ID based on the input Hex source ID.
Usage: java com.sun.identity.saml.common.HexToBase64 <Hex_encoded_id>
This method will print out Base64 encoded source ID to the standard output.

パラメータ:
args - Hex encoded source ID.