| Package | Description |
|---|---|
| net.shibboleth.utilities.java.support.component |
Set of interfaces used to describe basic features of "components" or "modules" within a larger system.
|
| net.shibboleth.utilities.java.support.net |
Classes for working with HTTP URLs and the protocol.
|
| net.shibboleth.utilities.java.support.security |
Helpers for common security related tasks.
|
| Modifier and Type | Field and Description |
|---|---|
private String |
AbstractIdentifiedInitializableComponent.id
The unique identifier for this component.
|
| Modifier and Type | Method and Description |
|---|---|
String |
AbstractIdentifiedInitializableComponent.getId()
Get the ID of this component.
|
| Modifier and Type | Field and Description |
|---|---|
private HttpServletRequest |
CookieManager.httpRequest
Servlet request to read from.
|
private HttpServletResponse |
CookieManager.httpResponse
Servlet response to write to.
|
| Modifier and Type | Field and Description |
|---|---|
private SecretKey |
DataSealer.cipherKey
Default key used for encryption.
|
private String |
DataSealer.cipherKeyAlias
Keystore alias for the default encryption key.
|
private String |
DataSealer.cipherKeyPassword
Password for encryption key(s).
|
private String |
DataSealer.keystorePassword
Password for keystore.
|
private Resource |
DataSealer.keystoreResource
Keystore resource.
|
private String |
DataSealer.keystoreType
Type of keystore to use for access to keys.
|
private SecureRandom |
DataSealer.random
Source of secure random data.
|
| Modifier and Type | Method and Description |
|---|---|
SecretKey |
DataSealer.getCipherKey()
Returns the encryption key.
|
String |
DataSealer.getCipherKeyAlias()
Returns the encryption key alias.
|
String |
DataSealer.getCipherKeyPassword()
Returns the encryption key password.
|
String |
DataSealer.getKeystorePassword()
Returns the keystore password.
|
Resource |
DataSealer.getKeystoreResource()
Returns the keystore resource.
|
String |
DataSealer.getKeystoreType()
Returns the keystore type.
|
SecureRandom |
DataSealer.getRandom()
Returns the pseudorandom generator.
|
Copyright © 1999–2014. All rights reserved.