Package | Description |
---|---|
org.opensaml.saml2.binding.encoding |
Classes used to encode SAML 2 messages.
|
org.opensaml.xml.encryption |
XMLObject interfaces and helper classes for representing encrypted content and encrypting/decrypting content.
|
org.opensaml.xml.security |
Interfaces and classes used in representing cryptographic credentials, evaluating the trustworthiness of security of tokens, etc.
|
org.opensaml.xml.security.credential |
Interfaces and classes related to credentials and ways to represent
them.
|
org.opensaml.xml.security.keyinfo |
Interfaces and classes for working with XML KeyInfo elements.
|
org.opensaml.xml.security.x509 |
X509 based credential and trust class.
|
Modifier and Type | Method and Description |
---|---|
protected String |
HTTPPostSimpleSignEncoder.buildKeyInfo(Credential signingCredential,
KeyInfoGenerator kiGenerator)
Build the
KeyInfo from the signing credential. |
Modifier and Type | Method and Description |
---|---|
KeyInfoGenerator |
EncryptionParameters.getKeyInfoGenerator()
Gets the instance which will be used to generate a KeyInfo
object from the encryption credential.
|
Modifier and Type | Method and Description |
---|---|
void |
EncryptionParameters.setKeyInfoGenerator(KeyInfoGenerator newKeyInfoGenerator)
Sets the instance which will be used to generate a KeyInfo
object from the encryption credential.
|
Modifier and Type | Method and Description |
---|---|
static KeyInfoGenerator |
SecurityHelper.getKeyInfoGenerator(Credential credential,
SecurityConfiguration config,
String keyInfoGenName)
Obtains a
KeyInfoGenerator for the specified Credential . |
Modifier and Type | Class and Description |
---|---|
class |
BasicKeyInfoGeneratorFactory.BasicKeyInfoGenerator
An implementation of
KeyInfoGenerator capable of handling the information
contained within a Credential . |
Modifier and Type | Method and Description |
---|---|
KeyInfoGenerator |
BasicKeyInfoGeneratorFactory.newInstance()
Get a new instance of the generator type produced by the factory.
|
Modifier and Type | Class and Description |
---|---|
class |
StaticKeyInfoGenerator
Implementation of
KeyInfoGenerator which always returns static KeyInfo data. |
Modifier and Type | Method and Description |
---|---|
KeyInfoGenerator |
KeyInfoGeneratorFactory.newInstance()
Get a new instance of the generator type produced by the factory.
|
Modifier and Type | Class and Description |
---|---|
class |
X509KeyInfoGeneratorFactory.X509KeyInfoGenerator
An implementation of
KeyInfoGenerator capable of handling the information
contained within a X509Credential . |
Modifier and Type | Method and Description |
---|---|
KeyInfoGenerator |
X509KeyInfoGeneratorFactory.newInstance()
Get a new instance of the generator type produced by the factory.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.