Package | Description |
---|---|
org.opensaml.saml2.binding.encoding |
Classes used to encode SAML 2 messages.
|
org.opensaml.xml |
Base classes for working with XML as Java objects and configuring the library.
|
org.opensaml.xml.security |
Interfaces and classes used in representing cryptographic credentials, evaluating the trustworthiness of security of tokens, etc.
|
Modifier and Type | Method and Description |
---|---|
protected String |
HTTPRedirectDeflateEncoder.getSignatureAlgorithmURI(Credential credential,
SecurityConfiguration config)
Gets the signature algorithm URI to use with the given signing credential.
|
protected String |
HTTPPostSimpleSignEncoder.getSignatureAlgorithmURI(Credential credential,
SecurityConfiguration config)
Gets the signature algorithm URI to use with the given signing credential.
|
Modifier and Type | Method and Description |
---|---|
static SecurityConfiguration |
Configuration.getGlobalSecurityConfiguration()
Get the global security configuration.
|
Modifier and Type | Method and Description |
---|---|
static void |
Configuration.setGlobalSecurityConfiguration(SecurityConfiguration config)
Set the global security configuration.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicSecurityConfiguration
Basic in-memory implementation of
SecurityConfiguration . |
Modifier and Type | Method and Description |
---|---|
static EncryptionParameters |
SecurityHelper.buildDataEncryptionParams(Credential encryptionCredential,
SecurityConfiguration config,
String keyInfoGenName)
Build an instance of
EncryptionParameters suitable for passing to an
Encrypter . |
static KeyEncryptionParameters |
SecurityHelper.buildKeyEncryptionParams(Credential encryptionCredential,
String wrappedKeyAlgorithm,
SecurityConfiguration config,
String keyInfoGenName,
String recipient)
Build an instance of
KeyEncryptionParameters suitable for passing to an
Encrypter . |
static KeyInfoGenerator |
SecurityHelper.getKeyInfoGenerator(Credential credential,
SecurityConfiguration config,
String keyInfoGenName)
Obtains a
KeyInfoGenerator for the specified Credential . |
static void |
SecurityHelper.prepareSignatureParams(Signature signature,
Credential signingCredential,
SecurityConfiguration config,
String keyInfoGenName)
Prepare a
Signature with necessary additional information prior to signing. |
Copyright © 2018 JBoss by Red Hat. All rights reserved.