Uses of Interface
org.kuali.rice.ksb.security.DigitalSigner
Packages that use DigitalSigner
-
Uses of DigitalSigner in org.kuali.rice.ksb.security
Classes in org.kuali.rice.ksb.security that implement DigitalSignerModifier and TypeClassDescriptionclassAn 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.classA DigitalSigner implementation which places the alias and digital signature into the request headers of the commons HttpClient's HttpRequest.classA 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 DigitalSignerModifierConstructorDescriptionSignatureSigningOutputStream(DigitalSigner signer, OutputStream wrappedOutputStream, boolean delayWrite) Constructs a SignatureSigningOutputStream with the given DigitalSigner and underlying OutputStream.