com.sun.identity.saml.common
Class SAMLUtils

java.lang.Object
  extended bycom.sun.identity.saml.common.SAMLUtilsCommon
      extended bycom.sun.identity.saml.common.SAMLUtils

public class SAMLUtils
extends com.sun.identity.saml.common.SAMLUtilsCommon

This class contain some convenient methods, such as getDecodedSourceIDString.


Field Summary
 
Fields inherited from class com.sun.identity.saml.common.SAMLUtilsCommon
bundle, debug, random, SAMLID_PREFIX, sc
 
Method Summary
static java.lang.String getDecodedSourceIDString(java.lang.String encodedID)
          Decodes the Base64 encoded sourceid and returns a String of the raw-byte source id.
 
Methods inherited from class com.sun.identity.saml.common.SAMLUtilsCommon
byteArrayToHexString, checkStatement, generateAssertionID, generateID, makeEndElementTagXML, makeStartElementTagXML, setDebugInstance, setResourceBundle
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDecodedSourceIDString

public static java.lang.String getDecodedSourceIDString(java.lang.String encodedID)
Decodes the Base64 encoded sourceid and returns a String of the raw-byte source id.

Parameters:
encodedID - A String representing the Base64 encoded source id.
Returns:
A String representing the raw byte source id.


Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.