| Package | Description |
|---|---|
| org.kuali.rice.ksb.security |
| Modifier and Type | Class and Description |
|---|---|
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 HttpRequest.
|
class |
ResponseHeaderDigitalSigner
A DigitalSinger which places the alias and digital signature into the response headers of an HttpServletResponse.
|
| Constructor and Description |
|---|
SignatureSigningOutputStream(DigitalSigner signer,
OutputStream wrappedOutputStream,
boolean delayWrite)
Constructs a SignatureSigningOutputStream with the given DigitalSigner and underlying OutputStream.
|
Copyright © 2005–2017 The Kuali Foundation. All rights reserved.