PicketLink Federation Core 2.1.6.Final-redhat-2

Uses of Class
org.picketlink.identity.federation.core.interfaces.TrustKeyProcessingException

Packages that use TrustKeyProcessingException
org.picketlink.identity.federation   
org.picketlink.identity.federation.core.impl   
org.picketlink.identity.federation.core.interfaces   
org.picketlink.identity.federation.web.process   
 

Uses of TrustKeyProcessingException in org.picketlink.identity.federation
 

Methods in org.picketlink.identity.federation that return TrustKeyProcessingException
 TrustKeyProcessingException PicketLinkLogger.keyStoreProcessingError(Throwable t)
          Creates a TrustKeyConfigurationException for exceptions raised during the KeyStore processing.
 TrustKeyProcessingException DefaultPicketLinkLogger.keyStoreProcessingError(Throwable t)
           
 

Uses of TrustKeyProcessingException in org.picketlink.identity.federation.core.impl
 

Methods in org.picketlink.identity.federation.core.impl that throw TrustKeyProcessingException
 Certificate KeyStoreKeyManager.getCertificate(String alias)
           
 SecretKey KeyStoreKeyManager.getEncryptionKey(String domain, String encryptionAlgorithm, int keyLength)
           
 PublicKey KeyStoreKeyManager.getPublicKey(String alias)
           
 PrivateKey KeyStoreKeyManager.getSigningKey()
           
 KeyPair KeyStoreKeyManager.getSigningKeyPair()
           
 PublicKey KeyStoreKeyManager.getValidatingKey(String domain)
          Get the validating public key Note:: The domain is mapped to an alias in the keystore
 void KeyStoreKeyManager.setAuthProperties(List<AuthPropertyType> authList)
           
 void KeyStoreKeyManager.setValidatingAlias(List<KeyValueType> aliases)
           
 

Uses of TrustKeyProcessingException in org.picketlink.identity.federation.core.interfaces
 

Methods in org.picketlink.identity.federation.core.interfaces that throw TrustKeyProcessingException
 Certificate TrustKeyManager.getCertificate(String alias)
          Get the certificate given an alias
 SecretKey TrustKeyManager.getEncryptionKey(String domain, String encryptionAlgorithm, int keyLength)
          Given a domain, obtain a secret key
 PublicKey TrustKeyManager.getPublicKey(String alias)
          Get a Public Key given an alias
 PrivateKey TrustKeyManager.getSigningKey()
          Get the Signing Key
 KeyPair TrustKeyManager.getSigningKeyPair()
           Constructs a KeyPair instance containing the signing key (PrivateKey) and associated PublicKey.
 PublicKey TrustKeyManager.getValidatingKey(String domain)
          Get the Validating Public Key of the domain
 void TrustKeyManager.setAuthProperties(List<AuthPropertyType> authList)
          Provide a set of properties used for authentication into the storage of keys - keystore, ldap, db, HSM etc
 void TrustKeyManager.setValidatingAlias(List<KeyValueType> aliases)
          Set a list of (domain,alias) tuple to trust domains The alias is a string that represents the validating key stored for a domain
 

Uses of TrustKeyProcessingException in org.picketlink.identity.federation.web.process
 

Methods in org.picketlink.identity.federation.web.process that throw TrustKeyProcessingException
protected  PublicKey ServiceProviderBaseProcessor.getIDPPublicKey()
           Returns the PublicKey to be used to verify signatures for SAML tokens issued by the IDP.
protected  void ServiceProviderBaseProcessor.setRequestOptions(SAML2HandlerRequest saml2HandlerRequest)
           
 


PicketLink Federation Core 2.1.6.Final-redhat-2

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.