Uses of Class
com.randomcoder.crypto.CertificateContext

Packages that use CertificateContext
com.randomcoder.security.cardspace CardSpace authentication classes. 
com.randomcoder.user User-management classes. 
 

Uses of CertificateContext in com.randomcoder.security.cardspace
 

Methods in com.randomcoder.security.cardspace with parameters of type CertificateContext
 void CardSpaceProcessingFilter.setCertificateContext(CertificateContext certificateContext)
          Sets the certificate context to retrieve private keys and certificates from.
 

Uses of CertificateContext in com.randomcoder.user
 

Methods in com.randomcoder.user with parameters of type CertificateContext
 void UserProfileController.setCertificateContext(CertificateContext certificateContext)
          Sets the certificate context used to lookup private keys.
 void AccountCreateController.setCertificateContext(CertificateContext certificateContext)
          Sets the certificate context used to lookup private keys.
 

Constructors in com.randomcoder.user with parameters of type CertificateContext
CardSpaceCredentialsPropertyEditor(CertificateContext certificateContext)
           
 



Copyright © 2006-2010 Craig Condit. All Rights Reserved.