org.jboss.seam.security.external.saml
Class SamlSigningKey

java.lang.Object
  extended by org.jboss.seam.security.external.saml.SamlSigningKey

public class SamlSigningKey
extends Object

Author:
Marcel Kolsteren

Constructor Summary
SamlSigningKey(String keyStoreUrl, String keyStorePass, String signingKeyAlias, String signingKeyPass)
           
 
Method Summary
 X509Certificate getCertificate()
           
 PrivateKey getPrivateKey()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SamlSigningKey

public SamlSigningKey(String keyStoreUrl,
                      String keyStorePass,
                      String signingKeyAlias,
                      String signingKeyPass)
Method Detail

getPrivateKey

public PrivateKey getPrivateKey()

getCertificate

public X509Certificate getCertificate()


Copyright © 2011 Seam Framework. All Rights Reserved.