Uses of Class
org.eclipse.higgins.sts.informationcardgenerator.InfoCardException

Uses of InfoCardException in org.eclipse.higgins.sts.informationcardgenerator
 

Methods in org.eclipse.higgins.sts.informationcardgenerator that throw InfoCardException
static void InfoCard.createInfoCard(String strSignerKeystoreType, String strSignerKeystoreFile, String strSignerKeystorePassword, String strSignerCertificateAlias, String strSignerKeyAlias, String strSignerKeyPassword, String strMEXKeystoreType, String strMEXKeystoreFile, String strMEXKeystorePassword, String strMEXCertificateAlias, String strCardId, String strCardVersion, String strCardName, String strCardExpiration, String strCardImageFileName, String strIssuerURI, String strSTSEndpointReference, String strMEXEndpointReference, String strUsername, String[] strClaims, String strCardFileName)
          Desc:
 void InfoCard.addTokenServiceRef(String stsURI, String mexURI, Element elemUserCredential)
          Desc:
 void InfoCard.setCardImage(String strImageFileName)
          Desc:
 void InfoCard.setCardImage(Image image)
          Desc:
 void InfoCard.setCardImage(String strBase64EncodedImage, String strMimeType)
          Desc:
 String InfoCard.toXML()
          Desc:
 Element InfoCard.reparseElement(Element domElement)
          Desc:
 Element InfoCard.toDOM(String strElement)
          Desc:
 void InfoCard.toFile(String strFileName)
          Desc:
 KeyStore InfoCard.loadKeyStore(String strStoreType, String strFile, String strPassword)
          Desc:
 void InfoCard.validateCard()
          Desc:
 

Constructors in org.eclipse.higgins.sts.informationcardgenerator that throw InfoCardException
InfoCard(PrivateKey privateKeySigner, X509Certificate certificateSigner, X509Certificate certificateMEX)
          Desc:
InfoCard(String strSignerKeystoreType, String strSignerKeystoreFile, String strSignerKeystorePassword, String strSignerCertificateAlias, String strSignerKeyAlias, String strSignerKeyPassword, String strMEXKeystoreType, String strMEXKeystoreFile, String strMEXKeystorePassword, String strMEXCertificateAlias)
          Desc: