Package | Description |
---|---|
org.opensaml.saml.ext.samlec |
Interfaces for SAML-EC GSS-API Mechanism.
|
org.opensaml.saml.ext.samlec.impl |
Implementation for SAML-EC GSS-API schema content.
|
org.opensaml.saml.saml1.core |
Interfaces for SAML 1.0 and 1.1 types and elements.
|
org.opensaml.saml.saml1.core.impl |
Implementations of SAML 1.x core specification types and elements.
|
org.opensaml.saml.saml2.metadata |
Concrete definitions of the objects described in saml-metadata-2.0-os work.
|
org.opensaml.saml.saml2.metadata.impl |
Concrete implementations of the metadata APIs.
|
org.opensaml.xmlsec.encryption |
XMLObject interfaces and helper classes for representing encrypted content and encrypting/decrypting content.
|
org.opensaml.xmlsec.encryption.impl |
Implementations of the interfaces for XMLObjects that represent XML encryption types.
|
org.opensaml.xmlsec.encryption.support |
Functional support for XML Encryption.
|
org.opensaml.xmlsec.keyinfo |
Classes in support of processing XML Signature KeyInfo material.
|
org.opensaml.xmlsec.keyinfo.impl |
Interfaces and classes for working with XML KeyInfo elements.
|
org.opensaml.xmlsec.signature |
XMLObject interfaces and helper classes for representing digitally signed content and signing/validating content.
|
org.opensaml.xmlsec.signature.impl |
Implementations of the interfaces for XMLObjects that represent XML signature types.
|
Modifier and Type | Method and Description |
---|---|
KeyInfo |
SessionKey.getKeyInfo()
Get the KeyInfo object that describes the session key.
|
Modifier and Type | Method and Description |
---|---|
void |
SessionKey.setKeyInfo(KeyInfo newKeyInfo)
Set the KeyInfo object that describes the session key.
|
Modifier and Type | Method and Description |
---|---|
KeyInfo |
SessionKeyImpl.getKeyInfo()
Get the KeyInfo object that describes the session key.
|
Modifier and Type | Method and Description |
---|---|
void |
SessionKeyImpl.setKeyInfo(KeyInfo newKeyInfo)
Set the KeyInfo object that describes the session key.
|
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 info)
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 | Interface and Description |
---|---|
interface |
OriginatorKeyInfo
XMLObject representing XML Encryption, version 20021210, OriginatorKeyInfo element.
|
interface |
RecipientKeyInfo
XMLObject representing XML Encryption, version 20021210, RecipientKeyInfo element.
|
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 | Class and Description |
---|---|
class |
OriginatorKeyInfoImpl
Concrete implementation of
OriginatorKeyInfo . |
class |
RecipientKeyInfoImpl
Concrete implementation of
RecipientKeyInfo . |
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 |
---|---|
protected KeyInfo |
SimpleKeyInfoReferenceEncryptedKeyResolver.dereferenceURI(KeyInfoReference ref)
Dereference the URI attribute of the specified retrieval method into a KeyInfo.
|
Modifier and Type | Method and Description |
---|---|
protected Iterable<EncryptedKey> |
SimpleKeyInfoReferenceEncryptedKeyResolver.resolveKeyInfo(KeyInfo keyInfo,
int limit)
Turn a KeyInfo into an EncryptedKey collection.
|
Modifier and Type | Method and Description |
---|---|
KeyInfo |
KeyInfoGenerator.generate(Credential credential)
Generate a new KeyInfo object based on keying material and other information within a credential.
|
KeyInfo |
KeyInfoCriterion.getKeyInfo()
Gets the KeyInfo which is the source of credential criteria.
|
Modifier and Type | Method and Description |
---|---|
static void |
KeyInfoSupport.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 |
KeyInfoSupport.addCRL(KeyInfo keyInfo,
X509CRL crl)
|
static void |
KeyInfoSupport.addDEREncodedPublicKey(KeyInfo keyInfo,
PublicKey pk)
Converts a Java public key into the corresponding XMLObject and stores it in a
KeyInfo in a
new DEREncodedKeyValue element. |
static void |
KeyInfoSupport.addKeyName(KeyInfo keyInfo,
String keyNameValue)
Add a new
KeyName value to a KeyInfo. |
static void |
KeyInfoSupport.addPublicKey(KeyInfo keyInfo,
PublicKey pk)
|
static List<X509Certificate> |
KeyInfoSupport.getCertificates(KeyInfo keyInfo)
Get a list of the Java
X509Certificate within the given KeyInfo. |
static List<X509CRL> |
KeyInfoSupport.getCRLs(KeyInfo keyInfo)
|
static List<String> |
KeyInfoSupport.getKeyNames(KeyInfo keyInfo)
Get the set of key names inside the specified
KeyInfo as a list of strings. |
static List<PublicKey> |
KeyInfoSupport.getPublicKeys(KeyInfo keyInfo)
|
void |
KeyInfoCriterion.setKeyInfo(KeyInfo newKeyInfo)
Sets the KeyInfo which is the source of credential criteria.
|
Constructor and Description |
---|
KeyInfoCriterion(KeyInfo newKeyInfo)
Constructor.
|
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 |
BasicKeyInfoGeneratorFactory.BasicKeyInfoGenerator.generate(Credential credential)
Generate a new KeyInfo object based on keying material and other information within a credential.
|
KeyInfo |
X509KeyInfoGeneratorFactory.X509KeyInfoGenerator.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 |
KeyInfoCredentialContext.getKeyInfo()
Get the KeyInfo context from which the credential was derived.
|
Modifier and Type | Method and Description |
---|---|
protected void |
BasicProviderKeyInfoCredentialResolver.initResolutionContext(KeyInfoResolutionContext kiContext,
KeyInfo keyInfo,
net.shibboleth.utilities.java.support.resolver.CriteriaSet criteriaSet)
Initialize the resolution context that will be used by the providers.
|
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 |
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() . |
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.
|
void |
StaticKeyInfoGenerator.setKeyInfo(KeyInfo newKeyInfo)
Set the static KeyInfo object held by this generator.
|
void |
KeyInfoResolutionContext.setKeyInfo(KeyInfo newKeyInfo)
Sets the KeyInfo being processed.
|
Constructor and Description |
---|
KeyInfoCredentialContext(KeyInfo ki)
Constructor.
|
StaticKeyInfoGenerator(KeyInfo newKeyInfo)
Constructor.
|
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 by the 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 © 2017. All rights reserved.