Package | Description |
---|---|
org.opensaml.xmlsec |
Configuration and support classes for security.
|
org.opensaml.xmlsec.keyinfo |
Classes in support of processing XML Signature KeyInfo material.
|
Modifier and Type | Method and Description |
---|---|
NamedKeyInfoGeneratorManager |
EncryptionConfiguration.getDataKeyInfoGeneratorManager()
Get the KeyInfoGenerator manager to use when generating the EncryptedData/KeyInfo.
|
NamedKeyInfoGeneratorManager |
SignatureSigningConfiguration.getKeyInfoGeneratorManager()
Get the manager for named KeyInfoGenerator instances.
|
NamedKeyInfoGeneratorManager |
EncryptionConfiguration.getKeyTransportKeyInfoGeneratorManager()
Get the KeyInfoGenerator manager to use when generating the EncryptedKey/KeyInfo.
|
Modifier and Type | Method and Description |
---|---|
static KeyInfoGenerator |
KeyInfoSupport.getKeyInfoGenerator(Credential credential,
NamedKeyInfoGeneratorManager manager,
String keyInfoProfileName)
Obtains a
KeyInfoGenerator for the specified Credential . |
Copyright © 1999–2015 JBoss by Red Hat. All rights reserved.