org.eclipse.higgins.icard.provider.cardspace.common.utils
Class PPIDHelper

java.lang.Object
  extended byorg.eclipse.higgins.icard.provider.cardspace.common.utils.PPIDHelper

public class PPIDHelper
extends Object


Constructor Summary
PPIDHelper()
           
 
Method Summary
static byte[] computeClaimValuePPID(org.eclipse.higgins.icard.IInformationCard informationCard, X509Certificate rp)
           
static String getUserFriendlyPPID(byte[] ppid)
           
static String getUserFriendlyPPID(String ppid)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PPIDHelper

public PPIDHelper()
Method Detail

computeClaimValuePPID

public static byte[] computeClaimValuePPID(org.eclipse.higgins.icard.IInformationCard informationCard,
                                           X509Certificate rp)
                                    throws Exception
Throws:
Exception

getUserFriendlyPPID

public static String getUserFriendlyPPID(byte[] ppid)
                                  throws NoSuchAlgorithmException
Throws:
NoSuchAlgorithmException

getUserFriendlyPPID

public static String getUserFriendlyPPID(String ppid)
                                  throws Exception
Throws:
Exception