Uses of Interface
org.kuali.rice.ksb.security.DigitalSigner

Packages that use DigitalSigner
org.kuali.rice.ksb.security   
 

Uses of DigitalSigner in org.kuali.rice.ksb.security
 

Classes in org.kuali.rice.ksb.security that implement DigitalSigner
 class AbstractDigitalSigner
          An abstract implementation of a DigitalSigner which provides convienance utilities for storing a reference to the Signature and also generating and encoding the actual digital signature.
 class HttpClientHeaderDigitalSigner
          A DigitalSigner implementation which places the alias and digital signature into the request headers of the commons HttpClient's HttpMethod.
 class ResponseHeaderDigitalSigner
          A DigitalSinger which places the alias and digital signature into the response headers of an HttpServletResponse.
 

Constructors in org.kuali.rice.ksb.security with parameters of type DigitalSigner
SignatureSigningOutputStream(DigitalSigner signer, OutputStream wrappedOutputStream, boolean delayWrite)
          Constructs a SignatureSigningOutputStream with the given DigitalSigner and underlying OutputStream.
 



Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.