Package | Description |
---|---|
org.apache.ws.security.saml.ext.builder | |
org.opensaml.saml1.core |
Interfaces for SAML 1.0 and 1.1 types and elements.
|
org.opensaml.saml1.core.impl |
Implementations of SAML 1.0 and 1.1 types and elements interfaces.
|
org.opensaml.saml2.metadata |
Interfaces for SAML 2.0 metadata specification types and elements.
|
org.opensaml.saml2.metadata.impl |
Implementations of the SAML 2.0 metadata specification types and elements.
|
org.opensaml.xml.encryption |
XMLObject interfaces and helper classes for representing encrypted content and encrypting/decrypting content.
|
org.opensaml.xml.encryption.impl |
Implementations of the interfaces for XMLObjects that represent XML encryption types.
|
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.
|
org.opensaml.xml.signature |
XMLObject interfaces and helper classes for representing digitally signed content and signing/validating content.
|
org.opensaml.xml.signature.impl |
Implementations of the interfaces for XMLObjects that represent XML signature types.
|
Modifier and Type | Method and Description |
---|---|
static KeyInfo |
SAML1ComponentBuilder.createKeyInfo(KeyInfoBean keyInfo)
Create an Opensaml KeyInfo object from the parameters
|
Modifier and Type | Method and Description |
---|---|
KeyInfo |
SubjectConfirmation.getKeyInfo()
Gets the key information for the subject.
|
Modifier and Type | Method and Description |
---|---|
void |
SubjectConfirmation.setKeyInfo(KeyInfo keyInfo)
Sets the key information for the subject.
|
Modifier and Type | Method and Description |
---|---|
KeyInfo |
SubjectConfirmationImpl.getKeyInfo()
Gets the key information for the subject.
|
Modifier and Type | Method and Description |
---|---|
void |
SubjectConfirmationImpl.setKeyInfo(KeyInfo keyInfo)
Sets the key information for the subject.
|
Modifier and Type | Method and Description |
---|---|
KeyInfo |
KeyDescriptor.getKeyInfo()
Gets information about the key, including the key itself.
|
Modifier and Type | Method and Description |
---|---|
void |
KeyDescriptor.setKeyInfo(KeyInfo newKeyInfo)
Sets information about the key, including the key itself.
|
Modifier and Type | Method and Description |
---|---|
KeyInfo |
KeyDescriptorImpl.getKeyInfo()
Gets information about the key, including the key itself.
|
Modifier and Type | Method and Description |
---|---|
void |
KeyDescriptorImpl.setKeyInfo(KeyInfo newKeyInfo)
Sets information about the key, including the key itself.
|
Modifier and Type | Method and Description |
---|---|
KeyInfo |
EncryptedType.getKeyInfo()
Gets the KeyInfo child element.
|
Modifier and Type | Method and Description |
---|---|
void |
EncryptedType.setKeyInfo(KeyInfo newKeyInfo)
Sets the KeyInfo child element.
|
Modifier and Type | Method and Description |
---|---|
KeyInfo |
EncryptedTypeImpl.getKeyInfo()
Gets the KeyInfo child element.
|
Modifier and Type | Method and Description |
---|---|
void |
EncryptedTypeImpl.setKeyInfo(KeyInfo newKeyInfo)
Sets the KeyInfo child element.
|
Modifier and Type | Method and Description |
---|---|
KeyInfo |
BasicKeyInfoGeneratorFactory.BasicKeyInfoGenerator.generate(Credential credential)
Generate a new KeyInfo object based on keying material and other information within a credential.
|
Modifier and Type | Method and Description |
---|---|
protected void |
BasicKeyInfoGeneratorFactory.BasicKeyInfoGenerator.processEntityID(KeyInfo keyInfo,
Credential credential)
Process the value of
Credential.getEntityId() . |
protected void |
BasicKeyInfoGeneratorFactory.BasicKeyInfoGenerator.processKeyNames(KeyInfo keyInfo,
Credential credential)
Process the values of
Credential.getKeyNames() . |
protected void |
BasicKeyInfoGeneratorFactory.BasicKeyInfoGenerator.processPublicKey(KeyInfo keyInfo,
Credential credential)
Process the value of
Credential.getPublicKey() . |
Modifier and Type | Method and Description |
---|---|
KeyInfo |
StaticKeyInfoGenerator.generate(Credential credential)
Generate a new KeyInfo object based on keying material and other information within a credential.
|
KeyInfo |
KeyInfoGenerator.generate(Credential credential)
Generate a new KeyInfo object based on keying material and other information within a credential.
|
KeyInfo |
StaticKeyInfoGenerator.getKeyInfo()
Get the static KeyInfo object held by this generator.
|
KeyInfo |
KeyInfoResolutionContext.getKeyInfo()
Gets the KeyInfo being processed.
|
KeyInfo |
KeyInfoCriteria.getKeyInfo()
Gets the KeyInfo which is the source of credential criteria.
|
KeyInfo |
KeyInfoCredentialContext.getKeyInfo()
Get the KeyInfo context from which the credential was derived.
|
Modifier and Type | Method and Description |
---|---|
static void |
KeyInfoHelper.addCertificate(KeyInfo keyInfo,
X509Certificate cert)
Converts a native Java
X509Certificate into the corresponding
XMLObject and stores it in a KeyInfo in the first X509Data element. |
static void |
KeyInfoHelper.addCRL(KeyInfo keyInfo,
X509CRL crl)
|
static void |
KeyInfoHelper.addKeyName(KeyInfo keyInfo,
String keyNameValue)
Add a new
KeyName value to a KeyInfo. |
static void |
KeyInfoHelper.addPublicKey(KeyInfo keyInfo,
PublicKey pk)
|
static List<X509Certificate> |
KeyInfoHelper.getCertificates(KeyInfo keyInfo)
Get a list of the Java
X509Certificate within the given KeyInfo. |
static List<X509CRL> |
KeyInfoHelper.getCRLs(KeyInfo keyInfo)
|
static List<String> |
KeyInfoHelper.getKeyNames(KeyInfo keyInfo)
Get the set of key names inside the specified
KeyInfo as a list of strings. |
static List<PublicKey> |
KeyInfoHelper.getPublicKeys(KeyInfo keyInfo)
|
protected void |
BasicProviderKeyInfoCredentialResolver.initResolutionContext(KeyInfoResolutionContext kiContext,
KeyInfo keyInfo,
CriteriaSet criteriaSet)
Initialize the resolution context that will be used by the providers.
|
void |
StaticKeyInfoGenerator.setKeyInfo(KeyInfo newKeyInfo)
Set the static KeyInfo object held by this generator.
|
void |
KeyInfoResolutionContext.setKeyInfo(KeyInfo newKeyInfo)
Sets the KeyInfo being processed.
|
void |
KeyInfoCriteria.setKeyInfo(KeyInfo newKeyInfo)
Sets the KeyInfo which is the source of credential criteria.
|
Constructor and Description |
---|
KeyInfoCredentialContext(KeyInfo ki)
Constructor.
|
KeyInfoCriteria(KeyInfo newKeyInfo)
Constructor.
|
StaticKeyInfoGenerator(KeyInfo newKeyInfo)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
KeyInfo |
X509KeyInfoGeneratorFactory.X509KeyInfoGenerator.generate(Credential credential)
Generate a new KeyInfo object based on keying material and other information within a credential.
|
Modifier and Type | Method and Description |
---|---|
protected void |
X509KeyInfoGeneratorFactory.X509KeyInfoGenerator.processCertKeyNameOptions(KeyInfo keyInfo,
X509Certificate cert)
Process the options related to generation of KeyName elements based on certificate data.
|
protected void |
X509KeyInfoGeneratorFactory.X509KeyInfoGenerator.processCRLs(KeyInfo keyInfo,
X509Data x509Data,
X509Credential credential)
Process the value of
X509Credential.getCRLs() . |
protected void |
X509KeyInfoGeneratorFactory.X509KeyInfoGenerator.processEntityCertificate(KeyInfo keyInfo,
X509Data x509Data,
X509Credential credential)
Process the value of
X509Credential.getEntityCertificate() . |
protected void |
X509KeyInfoGeneratorFactory.X509KeyInfoGenerator.processEntityCertificateChain(KeyInfo keyInfo,
X509Data x509Data,
X509Credential credential)
Process the value of
X509Credential.getEntityCertificateChain() . |
protected void |
X509KeyInfoGeneratorFactory.X509KeyInfoGenerator.processSubjectAltNameKeyNames(KeyInfo keyInfo,
X509Certificate cert)
Process the options related to generation of KeyName elements based on subject
alternative name information within the certificate data.
|
protected void |
X509KeyInfoGeneratorFactory.X509KeyInfoGenerator.processSubjectCNKeyName(KeyInfo keyInfo,
X509Certificate cert)
Process the options related to generation of KeyName elements based on the
the common name field(s) of the certificate's subject DN.
|
protected void |
X509KeyInfoGeneratorFactory.X509KeyInfoGenerator.processSubjectDNKeyName(KeyInfo keyInfo,
X509Certificate cert)
Process the options related to generation of KeyName elements based on the certificate's
subject DN value.
|
Modifier and Type | Method and Description |
---|---|
KeyInfo |
Signature.getKeyInfo()
Gets the key info added to this signature.
|
Modifier and Type | Method and Description |
---|---|
void |
Signature.setKeyInfo(KeyInfo newKeyInfo)
Sets the key info added to this signature.
|
Modifier and Type | Class and Description |
---|---|
class |
KeyInfoImpl
Concrete implementation of
KeyInfo |
Modifier and Type | Method and Description |
---|---|
KeyInfo |
KeyInfoBuilder.buildObject()
Builds an XMLObject using the default name and namespace information provided XML Signature specifications.
|
KeyInfo |
KeyInfoBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
KeyInfo |
SignatureImpl.getKeyInfo()
Gets the key info added to this signature.
|
Modifier and Type | Method and Description |
---|---|
void |
SignatureImpl.setKeyInfo(KeyInfo newKeyInfo)
Sets the key info added to this signature.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.