|
XMLTooling-J 1.3.2-redhat-4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KeyInfoGenerator | |
---|---|
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. |
Uses of KeyInfoGenerator in org.opensaml.xml.encryption |
---|
Methods in org.opensaml.xml.encryption that return KeyInfoGenerator | |
---|---|
KeyInfoGenerator |
EncryptionParameters.getKeyInfoGenerator()
Gets the instance which will be used to generate a KeyInfo object from the encryption credential. |
Methods in org.opensaml.xml.encryption with parameters of type KeyInfoGenerator | |
---|---|
void |
EncryptionParameters.setKeyInfoGenerator(KeyInfoGenerator newKeyInfoGenerator)
Sets the instance which will be used to generate a KeyInfo object from the encryption credential. |
Uses of KeyInfoGenerator in org.opensaml.xml.security |
---|
Methods in org.opensaml.xml.security that return KeyInfoGenerator | |
---|---|
static KeyInfoGenerator |
SecurityHelper.getKeyInfoGenerator(Credential credential,
SecurityConfiguration config,
String keyInfoGenName)
Obtains a KeyInfoGenerator for the specified Credential . |
Uses of KeyInfoGenerator in org.opensaml.xml.security.credential |
---|
Classes in org.opensaml.xml.security.credential that implement KeyInfoGenerator | |
---|---|
class |
BasicKeyInfoGeneratorFactory.BasicKeyInfoGenerator
An implementation of KeyInfoGenerator capable of handling the information
contained within a Credential . |
Methods in org.opensaml.xml.security.credential that return KeyInfoGenerator | |
---|---|
KeyInfoGenerator |
BasicKeyInfoGeneratorFactory.newInstance()
Get a new instance of the generator type produced by the factory. |
Uses of KeyInfoGenerator in org.opensaml.xml.security.keyinfo |
---|
Classes in org.opensaml.xml.security.keyinfo that implement KeyInfoGenerator | |
---|---|
class |
StaticKeyInfoGenerator
Implementation of KeyInfoGenerator which always returns static KeyInfo data. |
Methods in org.opensaml.xml.security.keyinfo that return KeyInfoGenerator | |
---|---|
KeyInfoGenerator |
KeyInfoGeneratorFactory.newInstance()
Get a new instance of the generator type produced by the factory. |
Uses of KeyInfoGenerator in org.opensaml.xml.security.x509 |
---|
Classes in org.opensaml.xml.security.x509 that implement KeyInfoGenerator | |
---|---|
class |
X509KeyInfoGeneratorFactory.X509KeyInfoGenerator
An implementation of KeyInfoGenerator capable of handling the information
contained within a X509Credential . |
Methods in org.opensaml.xml.security.x509 that return KeyInfoGenerator | |
---|---|
KeyInfoGenerator |
X509KeyInfoGeneratorFactory.newInstance()
Get a new instance of the generator type produced by the factory. |
|
XMLTooling-J 1.3.2-redhat-4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |