org.jasig.cas.util
Class SamlUtils
java.lang.Object
org.jasig.cas.util.SamlUtils
public final class SamlUtils
- extends Object
Utilities adopted from the Google sample code.
- Since:
- 3.1
- Version:
- $Revision: 1.1 $ $Date: 2005/08/19 18:27:17 $
- Author:
- Scott Battaglia
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getCurrentDateAndTime
public static String getCurrentDateAndTime()
getFormattedDateAndTime
public static String getFormattedDateAndTime(Date date)
signSamlResponse
public static String signSamlResponse(String samlResponse,
PrivateKey privateKey,
PublicKey publicKey)
constructDocumentFromXmlString
public static org.jdom.Document constructDocumentFromXmlString(String xmlString)
Copyright © 2004-2013 Jasig. All Rights Reserved.