A B C D E F G H I J K L M N O P Q R S T U V W X Y 
All Classes All Packages

A

AbstractKeyInfoProvider - Class in org.opensaml.xmlsec.keyinfo.impl.provider
Abstract super class for KeyInfoProvider implementations.
AbstractKeyInfoProvider() - Constructor for class org.opensaml.xmlsec.keyinfo.impl.provider.AbstractKeyInfoProvider
 
AbstractSecurityParametersResolver<ProductType> - Class in org.opensaml.xmlsec.impl
Abstract base class for security parameters resolvers which supplies commonly used functionality for reuse.
AbstractSecurityParametersResolver() - Constructor for class org.opensaml.xmlsec.impl.AbstractSecurityParametersResolver
 
AbstractXMLEncryptionMarshaller - Class in org.opensaml.xmlsec.encryption.impl
An abstract marshaller implementation for XMLObjects from XML Encryption.
AbstractXMLEncryptionMarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.AbstractXMLEncryptionMarshaller
 
AbstractXMLEncryptionUnmarshaller - Class in org.opensaml.xmlsec.encryption.impl
An abstract unmarshaller implementation for XMLObjects from XML Encryption.
AbstractXMLEncryptionUnmarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.AbstractXMLEncryptionUnmarshaller
 
AbstractXMLSignatureMarshaller - Class in org.opensaml.xmlsec.signature.impl
An abstract marshaller implementation for XMLObjects from XML Signature.
AbstractXMLSignatureMarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.AbstractXMLSignatureMarshaller
 
AbstractXMLSignatureUnmarshaller - Class in org.opensaml.xmlsec.signature.impl
An abstract unmarshaller implementation for XMLObjects from XML Signature.
AbstractXMLSignatureUnmarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.AbstractXMLSignatureUnmarshaller
 
AgreementMethodBuilder - Class in org.opensaml.xmlsec.encryption.impl
Builder of AgreementMethod.
AgreementMethodBuilder() - Constructor for class org.opensaml.xmlsec.encryption.impl.AgreementMethodBuilder
Constructor.
AgreementMethodImpl - Class in org.opensaml.xmlsec.encryption.impl
Concrete implementation of AgreementMethod.
AgreementMethodImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.encryption.impl.AgreementMethodImpl
Constructor.
AgreementMethodMarshaller - Class in org.opensaml.xmlsec.encryption.impl
A thread-safe Marshaller for AgreementMethod objects.
AgreementMethodMarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.AgreementMethodMarshaller
 
AgreementMethodUnmarshaller - Class in org.opensaml.xmlsec.encryption.impl
A thread-safe Unmarshaller for AgreementMethod objects.
AgreementMethodUnmarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.AgreementMethodUnmarshaller
 
algorithm - Variable in class org.opensaml.xmlsec.encryption.impl.AgreementMethodImpl
Algorithm attribute value.
algorithm - Variable in class org.opensaml.xmlsec.encryption.impl.AlgorithmIdentifierTypeImpl
Algorithm attribute value.
algorithm - Variable in class org.opensaml.xmlsec.encryption.impl.EncryptionMethodImpl
Algorithm attribute value.
algorithm - Variable in class org.opensaml.xmlsec.signature.impl.DigestMethodImpl
Algorithm attribute value.
algorithm - Variable in class org.opensaml.xmlsec.signature.impl.TransformImpl
Algorithm attribute value.
algorithm - Variable in class org.opensaml.xmlsec.signature.impl.X509DigestImpl
Algorithm attribute value.
AlgorithmIdentifierTypeImpl - Class in org.opensaml.xmlsec.encryption.impl
Abstract implementation of AlgorithmIdentifierType.
AlgorithmIdentifierTypeImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.encryption.impl.AlgorithmIdentifierTypeImpl
Constructor.
AlgorithmIdentifierTypeMarshaller - Class in org.opensaml.xmlsec.encryption.impl
A thread-safe Marshaller for AlgorithmIdentifierType objects.
AlgorithmIdentifierTypeMarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.AlgorithmIdentifierTypeMarshaller
 
AlgorithmIdentifierTypeUnmarshaller - Class in org.opensaml.xmlsec.encryption.impl
A thread-safe Unmarshaller for AlgorithmIdentifierType objects.
AlgorithmIdentifierTypeUnmarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.AlgorithmIdentifierTypeUnmarshaller
 
algorithmRegistry - Variable in class org.opensaml.xmlsec.impl.BasicEncryptionParametersResolver
The AlgorithmRegistry used when processing algorithm URIs.
algorithmRegistry - Variable in class org.opensaml.xmlsec.impl.BasicSignatureSigningParametersResolver
The AlgorithmRegistry used when processing algorithm URIs.
AlgorithmRuntimeSupportedPredicate - Class in org.opensaml.xmlsec.impl
A predicate which evaluates whether a cryptographic algorithm URI is effectively supported by the runtime environment, as determined by AlgorithmRegistry.isRuntimeSupported(String).
AlgorithmRuntimeSupportedPredicate(AlgorithmRegistry) - Constructor for class org.opensaml.xmlsec.impl.AlgorithmRuntimeSupportedPredicate
Constructor.
ApacheSantuarioSignatureValidationProviderImpl - Class in org.opensaml.xmlsec.signature.support.impl.provider
Implementation of SignatureValidationProvider which is based on the Apache Santuario library and is used with Signature instances which are instances of SignatureImpl.
ApacheSantuarioSignatureValidationProviderImpl() - Constructor for class org.opensaml.xmlsec.signature.support.impl.provider.ApacheSantuarioSignatureValidationProviderImpl
 
ApacheSantuarioSignerProviderImpl - Class in org.opensaml.xmlsec.signature.support.impl.provider
Implementation of SignerProvider which is based on the Apache Santuario library and is used with Signature instances which are instances of SignatureImpl.
ApacheSantuarioSignerProviderImpl() - Constructor for class org.opensaml.xmlsec.signature.support.impl.provider.ApacheSantuarioSignerProviderImpl
 
ApacheXMLSecurityInitializer - Class in org.opensaml.xmlsec.config.impl
Initializer which initializes the Apache XML Security library (Santuario).
ApacheXMLSecurityInitializer() - Constructor for class org.opensaml.xmlsec.config.impl.ApacheXMLSecurityInitializer
 
ATTR_NAME_ALGORTHM - Static variable in class org.opensaml.xmlsec.signature.support.impl.SignatureAlgorithmValidator
Local name of 'Algorithm' attribute.
autoGenerateDataEncryptionCredential - Variable in class org.opensaml.xmlsec.impl.BasicEncryptionParametersResolver
Flag indicating whether the resolver should auto-generate data encryption credentials.

B

B64_CERT_STORE - Static variable in class org.opensaml.xmlsec.signature.impl.X509CertificateImpl
Class-level index of Base64 encoded cert values.
B64_CRL_STORE - Static variable in class org.opensaml.xmlsec.signature.impl.X509CRLImpl
Class-level index of Base64 encoded CRL values.
b64CertIndex - Variable in class org.opensaml.xmlsec.signature.impl.X509CertificateImpl
Index to a stored Base64 encoded cert.
b64CRLIndex - Variable in class org.opensaml.xmlsec.signature.impl.X509CRLImpl
Index to a stored Base64 encoded CRL.
base64DecodeOrNull(String) - Method in class org.opensaml.xmlsec.keyinfo.impl.provider.InlineX509DataProvider
Base64 decode the input, returning null if there is an issue with decoding.
BaseSignatureTrustEngine<TrustBasisType> - Class in org.opensaml.xmlsec.signature.support.impl
A base implementation of SignatureTrustEngine which evaluates the validity and trustworthiness of XML and raw signatures.
BaseSignatureTrustEngine(KeyInfoCredentialResolver) - Constructor for class org.opensaml.xmlsec.signature.support.impl.BaseSignatureTrustEngine
Constructor.
BasicDecryptionConfiguration - Class in org.opensaml.xmlsec.impl
Basic implementation of DecryptionConfiguration.
BasicDecryptionConfiguration() - Constructor for class org.opensaml.xmlsec.impl.BasicDecryptionConfiguration
Constructor.
BasicDecryptionParametersResolver - Class in org.opensaml.xmlsec.impl
Basic implementation of DecryptionParametersResolver.
BasicDecryptionParametersResolver() - Constructor for class org.opensaml.xmlsec.impl.BasicDecryptionParametersResolver
 
BasicEncryptionConfiguration - Class in org.opensaml.xmlsec.impl
Basic implementation of EncryptionConfiguration.
BasicEncryptionConfiguration() - Constructor for class org.opensaml.xmlsec.impl.BasicEncryptionConfiguration
Constructor.
BasicEncryptionParametersResolver - Class in org.opensaml.xmlsec.impl
Basic implementation of EncryptionParametersResolver.
BasicEncryptionParametersResolver() - Constructor for class org.opensaml.xmlsec.impl.BasicEncryptionParametersResolver
Constructor.
BasicKeyInfoGenerator(BasicKeyInfoGeneratorFactory.BasicOptions) - Constructor for class org.opensaml.xmlsec.keyinfo.impl.BasicKeyInfoGeneratorFactory.BasicKeyInfoGenerator
Constructor.
BasicKeyInfoGeneratorFactory - Class in org.opensaml.xmlsec.keyinfo.impl
A factory implementation which produces instances of KeyInfoGenerator capable of handling the information contained within a Credential.
BasicKeyInfoGeneratorFactory() - Constructor for class org.opensaml.xmlsec.keyinfo.impl.BasicKeyInfoGeneratorFactory
Constructor.
BasicKeyInfoGeneratorFactory.BasicKeyInfoGenerator - Class in org.opensaml.xmlsec.keyinfo.impl
An implementation of KeyInfoGenerator capable of handling the information contained within a Credential.
BasicKeyInfoGeneratorFactory.BasicOptions - Class in org.opensaml.xmlsec.keyinfo.impl
Options to be used in the production of a KeyInfo from a Credential.
BasicOptions() - Constructor for class org.opensaml.xmlsec.keyinfo.impl.BasicKeyInfoGeneratorFactory.BasicOptions
 
BasicProviderKeyInfoCredentialResolver - Class in org.opensaml.xmlsec.keyinfo.impl
Implementation of KeyInfoCredentialResolver which resolves credentials based on a KeyInfo element using a configured list of KeyInfoProviders and optional post-processing hooks.
BasicProviderKeyInfoCredentialResolver(List<KeyInfoProvider>) - Constructor for class org.opensaml.xmlsec.keyinfo.impl.BasicProviderKeyInfoCredentialResolver
Constructor.
BasicSignatureSigningConfiguration - Class in org.opensaml.xmlsec.impl
Basic implementation of SignatureSigningConfiguration.
BasicSignatureSigningConfiguration() - Constructor for class org.opensaml.xmlsec.impl.BasicSignatureSigningConfiguration
Constructor.
BasicSignatureSigningParametersResolver - Class in org.opensaml.xmlsec.impl
Basic implementation of SignatureSigningParametersResolver.
BasicSignatureSigningParametersResolver() - Constructor for class org.opensaml.xmlsec.impl.BasicSignatureSigningParametersResolver
Constructor.
BasicSignatureValidationConfiguration - Class in org.opensaml.xmlsec.impl
Basic implementation of SignatureValidationConfiguration.
BasicSignatureValidationConfiguration() - Constructor for class org.opensaml.xmlsec.impl.BasicSignatureValidationConfiguration
Constructor.
BasicSignatureValidationParametersResolver - Class in org.opensaml.xmlsec.impl
Basic implementation of SignatureValidationParametersResolver.
BasicSignatureValidationParametersResolver() - Constructor for class org.opensaml.xmlsec.impl.BasicSignatureValidationParametersResolver
 
BasicWhitelistBlacklistConfiguration - Class in org.opensaml.xmlsec.impl
Basic implementation of WhitelistBlacklistConfiguration.
BasicWhitelistBlacklistConfiguration() - Constructor for class org.opensaml.xmlsec.impl.BasicWhitelistBlacklistConfiguration
Constructor.
bigIntValue - Variable in class org.opensaml.xmlsec.signature.impl.CryptoBinaryImpl
The cached BigInteger representation of the element's base64-encoded value.
blacklist - Variable in class org.opensaml.xmlsec.impl.BasicWhitelistBlacklistConfiguration
Blacklisted algorithm URIs.
blacklist - Variable in class org.opensaml.xmlsec.impl.BlacklistPredicate
Blacklisted algorithms.
blacklistedAlgorithmURIs - Variable in class org.opensaml.xmlsec.signature.support.impl.SignatureAlgorithmValidator
The collection of algorithm URI's which are blacklisted.
blacklistMerge - Variable in class org.opensaml.xmlsec.impl.BasicWhitelistBlacklistConfiguration
Blacklist merge flag.
BlacklistPredicate - Class in org.opensaml.xmlsec.impl
Predicate which implements an algorithm URI blacklist policy.
BlacklistPredicate(Collection<String>) - Constructor for class org.opensaml.xmlsec.impl.BlacklistPredicate
Constructor.
buildBasicCredential(Key, Set<String>) - Method in class org.opensaml.xmlsec.keyinfo.impl.BasicProviderKeyInfoCredentialResolver
Construct a basic credential containing the specified key and set of key names.
buildBasicEncryptedKeyResolver() - Static method in class org.opensaml.xmlsec.config.impl.DefaultSecurityConfigurationBootstrap
Build a basic instance of EncryptedKeyResolver.
buildBasicInlineKeyInfoCredentialResolver() - Static method in class org.opensaml.xmlsec.config.impl.DefaultSecurityConfigurationBootstrap
Build a basic instance of KeyInfoCredentialResolver.
buildBasicKeyInfoGeneratorManager() - Static method in class org.opensaml.xmlsec.config.impl.DefaultSecurityConfigurationBootstrap
Build a basic NamedKeyInfoGeneratorManager.
buildCredentialContext(KeyInfoResolutionContext) - Method in class org.opensaml.xmlsec.keyinfo.impl.provider.AbstractKeyInfoProvider
Build a credential context based on the current KeyInfo context, for return in a resolved credential.
buildDataEncryptionKeyInfoGeneratorManager() - Static method in class org.opensaml.xmlsec.config.impl.DefaultSecurityConfigurationBootstrap
Build a basic NamedKeyInfoGeneratorManager for use when generating an EncryptedData.
buildDefaultDecryptionConfiguration() - Static method in class org.opensaml.xmlsec.config.impl.DefaultSecurityConfigurationBootstrap
Build and return a default decryption configuration.
buildDefaultEncryptionConfiguration() - Static method in class org.opensaml.xmlsec.config.impl.DefaultSecurityConfigurationBootstrap
Build and return a default encryption configuration.
buildDefaultSignatureSigningConfiguration() - Static method in class org.opensaml.xmlsec.config.impl.DefaultSecurityConfigurationBootstrap
Build and return a default signature signing configuration.
buildDefaultSignatureValidationConfiguration() - Static method in class org.opensaml.xmlsec.config.impl.DefaultSecurityConfigurationBootstrap
Build and return a default signature validation configuration.
buildKeyTransportEncryptionKeyInfoGeneratorManager() - Static method in class org.opensaml.xmlsec.config.impl.DefaultSecurityConfigurationBootstrap
Build a basic NamedKeyInfoGeneratorManager for use when generating an EncryptedKey.
buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.AgreementMethodBuilder
buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.CarriedKeyNameBuilder
buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.CipherDataBuilder
buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.CipherReferenceBuilder
buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.CipherValueBuilder
buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.DataReferenceBuilder
buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.DHKeyValueBuilder
buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.EncryptedDataBuilder
buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.EncryptedKeyBuilder
buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.EncryptionMethodBuilder
buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.EncryptionPropertiesBuilder
buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.EncryptionPropertyBuilder
buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.GeneratorBuilder
buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.KANonceBuilder
buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.KeyReferenceBuilder
buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.KeySizeBuilder
buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.MGFBuilder
buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.OAEPparamsBuilder
buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.OriginatorKeyInfoBuilder
buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.PBuilder
buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.PgenCounterBuilder
buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.PublicBuilder
buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.QBuilder
buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.RecipientKeyInfoBuilder
buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.ReferenceListBuilder
buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.SeedBuilder
buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.TransformsBuilder
buildObject() - Method in class org.opensaml.xmlsec.signature.impl.DEREncodedKeyValueBuilder
buildObject() - Method in class org.opensaml.xmlsec.signature.impl.DigestMethodBuilder
buildObject() - Method in class org.opensaml.xmlsec.signature.impl.DSAKeyValueBuilder
buildObject() - Method in class org.opensaml.xmlsec.signature.impl.ECKeyValueBuilder
buildObject() - Method in class org.opensaml.xmlsec.signature.impl.ExponentBuilder
buildObject() - Method in class org.opensaml.xmlsec.signature.impl.GBuilder
buildObject() - Method in class org.opensaml.xmlsec.signature.impl.JBuilder
buildObject() - Method in class org.opensaml.xmlsec.signature.impl.KeyInfoBuilder
buildObject() - Method in class org.opensaml.xmlsec.signature.impl.KeyInfoReferenceBuilder
buildObject() - Method in class org.opensaml.xmlsec.signature.impl.KeyNameBuilder
buildObject() - Method in class org.opensaml.xmlsec.signature.impl.KeyValueBuilder
buildObject() - Method in class org.opensaml.xmlsec.signature.impl.MgmtDataBuilder
buildObject() - Method in class org.opensaml.xmlsec.signature.impl.ModulusBuilder
buildObject() - Method in class org.opensaml.xmlsec.signature.impl.NamedCurveBuilder
buildObject() - Method in class org.opensaml.xmlsec.signature.impl.PBuilder
buildObject() - Method in class org.opensaml.xmlsec.signature.impl.PgenCounterBuilder
buildObject() - Method in class org.opensaml.xmlsec.signature.impl.PGPDataBuilder
buildObject() - Method in class org.opensaml.xmlsec.signature.impl.PGPKeyIDBuilder
buildObject() - Method in class org.opensaml.xmlsec.signature.impl.PGPKeyPacketBuilder
buildObject() - Method in class org.opensaml.xmlsec.signature.impl.PublicKeyBuilder
buildObject() - Method in class org.opensaml.xmlsec.signature.impl.QBuilder
buildObject() - Method in class org.opensaml.xmlsec.signature.impl.RetrievalMethodBuilder
buildObject() - Method in class org.opensaml.xmlsec.signature.impl.RSAKeyValueBuilder
buildObject() - Method in class org.opensaml.xmlsec.signature.impl.SeedBuilder
buildObject() - Method in class org.opensaml.xmlsec.signature.impl.SignatureBuilder
Creates the XMLObject with the default prefix and local name.
buildObject() - Method in class org.opensaml.xmlsec.signature.impl.SPKIDataBuilder
buildObject() - Method in class org.opensaml.xmlsec.signature.impl.SPKISexpBuilder
buildObject() - Method in class org.opensaml.xmlsec.signature.impl.TransformBuilder
buildObject() - Method in class org.opensaml.xmlsec.signature.impl.TransformsBuilder
buildObject() - Method in class org.opensaml.xmlsec.signature.impl.X509CertificateBuilder
buildObject() - Method in class org.opensaml.xmlsec.signature.impl.X509CRLBuilder
buildObject() - Method in class org.opensaml.xmlsec.signature.impl.X509DataBuilder
buildObject() - Method in class org.opensaml.xmlsec.signature.impl.X509DigestBuilder
buildObject() - Method in class org.opensaml.xmlsec.signature.impl.X509IssuerNameBuilder
buildObject() - Method in class org.opensaml.xmlsec.signature.impl.X509IssuerSerialBuilder
buildObject() - Method in class org.opensaml.xmlsec.signature.impl.X509SerialNumberBuilder
buildObject() - Method in class org.opensaml.xmlsec.signature.impl.X509SKIBuilder
buildObject() - Method in class org.opensaml.xmlsec.signature.impl.X509SubjectNameBuilder
buildObject() - Method in class org.opensaml.xmlsec.signature.impl.XPathBuilder
buildObject() - Method in class org.opensaml.xmlsec.signature.impl.YBuilder
buildObject(String, String, String) - Method in class org.opensaml.xmlsec.encryption.impl.AgreementMethodBuilder
buildObject(String, String, String) - Method in class org.opensaml.xmlsec.encryption.impl.CarriedKeyNameBuilder
buildObject(String, String, String) - Method in class org.opensaml.xmlsec.encryption.impl.CipherDataBuilder
buildObject(String, String, String) - Method in class org.opensaml.xmlsec.encryption.impl.CipherReferenceBuilder
buildObject(String, String, String) - Method in class org.opensaml.xmlsec.encryption.impl.CipherValueBuilder
buildObject(String, String, String) - Method in class org.opensaml.xmlsec.encryption.impl.DataReferenceBuilder
buildObject(String, String, String) - Method in class org.opensaml.xmlsec.encryption.impl.DHKeyValueBuilder
buildObject(String, String, String) - Method in class org.opensaml.xmlsec.encryption.impl.EncryptedDataBuilder
buildObject(String, String, String) - Method in class org.opensaml.xmlsec.encryption.impl.EncryptedKeyBuilder
buildObject(String, String, String) - Method in class org.opensaml.xmlsec.encryption.impl.EncryptionMethodBuilder
buildObject(String, String, String) - Method in class org.opensaml.xmlsec.encryption.impl.EncryptionPropertiesBuilder
buildObject(String, String, String) - Method in class org.opensaml.xmlsec.encryption.impl.EncryptionPropertyBuilder
buildObject(String, String, String) - Method in class org.opensaml.xmlsec.encryption.impl.GeneratorBuilder
buildObject(String, String, String) - Method in class org.opensaml.xmlsec.encryption.impl.KANonceBuilder
buildObject(String, String, String) - Method in class org.opensaml.xmlsec.encryption.impl.KeyReferenceBuilder
buildObject(String, String, String) - Method in class org.opensaml.xmlsec.encryption.impl.KeySizeBuilder
buildObject(String, String, String) - Method in class org.opensaml.xmlsec.encryption.impl.MGFBuilder
buildObject(String, String, String) - Method in class org.opensaml.xmlsec.encryption.impl.OAEPparamsBuilder
buildObject(String, String, String) - Method in class org.opensaml.xmlsec.encryption.impl.OriginatorKeyInfoBuilder
buildObject(String, String, String) - Method in class org.opensaml.xmlsec.encryption.impl.PBuilder
buildObject(String, String, String) - Method in class org.opensaml.xmlsec.encryption.impl.PgenCounterBuilder
buildObject(String, String, String) - Method in class org.opensaml.xmlsec.encryption.impl.PublicBuilder
buildObject(String, String, String) - Method in class org.opensaml.xmlsec.encryption.impl.QBuilder
buildObject(String, String, String) - Method in class org.opensaml.xmlsec.encryption.impl.RecipientKeyInfoBuilder
buildObject(String, String, String) - Method in class org.opensaml.xmlsec.encryption.impl.ReferenceListBuilder
buildObject(String, String, String) - Method in class org.opensaml.xmlsec.encryption.impl.SeedBuilder
buildObject(String, String, String) - Method in class org.opensaml.xmlsec.encryption.impl.TransformsBuilder
buildObject(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.CryptoBinaryBuilder
buildObject(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.DEREncodedKeyValueBuilder
buildObject(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.DigestMethodBuilder
buildObject(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.DSAKeyValueBuilder
buildObject(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.ECKeyValueBuilder
buildObject(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.ExponentBuilder
buildObject(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.GBuilder
buildObject(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.JBuilder
buildObject(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.KeyInfoBuilder
buildObject(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.KeyInfoReferenceBuilder
buildObject(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.KeyNameBuilder
buildObject(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.KeyValueBuilder
buildObject(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.MgmtDataBuilder
buildObject(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.ModulusBuilder
buildObject(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.NamedCurveBuilder
buildObject(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.PBuilder
buildObject(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.PgenCounterBuilder
buildObject(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.PGPDataBuilder
buildObject(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.PGPKeyIDBuilder
buildObject(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.PGPKeyPacketBuilder
buildObject(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.PublicKeyBuilder
buildObject(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.QBuilder
buildObject(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.RetrievalMethodBuilder
buildObject(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.RSAKeyValueBuilder
buildObject(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.SeedBuilder
buildObject(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.SignatureBuilder
buildObject(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.SPKIDataBuilder
buildObject(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.SPKISexpBuilder
buildObject(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.TransformBuilder
buildObject(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.TransformsBuilder
buildObject(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.X509CertificateBuilder
buildObject(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.X509CRLBuilder
buildObject(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.X509DataBuilder
buildObject(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.X509DigestBuilder
buildObject(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.X509IssuerNameBuilder
buildObject(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.X509IssuerSerialBuilder
buildObject(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.X509SerialNumberBuilder
buildObject(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.X509SKIBuilder
buildObject(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.X509SubjectNameBuilder
buildObject(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.XPathBuilder
buildObject(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.YBuilder
buildSignatureKeyInfoGeneratorManager() - Static method in class org.opensaml.xmlsec.config.impl.DefaultSecurityConfigurationBootstrap
Build a basic NamedKeyInfoGeneratorManager for use when generating an Signature.

C

canonicalizationAlgorithm - Variable in class org.opensaml.xmlsec.signature.impl.SignatureImpl
Canonicalization algorithm used in signature.
carriedKeyName - Variable in class org.opensaml.xmlsec.encryption.impl.EncryptedKeyImpl
CarriedKeyName value.
CarriedKeyNameBuilder - Class in org.opensaml.xmlsec.encryption.impl
Builder of CarriedKeyName.
CarriedKeyNameBuilder() - Constructor for class org.opensaml.xmlsec.encryption.impl.CarriedKeyNameBuilder
Constructor.
CarriedKeyNameImpl - Class in org.opensaml.xmlsec.encryption.impl
Concrete implementation of CarriedKeyName.
CarriedKeyNameImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.encryption.impl.CarriedKeyNameImpl
Constructor.
ChainingKeyInfoCredentialResolver - Class in org.opensaml.xmlsec.keyinfo.impl
A concrete implementation of AbstractChainingCredentialResolver which is scoped to the KeyInfoCredentialResolver type.
ChainingKeyInfoCredentialResolver(List<KeyInfoCredentialResolver>) - Constructor for class org.opensaml.xmlsec.keyinfo.impl.ChainingKeyInfoCredentialResolver
Constructor.
ChainingSignaturePrevalidator - Class in org.opensaml.xmlsec.signature.support.impl
A signature prevalidator implementation which chains execution of a list of SignaturePrevalidator instances.
ChainingSignaturePrevalidator(List<SignaturePrevalidator>) - Constructor for class org.opensaml.xmlsec.signature.support.impl.ChainingSignaturePrevalidator
Constructor.
ChainingSignatureTrustEngine - Class in org.opensaml.xmlsec.signature.support.impl
Evaluate a signature in sequence using a chain of subordinate trust engines.
ChainingSignatureTrustEngine(List<SignatureTrustEngine>) - Constructor for class org.opensaml.xmlsec.signature.support.impl.ChainingSignatureTrustEngine
Constructor.
checkDOM(Signature) - Method in class org.opensaml.xmlsec.signature.support.impl.SignatureAlgorithmValidator
Check that Signature XMLObject has a cached DOM Element.
checkNames(Set<String>, X509Credential) - Method in class org.opensaml.xmlsec.signature.support.impl.PKIXSignatureTrustEngine
Evaluate the credential against the set of trusted names.
checkParams(Signature, CriteriaSet) - Method in class org.opensaml.xmlsec.signature.support.impl.BaseSignatureTrustEngine
Check the signature and credential criteria for required values.
checkParamsRaw(byte[], byte[], String, CriteriaSet) - Method in class org.opensaml.xmlsec.signature.support.impl.BaseSignatureTrustEngine
Check the signature and credential criteria for required values.
cipherData - Variable in class org.opensaml.xmlsec.encryption.impl.EncryptedTypeImpl
CipherData child element.
CipherDataBuilder - Class in org.opensaml.xmlsec.encryption.impl
Builder of CipherData.
CipherDataBuilder() - Constructor for class org.opensaml.xmlsec.encryption.impl.CipherDataBuilder
Constructor.
CipherDataImpl - Class in org.opensaml.xmlsec.encryption.impl
Concrete implementation of CipherData.
CipherDataImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.encryption.impl.CipherDataImpl
Constructor.
CipherDataMarshaller - Class in org.opensaml.xmlsec.encryption.impl
A thread-safe Marshaller for CipherData objects.
CipherDataMarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.CipherDataMarshaller
 
CipherDataUnmarshaller - Class in org.opensaml.xmlsec.encryption.impl
A thread-safe Unmarshaller for CipherData objects.
CipherDataUnmarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.CipherDataUnmarshaller
 
cipherReference - Variable in class org.opensaml.xmlsec.encryption.impl.CipherDataImpl
CipherReference child element.
CipherReferenceBuilder - Class in org.opensaml.xmlsec.encryption.impl
Builder of CipherReference.
CipherReferenceBuilder() - Constructor for class org.opensaml.xmlsec.encryption.impl.CipherReferenceBuilder
Constructor.
CipherReferenceImpl - Class in org.opensaml.xmlsec.encryption.impl
Concrete implementation of CipherReference.
CipherReferenceImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.encryption.impl.CipherReferenceImpl
Constructor.
CipherReferenceMarshaller - Class in org.opensaml.xmlsec.encryption.impl
A thread-safe Marshaller for CipherReference objects.
CipherReferenceMarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.CipherReferenceMarshaller
 
CipherReferenceUnmarshaller - Class in org.opensaml.xmlsec.encryption.impl
A thread-safe Unmarshaller for CipherReference objects.
CipherReferenceUnmarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.CipherReferenceUnmarshaller
 
cipherValue - Variable in class org.opensaml.xmlsec.encryption.impl.CipherDataImpl
CipherValue child element.
CipherValueBuilder - Class in org.opensaml.xmlsec.encryption.impl
Builder of CipherValue.
CipherValueBuilder() - Constructor for class org.opensaml.xmlsec.encryption.impl.CipherValueBuilder
Constructor.
CipherValueImpl - Class in org.opensaml.xmlsec.encryption.impl
Concrete implementation of CipherValue.
CipherValueImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.encryption.impl.CipherValueImpl
Constructor.
cleanable - Variable in class org.opensaml.xmlsec.signature.impl.X509CertificateImpl
The Cleaner.Cleanable representing the current instance's cert value, as represented by the current b64CertIndex field value.
cleanable - Variable in class org.opensaml.xmlsec.signature.impl.X509CRLImpl
The Cleaner.Cleanable representing the current instance's CRL value, as represented by the current b64CRLIndex field value.
CLEANER - Static variable in class org.opensaml.xmlsec.signature.impl.X509CertificateImpl
The Cleaner instance to use.
CLEANER - Static variable in class org.opensaml.xmlsec.signature.impl.X509CRLImpl
The Cleaner instance to use.
CleanerState(String) - Constructor for class org.opensaml.xmlsec.signature.impl.X509CertificateImpl.CleanerState
Constructor.
CleanerState(String) - Constructor for class org.opensaml.xmlsec.signature.impl.X509CRLImpl.CleanerState
Constructor.
clone() - Method in class org.opensaml.xmlsec.keyinfo.impl.BasicKeyInfoGeneratorFactory.BasicOptions
clone() - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory.X509Options
clone(KeyInfo) - Method in class org.opensaml.xmlsec.keyinfo.impl.StaticKeyInfoGenerator
Clone a KeyInfo and return the new object.
CollectionKeyInfoCredentialResolver - Class in org.opensaml.xmlsec.keyinfo.impl
An implementation of KeyInfoCredentialResolver which uses a Collection as the underlying credential source.
CollectionKeyInfoCredentialResolver() - Constructor for class org.opensaml.xmlsec.keyinfo.impl.CollectionKeyInfoCredentialResolver
Constructor.
CollectionKeyInfoCredentialResolver(Collection<Credential>) - Constructor for class org.opensaml.xmlsec.keyinfo.impl.CollectionKeyInfoCredentialResolver
Constructor.
CONFIG_PROPERTY_FAIL_IS_FATAL - Static variable in class org.opensaml.xmlsec.config.impl.JavaCryptoValidationInitializer
Configuration property determining whether invalid result is fatal or not.
configs - Static variable in class org.opensaml.xmlsec.config.impl.XMLObjectProviderInitializer
Config resources.
configurationLookupStrategy - Variable in class org.opensaml.xmlsec.messaging.impl.PopulateSignatureValidationParametersHandler
Strategy used to lookup a per-request SignatureValidationConfiguration list.
contentReferences - Variable in class org.opensaml.xmlsec.signature.impl.SignatureImpl
References to content to be signed.
createSignatureElement(Signature, Document) - Method in class org.opensaml.xmlsec.signature.impl.SignatureMarshaller
Creates the signature elements but does not compute the signature.
credentialResolver - Variable in class org.opensaml.xmlsec.signature.support.impl.ExplicitKeySignatureTrustEngine
Resolver used for resolving trusted credentials.
credentialSupportsAlgorithm(Credential, String) - Method in class org.opensaml.xmlsec.impl.BasicEncryptionParametersResolver
Evaluate whether the specified credential is supported for use with the specified algorithm URI.
credentialSupportsAlgorithm(Credential, String) - Method in class org.opensaml.xmlsec.impl.BasicSignatureSigningParametersResolver
Evaluate whether the specified credential is supported for use with the specified algorithm URI.
credNameEvaluator - Variable in class org.opensaml.xmlsec.signature.support.impl.PKIXSignatureTrustEngine
The external credential name evaluator used to establish trusted name compliance.
CryptoBinaryBuilder - Class in org.opensaml.xmlsec.signature.impl
Builder of CryptoBinary.
CryptoBinaryBuilder() - Constructor for class org.opensaml.xmlsec.signature.impl.CryptoBinaryBuilder
Constructor.
CryptoBinaryImpl - Class in org.opensaml.xmlsec.signature.impl
Concrete implementation of CryptoBinary.
CryptoBinaryImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.signature.impl.CryptoBinaryImpl
Constructor.
CryptoBinaryMarshaller - Class in org.opensaml.xmlsec.signature.impl
A thread-safe Marshaller for CryptoBinary objects.
CryptoBinaryMarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.CryptoBinaryMarshaller
 
CryptoBinaryUnmarshaller - Class in org.opensaml.xmlsec.signature.impl
A thread-safe Unmarshaller for CryptoBinary objects.
CryptoBinaryUnmarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.CryptoBinaryUnmarshaller
 

D

dataEncryptionAlgorithms - Variable in class org.opensaml.xmlsec.impl.BasicEncryptionConfiguration
Data encryption algorithm URIs.
dataEncryptionCredentials - Variable in class org.opensaml.xmlsec.impl.BasicEncryptionConfiguration
Data encryption credentials.
dataKeyInfoCredentialResolver - Variable in class org.opensaml.xmlsec.impl.BasicDecryptionConfiguration
The EncryptedData's KeyInfo credential resolver.
dataKeyInfoGeneratorManager - Variable in class org.opensaml.xmlsec.impl.BasicEncryptionConfiguration
Manager for named KeyInfoGenerator instances for encrypting data.
DataReferenceBuilder - Class in org.opensaml.xmlsec.encryption.impl
Builder of DataReference.
DataReferenceBuilder() - Constructor for class org.opensaml.xmlsec.encryption.impl.DataReferenceBuilder
Constructor.
DataReferenceImpl - Class in org.opensaml.xmlsec.encryption.impl
Concrete implementation of DataReference.
DataReferenceImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.encryption.impl.DataReferenceImpl
Constructor.
DataReferenceMarshaller - Class in org.opensaml.xmlsec.encryption.impl
A thread-safe Marshaller for DataReference objects.
DataReferenceMarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.DataReferenceMarshaller
 
DataReferenceUnmarshaller - Class in org.opensaml.xmlsec.encryption.impl
A thread-safe Unmarshaller for DataReference objects.
DataReferenceUnmarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.DataReferenceUnmarshaller
 
DEFAULT_PRECEDENCE - Static variable in class org.opensaml.xmlsec.impl.BasicWhitelistBlacklistConfiguration
Default precedence.
DefaultSecurityConfigurationBootstrap - Class in org.opensaml.xmlsec.config.impl
A utility class which programmatically builds basic instances of various components related to security configuration which have reasonable default values for their various configuration parameters.
DefaultSecurityConfigurationBootstrap() - Constructor for class org.opensaml.xmlsec.config.impl.DefaultSecurityConfigurationBootstrap
Constructor.
DEREncodedKeyValueBuilder - Class in org.opensaml.xmlsec.signature.impl
Builder of DEREncodedKeyValue.
DEREncodedKeyValueBuilder() - Constructor for class org.opensaml.xmlsec.signature.impl.DEREncodedKeyValueBuilder
Constructor.
DEREncodedKeyValueImpl - Class in org.opensaml.xmlsec.signature.impl
Concrete implementation of DEREncodedKeyValue.
DEREncodedKeyValueImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.signature.impl.DEREncodedKeyValueImpl
Constructor.
DEREncodedKeyValueMarshaller - Class in org.opensaml.xmlsec.signature.impl
A thread-safe Marshaller for DEREncodedKeyValue objects.
DEREncodedKeyValueMarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.DEREncodedKeyValueMarshaller
 
DEREncodedKeyValueProvider - Class in org.opensaml.xmlsec.keyinfo.impl.provider
Implementation of KeyInfoProvider which supports DEREncodedKeyValue.
DEREncodedKeyValueProvider() - Constructor for class org.opensaml.xmlsec.keyinfo.impl.provider.DEREncodedKeyValueProvider
 
DEREncodedKeyValueUnmarshaller - Class in org.opensaml.xmlsec.signature.impl
A thread-safe Unmarshaller for DEREncodedKeyValue objects.
DEREncodedKeyValueUnmarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.DEREncodedKeyValueUnmarshaller
 
DHKeyValueBuilder - Class in org.opensaml.xmlsec.encryption.impl
Builder of DHKeyValue.
DHKeyValueBuilder() - Constructor for class org.opensaml.xmlsec.encryption.impl.DHKeyValueBuilder
Constructor.
DHKeyValueImpl - Class in org.opensaml.xmlsec.encryption.impl
Concrete implementation of DHKeyValue.
DHKeyValueImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.encryption.impl.DHKeyValueImpl
Constructor.
DHKeyValueMarshaller - Class in org.opensaml.xmlsec.encryption.impl
A thread-safe Marshaller for DHKeyValue objects.
DHKeyValueMarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.DHKeyValueMarshaller
 
DHKeyValueUnmarshaller - Class in org.opensaml.xmlsec.encryption.impl
A thread-safe Unmarshaller for DHKeyValue objects.
DHKeyValueUnmarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.DHKeyValueUnmarshaller
 
DigestMethodBuilder - Class in org.opensaml.xmlsec.signature.impl
Builder of DigestMethod.
DigestMethodBuilder() - Constructor for class org.opensaml.xmlsec.signature.impl.DigestMethodBuilder
Constructor.
DigestMethodImpl - Class in org.opensaml.xmlsec.signature.impl
Concrete implementation of DigestMethod.
DigestMethodImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.signature.impl.DigestMethodImpl
Constructor.
DigestMethodMarshaller - Class in org.opensaml.xmlsec.signature.impl
A thread-safe Marshaller for DigestMethod objects.
DigestMethodMarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.DigestMethodMarshaller
 
DigestMethodUnmarshaller - Class in org.opensaml.xmlsec.signature.impl
A thread-safe Unmarshaller for DigestMethod objects.
DigestMethodUnmarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.DigestMethodUnmarshaller
 
doInitialize() - Method in class org.opensaml.xmlsec.messaging.impl.PopulateSignatureValidationParametersHandler
doInvoke(MessageContext) - Method in class org.opensaml.xmlsec.messaging.impl.PopulateSignatureValidationParametersHandler
doValidate(byte[], byte[], String, CriteriaSet, Credential) - Method in class org.opensaml.xmlsec.signature.support.impl.BaseSignatureTrustEngine
Determines whether a raw signature over specified content is valid and signed by a trusted credential.
doValidate(byte[], byte[], String, CriteriaSet, Credential) - Method in class org.opensaml.xmlsec.signature.support.impl.ExplicitKeySignatureTrustEngine
Determines whether a raw signature over specified content is valid and signed by a trusted credential.
doValidate(byte[], byte[], String, CriteriaSet, Credential) - Method in class org.opensaml.xmlsec.signature.support.impl.PKIXSignatureTrustEngine
Determines whether a raw signature over specified content is valid and signed by a trusted credential.
doValidate(Signature, CriteriaSet) - Method in class org.opensaml.xmlsec.signature.support.impl.BaseSignatureTrustEngine
Validate the signature using the supplied trust criteria.
doValidate(Signature, CriteriaSet) - Method in class org.opensaml.xmlsec.signature.support.impl.ExplicitKeySignatureTrustEngine
Validate the signature using the supplied trust criteria.
doValidate(Signature, CriteriaSet) - Method in class org.opensaml.xmlsec.signature.support.impl.PKIXSignatureTrustEngine
Validate the signature using the supplied trust criteria.
dsaKeyValue - Variable in class org.opensaml.xmlsec.signature.impl.KeyValueImpl
DSAKeyValue child element.
DSAKeyValueBuilder - Class in org.opensaml.xmlsec.signature.impl
Builder of DSAKeyValue.
DSAKeyValueBuilder() - Constructor for class org.opensaml.xmlsec.signature.impl.DSAKeyValueBuilder
Constructor.
DSAKeyValueImpl - Class in org.opensaml.xmlsec.signature.impl
Concrete implementation of DSAKeyValue.
DSAKeyValueImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.signature.impl.DSAKeyValueImpl
Constructor.
DSAKeyValueMarshaller - Class in org.opensaml.xmlsec.signature.impl
A thread-safe Marshaller for DSAKeyValue objects.
DSAKeyValueMarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.DSAKeyValueMarshaller
 
DSAKeyValueProvider - Class in org.opensaml.xmlsec.keyinfo.impl.provider
Implementation of KeyInfoProvider which supports DSAKeyValue.
DSAKeyValueProvider() - Constructor for class org.opensaml.xmlsec.keyinfo.impl.provider.DSAKeyValueProvider
 
DSAKeyValueUnmarshaller - Class in org.opensaml.xmlsec.signature.impl
A thread-safe Unmarshaller for DSAKeyValue objects.
DSAKeyValueUnmarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.DSAKeyValueUnmarshaller
 

E

ecKeyValue - Variable in class org.opensaml.xmlsec.signature.impl.KeyValueImpl
ECKeyValue child element.
ECKeyValueBuilder - Class in org.opensaml.xmlsec.signature.impl
Builder of ECKeyValue.
ECKeyValueBuilder() - Constructor for class org.opensaml.xmlsec.signature.impl.ECKeyValueBuilder
Constructor.
ECKeyValueImpl - Class in org.opensaml.xmlsec.signature.impl
Concrete implementation of ECKeyValue.
ECKeyValueImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.signature.impl.ECKeyValueImpl
Constructor.
ECKeyValueMarshaller - Class in org.opensaml.xmlsec.signature.impl
A thread-safe Marshaller for ECKeyValue objects.
ECKeyValueMarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.ECKeyValueMarshaller
 
ECKeyValueUnmarshaller - Class in org.opensaml.xmlsec.signature.impl
A thread-safe Unmarshaller for ECKeyValue objects.
ECKeyValueUnmarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.ECKeyValueUnmarshaller
 
ECPARAMETERS_ELEMENT_NAME - Static variable in class org.opensaml.xmlsec.signature.impl.ECKeyValueUnmarshaller
ECParameters element name.
ecParams - Variable in class org.opensaml.xmlsec.signature.impl.ECKeyValueImpl
ECParameters child element value.
ECPointTypeImpl - Class in org.opensaml.xmlsec.signature.impl
Concrete implementation of ECPointType.
ECPointTypeImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.signature.impl.ECPointTypeImpl
Constructor.
ELEMENT_NAME_DIGEST_METHOD - Static variable in class org.opensaml.xmlsec.signature.support.impl.SignatureAlgorithmValidator
QName of 'ds:DigestMethod' element.
ELEMENT_NAME_REFERENCE - Static variable in class org.opensaml.xmlsec.signature.support.impl.SignatureAlgorithmValidator
QName of 'ds:Reference' element.
ELEMENT_NAME_SIGNATURE_METHOD - Static variable in class org.opensaml.xmlsec.signature.support.impl.SignatureAlgorithmValidator
QName of 'ds:SignatureMethod' element.
ELEMENT_NAME_SIGNED_INFO - Static variable in class org.opensaml.xmlsec.signature.support.impl.SignatureAlgorithmValidator
QName of 'ds:SignedInfo' element.
emitCRLs - Variable in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory.X509Options
Emit the CRL list as sequence of X509CRL elements within X509Data.
emitCRLs() - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory
Get the option to emit the CRL list as sequence of X509CRL elements within X509Data.
emitEntityCertificate - Variable in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory.X509Options
Emit the entity certificate as an X509Certificate element within X509Data.
emitEntityCertificate() - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory
Get the option to emit the entity certificate as an X509Certificate element within X509Data.
emitEntityCertificateChain - Variable in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory.X509Options
Emit the entity certificate chain as sequence of X509Certificate elements within X509Data.
emitEntityCertificateChain() - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory
Get the option to emit the entity certificate chain as sequence of X509Certificate elements within X509Data.
emitEntityIDAsKeyName - Variable in class org.opensaml.xmlsec.keyinfo.impl.BasicKeyInfoGeneratorFactory.BasicOptions
Emit the entity ID value in a Credential as a KeyName element.
emitEntityIDAsKeyName() - Method in class org.opensaml.xmlsec.keyinfo.impl.BasicKeyInfoGeneratorFactory
Get the option to emit the entity ID value in a Credential as a KeyName element.
emitKeyNames - Variable in class org.opensaml.xmlsec.keyinfo.impl.BasicKeyInfoGeneratorFactory.BasicOptions
Emit key names found in a Credential as KeyName elements.
emitKeyNames() - Method in class org.opensaml.xmlsec.keyinfo.impl.BasicKeyInfoGeneratorFactory
Get the option to emit key names found in a Credential as KeyName elements.
emitPublicDEREncodedKeyValue - Variable in class org.opensaml.xmlsec.keyinfo.impl.BasicKeyInfoGeneratorFactory.BasicOptions
Emit the value of Credential.getPublicKey() as a DEREncodedKeyValue element.
emitPublicDEREncodedKeyValue() - Method in class org.opensaml.xmlsec.keyinfo.impl.BasicKeyInfoGeneratorFactory
Get the option to emit the value of Credential.getPublicKey() as a DEREncodedKeyValue element.
emitPublicKeyValue - Variable in class org.opensaml.xmlsec.keyinfo.impl.BasicKeyInfoGeneratorFactory.BasicOptions
Emit the value of Credential.getPublicKey() as a KeyValue element.
emitPublicKeyValue() - Method in class org.opensaml.xmlsec.keyinfo.impl.BasicKeyInfoGeneratorFactory
Get the option to emit the value of Credential.getPublicKey() as a KeyValue element.
emitSubjectAltNamesAsKeyNames - Variable in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory.X509Options
Emit the entity certificate subject alternative name extension values as KeyName elements.
emitSubjectAltNamesAsKeyNames() - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory
Get the option to emit the entity certificate subject alternative name extension values as KeyName elements.
emitSubjectCNAsKeyName - Variable in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory.X509Options
Emit the entity certificate subject DN common name (CN) fields as KeyName elements.
emitSubjectCNAsKeyName() - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory
Get the option to emit the entity certificate subject DN common name (CN) fields as KeyName elements.
emitSubjectDNAsKeyName - Variable in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory.X509Options
Emit the entity certificate subject DN as a KeyName element.
emitSubjectDNAsKeyName() - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory
Get the option to emit the entity certificate subject DN as a KeyName element.
emitX509Digest - Variable in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory.X509Options
Emit the entity certificate digest as an X509Digest element within X509Data.
emitX509Digest() - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory
Get the option to emit the entity certificate digest as an X509Digest element within X509Data.
emitX509IssuerSerial - Variable in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory.X509Options
Emit the entity certificate issuer name and serial number as an X509IssuerSerial element within X509Data.
emitX509IssuerSerial() - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory
Get the option to emit the entity certificate issuer name and serial number as an X509IssuerSerial element within X509Data.
emitX509SKI - Variable in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory.X509Options
Emit the entity certificate subject key identifier as an X509SKI element within X509Data.
emitX509SKI() - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory
Get the option to emit the entity certificate subject key identifier as an X509SKI element within X509Data.
emitX509SubjectName - Variable in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory.X509Options
Emit the entity certificate subject DN as an X509SubjectName element within X509Data.
emitX509SubjectName() - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory
Get the option to emit the entity certificate subject DN as an X509SubjectName element within X509Data.
encoding - Variable in class org.opensaml.xmlsec.encryption.impl.EncryptedTypeImpl
Encoding attribute value.
EncryptedDataBuilder - Class in org.opensaml.xmlsec.encryption.impl
Builder of EncryptedData.
EncryptedDataBuilder() - Constructor for class org.opensaml.xmlsec.encryption.impl.EncryptedDataBuilder
Constructor.
EncryptedDataImpl - Class in org.opensaml.xmlsec.encryption.impl
Concrete implementation of EncryptedData.
EncryptedDataImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.encryption.impl.EncryptedDataImpl
Constructor.
EncryptedDataMarshaller - Class in org.opensaml.xmlsec.encryption.impl
A thread-safe Marshaller for EncryptedData objects.
EncryptedDataMarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.EncryptedDataMarshaller
 
EncryptedDataUnmarshaller - Class in org.opensaml.xmlsec.encryption.impl
A thread-safe Unmarshaller for EncryptedData objects.
EncryptedDataUnmarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.EncryptedDataUnmarshaller
 
EncryptedKeyBuilder - Class in org.opensaml.xmlsec.encryption.impl
Builder of EncryptedKey.
EncryptedKeyBuilder() - Constructor for class org.opensaml.xmlsec.encryption.impl.EncryptedKeyBuilder
Constructor.
EncryptedKeyImpl - Class in org.opensaml.xmlsec.encryption.impl
Concrete implementation of EncryptedKey.
EncryptedKeyImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.encryption.impl.EncryptedKeyImpl
Constructor.
EncryptedKeyMarshaller - Class in org.opensaml.xmlsec.encryption.impl
A thread-safe Marshaller for EncryptedKey objects.
EncryptedKeyMarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.EncryptedKeyMarshaller
 
encryptedKeyResolver - Variable in class org.opensaml.xmlsec.impl.BasicDecryptionConfiguration
The EncryptedKey resolver.
EncryptedKeyUnmarshaller - Class in org.opensaml.xmlsec.encryption.impl
A thread-safe Unmarshaller for EncryptedKey objects.
EncryptedKeyUnmarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.EncryptedKeyUnmarshaller
 
EncryptedTypeImpl - Class in org.opensaml.xmlsec.encryption.impl
Abstract implementation of EncryptedType.
EncryptedTypeImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.encryption.impl.EncryptedTypeImpl
Constructor.
EncryptedTypeMarshaller - Class in org.opensaml.xmlsec.encryption.impl
A thread-safe Marshaller for EncryptedType objects.
EncryptedTypeMarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.EncryptedTypeMarshaller
 
EncryptedTypeUnmarshaller - Class in org.opensaml.xmlsec.encryption.impl
A thread-safe Unmarshaller for EncryptedType objects.
EncryptedTypeUnmarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.EncryptedTypeUnmarshaller
 
encryptionMethod - Variable in class org.opensaml.xmlsec.encryption.impl.EncryptedTypeImpl
EncryptionMethod child element.
EncryptionMethodBuilder - Class in org.opensaml.xmlsec.encryption.impl
Builder of EncryptionMethod.
EncryptionMethodBuilder() - Constructor for class org.opensaml.xmlsec.encryption.impl.EncryptionMethodBuilder
Constructor.
EncryptionMethodImpl - Class in org.opensaml.xmlsec.encryption.impl
Concrete implementation of EncryptionMethod.
EncryptionMethodImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.encryption.impl.EncryptionMethodImpl
Constructor.
EncryptionMethodMarshaller - Class in org.opensaml.xmlsec.encryption.impl
A thread-safe Marshaller for EncryptionMethod objects.
EncryptionMethodMarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.EncryptionMethodMarshaller
 
EncryptionMethodUnmarshaller - Class in org.opensaml.xmlsec.encryption.impl
A thread-safe Unmarshaller for EncryptionMethod objects.
EncryptionMethodUnmarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.EncryptionMethodUnmarshaller
 
encryptionProperties - Variable in class org.opensaml.xmlsec.encryption.impl.EncryptedTypeImpl
EncryptionProperties child element.
encryptionProperties - Variable in class org.opensaml.xmlsec.encryption.impl.EncryptionPropertiesImpl
EncryptionProperty child elements.
EncryptionPropertiesBuilder - Class in org.opensaml.xmlsec.encryption.impl
Builder of EncryptionProperties.
EncryptionPropertiesBuilder() - Constructor for class org.opensaml.xmlsec.encryption.impl.EncryptionPropertiesBuilder
Constructor.
EncryptionPropertiesImpl - Class in org.opensaml.xmlsec.encryption.impl
Concrete implementation of EncryptionProperties.
EncryptionPropertiesImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.encryption.impl.EncryptionPropertiesImpl
Constructor.
EncryptionPropertiesMarshaller - Class in org.opensaml.xmlsec.encryption.impl
A thread-safe Marshaller for EncryptionProperties objects.
EncryptionPropertiesMarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.EncryptionPropertiesMarshaller
 
EncryptionPropertiesUnmarshaller - Class in org.opensaml.xmlsec.encryption.impl
A thread-safe Unmarshaller for EncryptionProperties objects.
EncryptionPropertiesUnmarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.EncryptionPropertiesUnmarshaller
 
EncryptionPropertyBuilder - Class in org.opensaml.xmlsec.encryption.impl
Builder of EncryptionProperty.
EncryptionPropertyBuilder() - Constructor for class org.opensaml.xmlsec.encryption.impl.EncryptionPropertyBuilder
Constructor.
EncryptionPropertyImpl - Class in org.opensaml.xmlsec.encryption.impl
Concrete implementation of EncryptionProperty.
EncryptionPropertyImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.encryption.impl.EncryptionPropertyImpl
Constructor.
EncryptionPropertyMarshaller - Class in org.opensaml.xmlsec.encryption.impl
A thread-safe Marshaller for EncryptionProperty objects.
EncryptionPropertyMarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.EncryptionPropertyMarshaller
 
EncryptionPropertyUnmarshaller - Class in org.opensaml.xmlsec.encryption.impl
A thread-safe Unmarshaller for EncryptionProperty objects.
EncryptionPropertyUnmarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.EncryptionPropertyUnmarshaller
 
engines - Variable in class org.opensaml.xmlsec.signature.support.impl.ChainingSignatureTrustEngine
The chain of subordinate trust engines.
evaluateTrust(Credential, Iterable<Credential>) - Method in class org.opensaml.xmlsec.signature.support.impl.ExplicitKeySignatureTrustEngine
Evaluate the untrusted KeyInfo-derived credential with respect to the specified trusted information.
evaluateTrust(Credential, Pair<Set<String>, Iterable<PKIXValidationInformation>>) - Method in class org.opensaml.xmlsec.signature.support.impl.PKIXSignatureTrustEngine
Evaluate the untrusted KeyInfo-derived credential with respect to the specified trusted information.
evaluateTrust(Credential, TrustBasisType) - Method in class org.opensaml.xmlsec.signature.support.impl.BaseSignatureTrustEngine
Evaluate the untrusted KeyInfo-derived credential with respect to the specified trusted information.
ExplicitKeySignatureTrustEngine - Class in org.opensaml.xmlsec.signature.support.impl
An implementation of SignatureTrustEngine which evaluates the validity and trustworthiness of XML and raw signatures.
ExplicitKeySignatureTrustEngine(CredentialResolver, KeyInfoCredentialResolver) - Constructor for class org.opensaml.xmlsec.signature.support.impl.ExplicitKeySignatureTrustEngine
Constructor.
exponent - Variable in class org.opensaml.xmlsec.signature.impl.RSAKeyValueImpl
Exponent child element value.
ExponentBuilder - Class in org.opensaml.xmlsec.signature.impl
Builder of Exponent.
ExponentBuilder() - Constructor for class org.opensaml.xmlsec.signature.impl.ExponentBuilder
Constructor.
ExponentImpl - Class in org.opensaml.xmlsec.signature.impl
Concrete implementation of Exponent.
ExponentImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.signature.impl.ExponentImpl
Constructor.
extractCertificates(X509Data) - Method in class org.opensaml.xmlsec.keyinfo.impl.provider.InlineX509DataProvider
Extract certificates from the X509Data.
extractCRLs(X509Data) - Method in class org.opensaml.xmlsec.keyinfo.impl.provider.InlineX509DataProvider
Extract CRLs from the X509Data.
extractKeyValue(Credential) - Method in class org.opensaml.xmlsec.keyinfo.impl.BasicProviderKeyInfoCredentialResolver
Utility method to extract any key that might be present in the specified Credential.
extractKeyValue(Credential) - Method in class org.opensaml.xmlsec.keyinfo.impl.provider.AbstractKeyInfoProvider
Utility method to extract any key that might be present in the specified Credential.

F

findCertFromDigest(List<X509Certificate>, List<X509Digest>) - Method in class org.opensaml.xmlsec.keyinfo.impl.provider.InlineX509DataProvider
Find the certificate from the chain that matches one of the specified digests.
findCertFromIssuerSerials(List<X509Certificate>, List<X509IssuerSerial>) - Method in class org.opensaml.xmlsec.keyinfo.impl.provider.InlineX509DataProvider
Find the certificate from the chain identified by one of the specified issuer serials.
findCertFromKey(List<X509Certificate>, PublicKey) - Method in class org.opensaml.xmlsec.keyinfo.impl.provider.InlineX509DataProvider
Find the certificate from the chain that contains the specified key.
findCertFromSubjectKeyIdentifier(List<X509Certificate>, List<X509SKI>) - Method in class org.opensaml.xmlsec.keyinfo.impl.provider.InlineX509DataProvider
Find the certificate from the chain that contains one of the specified subject key identifiers.
findCertFromSubjectNames(List<X509Certificate>, List<X509SubjectName>) - Method in class org.opensaml.xmlsec.keyinfo.impl.provider.InlineX509DataProvider
Find the certificate from the chain that contains one of the specified subject names.
findEntityCert(List<X509Certificate>, X509Data, PublicKey) - Method in class org.opensaml.xmlsec.keyinfo.impl.provider.InlineX509DataProvider
Find the end-entity cert in the list of certs contained in the X509Data.

G

g - Variable in class org.opensaml.xmlsec.signature.impl.DSAKeyValueImpl
G child element.
GBuilder - Class in org.opensaml.xmlsec.signature.impl
Builder of G.
GBuilder() - Constructor for class org.opensaml.xmlsec.signature.impl.GBuilder
Constructor.
generate(Credential) - Method in class org.opensaml.xmlsec.keyinfo.impl.BasicKeyInfoGeneratorFactory.BasicKeyInfoGenerator
generate(Credential) - Method in class org.opensaml.xmlsec.keyinfo.impl.StaticKeyInfoGenerator
generate(Credential) - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory.X509KeyInfoGenerator
generateDataEncryptionCredential(String) - Method in class org.opensaml.xmlsec.impl.BasicEncryptionParametersResolver
Generate a random data encryption symmetric key credential.
generator - Variable in class org.opensaml.xmlsec.encryption.impl.DHKeyValueImpl
Generator child element.
GeneratorBuilder - Class in org.opensaml.xmlsec.encryption.impl
Builder of Generator.
GeneratorBuilder() - Constructor for class org.opensaml.xmlsec.encryption.impl.GeneratorBuilder
Constructor.
GeneratorImpl - Class in org.opensaml.xmlsec.encryption.impl
Concrete implementation of Generator.
GeneratorImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.encryption.impl.GeneratorImpl
Constructor.
getAgreementMethods() - Method in class org.opensaml.xmlsec.signature.impl.KeyInfoImpl
getAlgorithm() - Method in class org.opensaml.xmlsec.encryption.impl.AgreementMethodImpl
getAlgorithm() - Method in class org.opensaml.xmlsec.encryption.impl.AlgorithmIdentifierTypeImpl
getAlgorithm() - Method in class org.opensaml.xmlsec.encryption.impl.EncryptionMethodImpl
getAlgorithm() - Method in class org.opensaml.xmlsec.signature.impl.DigestMethodImpl
getAlgorithm() - Method in class org.opensaml.xmlsec.signature.impl.TransformImpl
getAlgorithm() - Method in class org.opensaml.xmlsec.signature.impl.X509DigestImpl
getAlgorithmRegistry() - Method in class org.opensaml.xmlsec.impl.BasicEncryptionParametersResolver
Get the AlgorithmRegistry instance used when resolving algorithm URIs.
getAlgorithmRegistry() - Method in class org.opensaml.xmlsec.impl.BasicSignatureSigningParametersResolver
Get the AlgorithmRegistry instance used when resolving algorithm URIs.
getAlgorithmRuntimeSupportedPredicate() - Method in class org.opensaml.xmlsec.impl.BasicEncryptionParametersResolver
Get a predicate which evaluates whether a cryptographic algorithm is supported by the runtime environment.
getAlgorithmRuntimeSupportedPredicate() - Method in class org.opensaml.xmlsec.impl.BasicSignatureSigningParametersResolver
Get a predicate which evaluates whether a cryptographic algorithm is supported by the runtime environment.
getAllChildren() - Method in class org.opensaml.xmlsec.signature.impl.TransformImpl
getBlacklistedAlgorithms() - Method in class org.opensaml.xmlsec.impl.BasicWhitelistBlacklistConfiguration
Get the list of blacklisted algorithm URI's.
getCanonicalizationAlgorithm() - Method in class org.opensaml.xmlsec.signature.impl.SignatureImpl
getCarriedKeyName() - Method in class org.opensaml.xmlsec.encryption.impl.EncryptedKeyImpl
getChain() - Method in class org.opensaml.xmlsec.signature.support.impl.ChainingSignatureTrustEngine
Get the list of configured trust engines which constitute the trust evaluation chain.
getCipherData() - Method in class org.opensaml.xmlsec.encryption.impl.EncryptedTypeImpl
getCipherReference() - Method in class org.opensaml.xmlsec.encryption.impl.CipherDataImpl
getCipherValue() - Method in class org.opensaml.xmlsec.encryption.impl.CipherDataImpl
getConfigResources() - Method in class org.opensaml.xmlsec.config.impl.XMLObjectProviderInitializer
getContentReferences() - Method in class org.opensaml.xmlsec.signature.impl.SignatureImpl
getCredentialResolver() - Method in class org.opensaml.xmlsec.signature.support.impl.ExplicitKeySignatureTrustEngine
getCredentialType() - Method in class org.opensaml.xmlsec.keyinfo.impl.BasicKeyInfoGeneratorFactory
getCredentialType() - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory
getDataEncryptionAlgorithms() - Method in class org.opensaml.xmlsec.impl.BasicEncryptionConfiguration
getDataEncryptionCredentials() - Method in class org.opensaml.xmlsec.impl.BasicEncryptionConfiguration
getDataKeyInfoCredentialResolver() - Method in class org.opensaml.xmlsec.impl.BasicDecryptionConfiguration
Get the KeyInfoCredentialResolver to use when processing the EncryptedData/KeyInfo.
getDataKeyInfoGeneratorManager() - Method in class org.opensaml.xmlsec.impl.BasicEncryptionConfiguration
getDataReferences() - Method in class org.opensaml.xmlsec.encryption.impl.ReferenceListImpl
getDEREncodedKeyValue(XMLObject) - Method in class org.opensaml.xmlsec.keyinfo.impl.provider.DEREncodedKeyValueProvider
Get the DEREncodedKeyValue from the passed XML object.
getDEREncodedKeyValues() - Method in class org.opensaml.xmlsec.signature.impl.KeyInfoImpl
getDigestMethods(Signature) - Method in class org.opensaml.xmlsec.signature.support.impl.SignatureAlgorithmValidator
Get the list of Signature Reference DigestMethod algorithm URIs.
getDSAKeyValue() - Method in class org.opensaml.xmlsec.signature.impl.KeyValueImpl
getDSAKeyValue(XMLObject) - Method in class org.opensaml.xmlsec.keyinfo.impl.provider.DSAKeyValueProvider
Get the DSAKeyValue from the passed XML object.
getECKeyValue() - Method in class org.opensaml.xmlsec.signature.impl.KeyValueImpl
getECParameters() - Method in class org.opensaml.xmlsec.signature.impl.ECKeyValueImpl
getEffectiveDataEncryptionAlgorithms(CriteriaSet, Predicate<String>) - Method in class org.opensaml.xmlsec.impl.BasicEncryptionParametersResolver
Get the effective list of data encryption algorithm URIs to consider, including application of whitelist/blacklist policy.
getEffectiveDataEncryptionCredentials(CriteriaSet) - Method in class org.opensaml.xmlsec.impl.BasicEncryptionParametersResolver
Get the effective list of data encryption credentials to consider.
getEffectiveKeyTransportAlgorithms(CriteriaSet, Predicate<String>) - Method in class org.opensaml.xmlsec.impl.BasicEncryptionParametersResolver
Get the effective list of key transport algorithm URIs to consider, including application of whitelist/blacklist policy.
getEffectiveKeyTransportCredentials(CriteriaSet) - Method in class org.opensaml.xmlsec.impl.BasicEncryptionParametersResolver
Get the effective list of key transport credentials to consider.
getEffectiveSignatureAlgorithms(CriteriaSet, Predicate<String>) - Method in class org.opensaml.xmlsec.impl.BasicSignatureSigningParametersResolver
Get the effective list of signature algorithm URIs to consider, including application of whitelist/blacklist policy.
getEffectiveSigningCredentials(CriteriaSet) - Method in class org.opensaml.xmlsec.impl.BasicSignatureSigningParametersResolver
Get the effective list of signing credentials to consider.
getEncoding() - Method in class org.opensaml.xmlsec.encryption.impl.EncryptedTypeImpl
getEncryptedKeyResolver() - Method in class org.opensaml.xmlsec.impl.BasicDecryptionConfiguration
Get the EncryptedKeyResolver to use when resolving the EncryptedKey(s) to process.
getEncryptedKeys() - Method in class org.opensaml.xmlsec.signature.impl.KeyInfoImpl
getEncryptionMethod() - Method in class org.opensaml.xmlsec.encryption.impl.EncryptedTypeImpl
getEncryptionProperties() - Method in class org.opensaml.xmlsec.encryption.impl.EncryptedTypeImpl
getEncryptionProperties() - Method in class org.opensaml.xmlsec.encryption.impl.EncryptionPropertiesImpl
getExponent() - Method in class org.opensaml.xmlsec.signature.impl.RSAKeyValueImpl
getG() - Method in class org.opensaml.xmlsec.signature.impl.DSAKeyValueImpl
getGenerator() - Method in class org.opensaml.xmlsec.encryption.impl.DHKeyValueImpl
getHMACOutputLength() - Method in class org.opensaml.xmlsec.signature.impl.SignatureImpl
getHMACOutputLengthValue(Element) - Method in class org.opensaml.xmlsec.signature.impl.SignatureUnmarshaller
Find and return the integer value contained within the HMACOutputLength element, if present.
getID() - Method in class org.opensaml.xmlsec.encryption.impl.EncryptedTypeImpl
getID() - Method in class org.opensaml.xmlsec.encryption.impl.EncryptionPropertiesImpl
getID() - Method in class org.opensaml.xmlsec.encryption.impl.EncryptionPropertyImpl
getID() - Method in class org.opensaml.xmlsec.signature.impl.DEREncodedKeyValueImpl
getID() - Method in class org.opensaml.xmlsec.signature.impl.ECKeyValueImpl
getID() - Method in class org.opensaml.xmlsec.signature.impl.KeyInfoImpl
getID() - Method in class org.opensaml.xmlsec.signature.impl.KeyInfoReferenceImpl
getIssuerName(X509Certificate) - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory.X509KeyInfoGenerator
Get issuer name from a certificate, using the currently configured X500DNHandler and issuer DN output format.
getJ() - Method in class org.opensaml.xmlsec.signature.impl.DSAKeyValueImpl
getKANonce() - Method in class org.opensaml.xmlsec.encryption.impl.AgreementMethodImpl
getKEKKeyInfoCredentialResolver() - Method in class org.opensaml.xmlsec.impl.BasicDecryptionConfiguration
Get the KeyInfoCredentialResolver to use when processing the EncryptedKey/KeyInfo (the Key Encryption Key or KEK).
getKey() - Method in class org.opensaml.xmlsec.keyinfo.impl.KeyInfoResolutionContext
Get the key currently known to be represented by the KeyInfo.
getKeyInfo() - Method in class org.opensaml.xmlsec.encryption.impl.EncryptedTypeImpl
getKeyInfo() - Method in class org.opensaml.xmlsec.keyinfo.impl.KeyInfoCredentialContext
Get the KeyInfo context from which the credential was derived.
getKeyInfo() - Method in class org.opensaml.xmlsec.keyinfo.impl.KeyInfoResolutionContext
Gets the KeyInfo being processed.
getKeyInfo() - Method in class org.opensaml.xmlsec.keyinfo.impl.StaticKeyInfoGenerator
Get the static KeyInfo object held by this generator.
getKeyInfo() - Method in class org.opensaml.xmlsec.signature.impl.SignatureImpl
getKeyInfoGeneratorManager() - Method in class org.opensaml.xmlsec.impl.BasicSignatureSigningConfiguration
getKeyInfoReference(XMLObject) - Method in class org.opensaml.xmlsec.keyinfo.impl.provider.KeyInfoReferenceProvider
Get the KeyInfoReference from the passed XML object.
getKeyInfoReferences() - Method in class org.opensaml.xmlsec.signature.impl.KeyInfoImpl
getKeyInfoResolver() - Method in class org.opensaml.xmlsec.signature.support.impl.BaseSignatureTrustEngine
getKeyInfoResolver() - Method in class org.opensaml.xmlsec.signature.support.impl.ChainingSignatureTrustEngine
getKeyNames() - Method in class org.opensaml.xmlsec.keyinfo.impl.KeyInfoResolutionContext
The key names which are currently known.
getKeyNames() - Method in class org.opensaml.xmlsec.signature.impl.KeyInfoImpl
getKeyReferences() - Method in class org.opensaml.xmlsec.encryption.impl.ReferenceListImpl
getKeySize() - Method in class org.opensaml.xmlsec.encryption.impl.EncryptionMethodImpl
getKeyTransportAlgorithmPredicate() - Method in class org.opensaml.xmlsec.impl.BasicEncryptionConfiguration
getKeyTransportEncryptionAlgorithms() - Method in class org.opensaml.xmlsec.impl.BasicEncryptionConfiguration
getKeyTransportEncryptionCredentials() - Method in class org.opensaml.xmlsec.impl.BasicEncryptionConfiguration
getKeyTransportKeyInfoGeneratorManager() - Method in class org.opensaml.xmlsec.impl.BasicEncryptionConfiguration
getKeyValues() - Method in class org.opensaml.xmlsec.signature.impl.KeyInfoImpl
getLocalCredentialResolver() - Method in class org.opensaml.xmlsec.keyinfo.impl.LocalKeyInfoCredentialResolver
Get the resolver for local credentials.
getMarshaller() - Method in class org.opensaml.xmlsec.keyinfo.impl.StaticKeyInfoGenerator
Get a KeyInfo marshaller.
getMgmtDatas() - Method in class org.opensaml.xmlsec.signature.impl.KeyInfoImpl
getMimeType() - Method in class org.opensaml.xmlsec.encryption.impl.EncryptedTypeImpl
getModulus() - Method in class org.opensaml.xmlsec.signature.impl.RSAKeyValueImpl
getNamedCurve() - Method in class org.opensaml.xmlsec.signature.impl.ECKeyValueImpl
getOAEPparams() - Method in class org.opensaml.xmlsec.encryption.impl.EncryptionMethodImpl
getOptions() - Method in class org.opensaml.xmlsec.keyinfo.impl.BasicKeyInfoGeneratorFactory
Get the options of this instance.
getOptions() - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory
Get the options of this instance.
getOrderedChildren() - Method in class org.opensaml.xmlsec.encryption.impl.AgreementMethodImpl
getOrderedChildren() - Method in class org.opensaml.xmlsec.encryption.impl.AlgorithmIdentifierTypeImpl
getOrderedChildren() - Method in class org.opensaml.xmlsec.encryption.impl.CipherDataImpl
getOrderedChildren() - Method in class org.opensaml.xmlsec.encryption.impl.CipherReferenceImpl
getOrderedChildren() - Method in class org.opensaml.xmlsec.encryption.impl.DHKeyValueImpl
getOrderedChildren() - Method in class org.opensaml.xmlsec.encryption.impl.EncryptedKeyImpl
getOrderedChildren() - Method in class org.opensaml.xmlsec.encryption.impl.EncryptedTypeImpl
getOrderedChildren() - Method in class org.opensaml.xmlsec.encryption.impl.EncryptionMethodImpl
getOrderedChildren() - Method in class org.opensaml.xmlsec.encryption.impl.EncryptionPropertiesImpl
getOrderedChildren() - Method in class org.opensaml.xmlsec.encryption.impl.EncryptionPropertyImpl
getOrderedChildren() - Method in class org.opensaml.xmlsec.encryption.impl.ReferenceListImpl
getOrderedChildren() - Method in class org.opensaml.xmlsec.encryption.impl.ReferenceTypeImpl
getOrderedChildren() - Method in class org.opensaml.xmlsec.encryption.impl.TransformsImpl
getOrderedChildren() - Method in class org.opensaml.xmlsec.signature.impl.DigestMethodImpl
getOrderedChildren() - Method in class org.opensaml.xmlsec.signature.impl.DSAKeyValueImpl
getOrderedChildren() - Method in class org.opensaml.xmlsec.signature.impl.ECKeyValueImpl
getOrderedChildren() - Method in class org.opensaml.xmlsec.signature.impl.KeyInfoImpl
getOrderedChildren() - Method in class org.opensaml.xmlsec.signature.impl.KeyInfoReferenceImpl
getOrderedChildren() - Method in class org.opensaml.xmlsec.signature.impl.KeyValueImpl
getOrderedChildren() - Method in class org.opensaml.xmlsec.signature.impl.NamedCurveImpl
getOrderedChildren() - Method in class org.opensaml.xmlsec.signature.impl.PGPDataImpl
getOrderedChildren() - Method in class org.opensaml.xmlsec.signature.impl.RetrievalMethodImpl
getOrderedChildren() - Method in class org.opensaml.xmlsec.signature.impl.RSAKeyValueImpl
getOrderedChildren() - Method in class org.opensaml.xmlsec.signature.impl.SignatureImpl
getOrderedChildren() - Method in class org.opensaml.xmlsec.signature.impl.SPKIDataImpl
getOrderedChildren() - Method in class org.opensaml.xmlsec.signature.impl.TransformImpl
getOrderedChildren() - Method in class org.opensaml.xmlsec.signature.impl.TransformsImpl
getOrderedChildren() - Method in class org.opensaml.xmlsec.signature.impl.X509CertificateImpl
getOrderedChildren() - Method in class org.opensaml.xmlsec.signature.impl.X509CRLImpl
getOrderedChildren() - Method in class org.opensaml.xmlsec.signature.impl.X509DataImpl
getOrderedChildren() - Method in class org.opensaml.xmlsec.signature.impl.X509IssuerSerialImpl
getOrderedChildren() - Method in class org.opensaml.xmlsec.signature.impl.X509SerialNumberImpl
getOriginatorKeyInfo() - Method in class org.opensaml.xmlsec.encryption.impl.AgreementMethodImpl
getP() - Method in class org.opensaml.xmlsec.encryption.impl.DHKeyValueImpl
getP() - Method in class org.opensaml.xmlsec.signature.impl.DSAKeyValueImpl
getParameters() - Method in class org.opensaml.xmlsec.encryption.impl.AlgorithmIdentifierTypeImpl
getPgenCounter() - Method in class org.opensaml.xmlsec.encryption.impl.DHKeyValueImpl
getPgenCounter() - Method in class org.opensaml.xmlsec.signature.impl.DSAKeyValueImpl
getPGPDatas() - Method in class org.opensaml.xmlsec.signature.impl.KeyInfoImpl
getPGPKeyID() - Method in class org.opensaml.xmlsec.signature.impl.PGPDataImpl
getPGPKeyPacket() - Method in class org.opensaml.xmlsec.signature.impl.PGPDataImpl
getPKIXResolver() - Method in class org.opensaml.xmlsec.signature.support.impl.PKIXSignatureTrustEngine
getPKIXTrustEvaluator() - Method in class org.opensaml.xmlsec.signature.support.impl.PKIXSignatureTrustEngine
Get the PKIXTrustEvaluator instance used to evaluate trust.
getProperties() - Method in class org.opensaml.xmlsec.keyinfo.impl.KeyInfoResolutionContext
Get the extensible properties map.
getProviders() - Method in class org.opensaml.xmlsec.keyinfo.impl.BasicProviderKeyInfoCredentialResolver
Return the list of the KeyInfoProvider instances used in this resolver configuration.
getPublic() - Method in class org.opensaml.xmlsec.encryption.impl.DHKeyValueImpl
getPublicKey() - Method in class org.opensaml.xmlsec.signature.impl.ECKeyValueImpl
getQ() - Method in class org.opensaml.xmlsec.encryption.impl.DHKeyValueImpl
getQ() - Method in class org.opensaml.xmlsec.signature.impl.DSAKeyValueImpl
getRecipient() - Method in class org.opensaml.xmlsec.encryption.impl.EncryptedKeyImpl
getRecipientKeyInfo() - Method in class org.opensaml.xmlsec.encryption.impl.AgreementMethodImpl
getReferenceList() - Method in class org.opensaml.xmlsec.encryption.impl.EncryptedKeyImpl
getReferences() - Method in class org.opensaml.xmlsec.encryption.impl.ReferenceListImpl
getResolvedCredentials() - Method in class org.opensaml.xmlsec.keyinfo.impl.KeyInfoResolutionContext
Get the set of credentials previously resolved.
getRetrievalMethods() - Method in class org.opensaml.xmlsec.signature.impl.KeyInfoImpl
getRSAKeyValue() - Method in class org.opensaml.xmlsec.signature.impl.KeyValueImpl
getRSAKeyValue(XMLObject) - Method in class org.opensaml.xmlsec.keyinfo.impl.provider.RSAKeyValueProvider
Get the RSAKeyValue from the passed XML object.
getRSAOAEPParameters() - Method in class org.opensaml.xmlsec.impl.BasicEncryptionConfiguration
getSeed() - Method in class org.opensaml.xmlsec.encryption.impl.DHKeyValueImpl
getSeed() - Method in class org.opensaml.xmlsec.signature.impl.DSAKeyValueImpl
getSignatureAlgorithm() - Method in class org.opensaml.xmlsec.signature.impl.SignatureImpl
getSignatureAlgorithm(Signature) - Method in class org.opensaml.xmlsec.signature.support.impl.SignatureAlgorithmValidator
Get the signature algorithm.
getSignatureAlgorithms() - Method in class org.opensaml.xmlsec.impl.BasicSignatureSigningConfiguration
getSignatureCanonicalizationAlgorithm() - Method in class org.opensaml.xmlsec.impl.BasicSignatureSigningConfiguration
getSignatureHMACOutputLength() - Method in class org.opensaml.xmlsec.impl.BasicSignatureSigningConfiguration
getSignatureReferenceCanonicalizationAlgorithm() - Method in class org.opensaml.xmlsec.impl.BasicSignatureSigningConfiguration
Get a canonicalization algorithm URI suitable for use as a Signature Reference Transform value.
getSignatureReferenceDigestMethods() - Method in class org.opensaml.xmlsec.impl.BasicSignatureSigningConfiguration
getSignatureTrustEngine() - Method in class org.opensaml.xmlsec.impl.BasicSignatureValidationConfiguration
Get the signature trust engine to use.
getSigningCredential() - Method in class org.opensaml.xmlsec.signature.impl.SignatureImpl
getSigningCredentials() - Method in class org.opensaml.xmlsec.impl.BasicSignatureSigningConfiguration
getSPKIDatas() - Method in class org.opensaml.xmlsec.signature.impl.KeyInfoImpl
getSPKISexps() - Method in class org.opensaml.xmlsec.signature.impl.SPKIDataImpl
getSubjectAltNames() - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory
The set of types of subject alternative names to process.
getSubjectName(X509Certificate) - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory.X509KeyInfoGenerator
Get subject name from a certificate, using the currently configured X500DNHandler and subject DN output format.
getTarget() - Method in class org.opensaml.xmlsec.encryption.impl.EncryptionPropertyImpl
getTransforms() - Method in class org.opensaml.xmlsec.encryption.impl.CipherReferenceImpl
getTransforms() - Method in class org.opensaml.xmlsec.encryption.impl.TransformsImpl
getTransforms() - Method in class org.opensaml.xmlsec.signature.impl.RetrievalMethodImpl
getTransforms() - Method in class org.opensaml.xmlsec.signature.impl.TransformsImpl
getType() - Method in class org.opensaml.xmlsec.encryption.impl.EncryptedTypeImpl
getType() - Method in class org.opensaml.xmlsec.signature.impl.RetrievalMethodImpl
getUnknownAttributes() - Method in class org.opensaml.xmlsec.encryption.impl.EncryptionPropertyImpl
getUnknownXMLObject() - Method in class org.opensaml.xmlsec.signature.impl.KeyValueImpl
getUnknownXMLObjects() - Method in class org.opensaml.xmlsec.encryption.impl.AgreementMethodImpl
getUnknownXMLObjects() - Method in class org.opensaml.xmlsec.encryption.impl.EncryptionMethodImpl
getUnknownXMLObjects() - Method in class org.opensaml.xmlsec.encryption.impl.EncryptionPropertyImpl
getUnknownXMLObjects() - Method in class org.opensaml.xmlsec.encryption.impl.ReferenceTypeImpl
getUnknownXMLObjects() - Method in class org.opensaml.xmlsec.signature.impl.DigestMethodImpl
getUnknownXMLObjects() - Method in class org.opensaml.xmlsec.signature.impl.PGPDataImpl
getUnknownXMLObjects(QName) - Method in class org.opensaml.xmlsec.encryption.impl.AgreementMethodImpl
getUnknownXMLObjects(QName) - Method in class org.opensaml.xmlsec.encryption.impl.EncryptionMethodImpl
getUnknownXMLObjects(QName) - Method in class org.opensaml.xmlsec.encryption.impl.EncryptionPropertyImpl
getUnknownXMLObjects(QName) - Method in class org.opensaml.xmlsec.encryption.impl.ReferenceTypeImpl
getUnknownXMLObjects(QName) - Method in class org.opensaml.xmlsec.signature.impl.DigestMethodImpl
getUnknownXMLObjects(QName) - Method in class org.opensaml.xmlsec.signature.impl.PGPDataImpl
getUnmarshaller() - Method in class org.opensaml.xmlsec.keyinfo.impl.StaticKeyInfoGenerator
Get a KeyInfo unmarshaller.
getURI() - Method in class org.opensaml.xmlsec.encryption.impl.CipherReferenceImpl
getURI() - Method in class org.opensaml.xmlsec.encryption.impl.ReferenceTypeImpl
getURI() - Method in class org.opensaml.xmlsec.signature.impl.KeyInfoReferenceImpl
getURI() - Method in class org.opensaml.xmlsec.signature.impl.NamedCurveImpl
getURI() - Method in class org.opensaml.xmlsec.signature.impl.RetrievalMethodImpl
getValue() - Method in class org.opensaml.xmlsec.signature.impl.X509CertificateImpl
getValue() - Method in class org.opensaml.xmlsec.signature.impl.X509CRLImpl
getValue() - Method in class org.opensaml.xmlsec.signature.impl.X509SerialNumberImpl
getValueBigInt() - Method in class org.opensaml.xmlsec.signature.impl.CryptoBinaryImpl
getWhitelistBlacklistPrecedence() - Method in class org.opensaml.xmlsec.impl.BasicWhitelistBlacklistConfiguration
getWhitelistBlacklistPredicate(CriteriaSet) - Method in class org.opensaml.xmlsec.impl.BasicEncryptionParametersResolver
Get a predicate which implements the effective configured whitelist/blacklist policy.
getWhitelistBlacklistPredicate(CriteriaSet) - Method in class org.opensaml.xmlsec.impl.BasicSignatureSigningParametersResolver
Get a predicate which implements the effective configured whitelist/blacklist policy.
getWhitelistedAlgorithms() - Method in class org.opensaml.xmlsec.impl.BasicWhitelistBlacklistConfiguration
Get the list of whitelisted algorithm URI's.
getX500DNHandler() - Method in class org.opensaml.xmlsec.keyinfo.impl.provider.InlineX509DataProvider
Get the handler which process X.500 distinguished names.
getX500DNHandler() - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory
Get the handler which process X.500 distinguished names.
getX500IssuerDNFormat() - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory
Get the output format specifier for X.500 issuer names.
getX500SubjectDNFormat() - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory
Get the output format specifier for X.500 subject names.
getX509Certificates() - Method in class org.opensaml.xmlsec.signature.impl.X509DataImpl
getX509CredentialNameEvaluator() - Method in class org.opensaml.xmlsec.signature.support.impl.PKIXSignatureTrustEngine
Get the X509CredentialNameEvaluator instance used to evaluate a credential against trusted names.
getX509CRLs() - Method in class org.opensaml.xmlsec.signature.impl.X509DataImpl
getX509Datas() - Method in class org.opensaml.xmlsec.signature.impl.KeyInfoImpl
getX509DigestAlgorithmURI() - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory
Get the algorithm URI for X509Digest digests.
getX509Digests() - Method in class org.opensaml.xmlsec.signature.impl.X509DataImpl
getX509IssuerName() - Method in class org.opensaml.xmlsec.signature.impl.X509IssuerSerialImpl
getX509IssuerSerials() - Method in class org.opensaml.xmlsec.signature.impl.X509DataImpl
getX509SerialNumber() - Method in class org.opensaml.xmlsec.signature.impl.X509IssuerSerialImpl
getX509SKIs() - Method in class org.opensaml.xmlsec.signature.impl.X509DataImpl
getX509SubjectNames() - Method in class org.opensaml.xmlsec.signature.impl.X509DataImpl
getXMLObjects() - Method in class org.opensaml.xmlsec.signature.impl.KeyInfoImpl
getXMLObjects() - Method in class org.opensaml.xmlsec.signature.impl.SPKIDataImpl
getXMLObjects() - Method in class org.opensaml.xmlsec.signature.impl.X509DataImpl
getXMLObjects(QName) - Method in class org.opensaml.xmlsec.signature.impl.KeyInfoImpl
getXMLObjects(QName) - Method in class org.opensaml.xmlsec.signature.impl.SPKIDataImpl
getXMLObjects(QName) - Method in class org.opensaml.xmlsec.signature.impl.TransformImpl
getXMLObjects(QName) - Method in class org.opensaml.xmlsec.signature.impl.X509DataImpl
getXMLSignature() - Method in class org.opensaml.xmlsec.signature.impl.SignatureImpl
Get the Apache XML Security signature instance held by this object.
getXMLSignature(Signature) - Method in class org.opensaml.xmlsec.signature.support.impl.provider.ApacheSantuarioSignatureValidationProviderImpl
Access the XMLSignature from the given signature object.
getXPaths() - Method in class org.opensaml.xmlsec.signature.impl.TransformImpl
getY() - Method in class org.opensaml.xmlsec.signature.impl.DSAKeyValueImpl
GImpl - Class in org.opensaml.xmlsec.signature.impl
Concrete implementation of G.
GImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.signature.impl.GImpl
Constructor.
GlobalSecurityConfigurationInitializer - Class in org.opensaml.xmlsec.config.impl
An initializer which initializes the global security configuration.
GlobalSecurityConfigurationInitializer() - Constructor for class org.opensaml.xmlsec.config.impl.GlobalSecurityConfigurationInitializer
 

H

handles(XMLObject) - Method in interface org.opensaml.xmlsec.keyinfo.impl.KeyInfoProvider
Evaluate whether the given provider should attempt to handle resolving a credential from the specified KeyInfo child.
handles(XMLObject) - Method in class org.opensaml.xmlsec.keyinfo.impl.provider.DEREncodedKeyValueProvider
Evaluate whether the given provider should attempt to handle resolving a credential from the specified KeyInfo child.
handles(XMLObject) - Method in class org.opensaml.xmlsec.keyinfo.impl.provider.DSAKeyValueProvider
Evaluate whether the given provider should attempt to handle resolving a credential from the specified KeyInfo child.
handles(XMLObject) - Method in class org.opensaml.xmlsec.keyinfo.impl.provider.InlineX509DataProvider
Evaluate whether the given provider should attempt to handle resolving a credential from the specified KeyInfo child.
handles(XMLObject) - Method in class org.opensaml.xmlsec.keyinfo.impl.provider.KeyInfoReferenceProvider
Evaluate whether the given provider should attempt to handle resolving a credential from the specified KeyInfo child.
handles(XMLObject) - Method in class org.opensaml.xmlsec.keyinfo.impl.provider.RSAKeyValueProvider
Evaluate whether the given provider should attempt to handle resolving a credential from the specified KeyInfo child.
handles(Credential) - Method in class org.opensaml.xmlsec.keyinfo.impl.BasicKeyInfoGeneratorFactory
handles(Credential) - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory
hmacOutputLength - Variable in class org.opensaml.xmlsec.signature.impl.SignatureImpl
Optional HMAC output length parameter to the signature algorithm.

I

id - Variable in class org.opensaml.xmlsec.encryption.impl.EncryptedTypeImpl
id attribute value.
id - Variable in class org.opensaml.xmlsec.encryption.impl.EncryptionPropertiesImpl
Id attribute value.
id - Variable in class org.opensaml.xmlsec.encryption.impl.EncryptionPropertyImpl
Id attribute value.
id - Variable in class org.opensaml.xmlsec.signature.impl.DEREncodedKeyValueImpl
Algorithm attribute value.
id - Variable in class org.opensaml.xmlsec.signature.impl.ECKeyValueImpl
Id attribute value.
id - Variable in class org.opensaml.xmlsec.signature.impl.KeyInfoImpl
The Id attribute value.
id - Variable in class org.opensaml.xmlsec.signature.impl.KeyInfoReferenceImpl
Id attribute value.
index - Variable in class org.opensaml.xmlsec.signature.impl.X509CertificateImpl.CleanerState
The index to remove from the store.
index - Variable in class org.opensaml.xmlsec.signature.impl.X509CRLImpl.CleanerState
The index to remove from the store.
indexedChildren - Variable in class org.opensaml.xmlsec.encryption.impl.ReferenceListImpl
ReferenceType child elements.
indexedChildren - Variable in class org.opensaml.xmlsec.signature.impl.KeyInfoImpl
The list of XMLObject child elements.
indexedChildren - Variable in class org.opensaml.xmlsec.signature.impl.SPKIDataImpl
The list of XMLObject child elements.
indexedChildren - Variable in class org.opensaml.xmlsec.signature.impl.TransformImpl
"any" children.
indexedChildren - Variable in class org.opensaml.xmlsec.signature.impl.X509DataImpl
The list of XMLObject child elements.
init() - Method in class org.opensaml.xmlsec.config.impl.ApacheXMLSecurityInitializer
init() - Method in class org.opensaml.xmlsec.config.impl.GlobalSecurityConfigurationInitializer
init() - Method in class org.opensaml.xmlsec.config.impl.JavaCryptoValidationInitializer
initResolutionContext(KeyInfoResolutionContext, KeyInfo, CriteriaSet) - Method in class org.opensaml.xmlsec.keyinfo.impl.BasicProviderKeyInfoCredentialResolver
Initialize the resolution context that will be used by the providers.
InlineX509DataProvider - Class in org.opensaml.xmlsec.keyinfo.impl.provider
Implementation of KeyInfoProvider which provides basic support for extracting a X509Credential from an X509Data child of KeyInfo.
InlineX509DataProvider() - Constructor for class org.opensaml.xmlsec.keyinfo.impl.provider.InlineX509DataProvider
Constructor.
isAutoGenerateDataEncryptionCredential() - Method in class org.opensaml.xmlsec.impl.BasicEncryptionParametersResolver
Get whether an this resolver should auto-generate data encryption credentials.
isBlacklistMerge() - Method in class org.opensaml.xmlsec.impl.BasicWhitelistBlacklistConfiguration
isDataEncryptionAlgorithm(String) - Method in class org.opensaml.xmlsec.impl.BasicEncryptionParametersResolver
Evaluate whether the specified algorithm is a data encryption algorithm.
isKeyTransportAlgorithm(String) - Method in class org.opensaml.xmlsec.impl.BasicEncryptionParametersResolver
Evaluate whether the specified algorithm is a key transport algorithm.
isLocalCredential(Credential) - Method in class org.opensaml.xmlsec.keyinfo.impl.LocalKeyInfoCredentialResolver
Determine whether the credential is a local credential.
isRSAOAEPParametersMerge() - Method in class org.opensaml.xmlsec.impl.BasicEncryptionConfiguration
.
issuerName - Variable in class org.opensaml.xmlsec.signature.impl.X509IssuerSerialImpl
X509IssuerName child element.
isWhitelistMerge() - Method in class org.opensaml.xmlsec.impl.BasicWhitelistBlacklistConfiguration

J

j - Variable in class org.opensaml.xmlsec.signature.impl.DSAKeyValueImpl
J child element.
JavaCryptoValidationInitializer - Class in org.opensaml.xmlsec.config.impl
An initializer which validates the Java Cryptographic Architecture environment is usable.
JavaCryptoValidationInitializer() - Constructor for class org.opensaml.xmlsec.config.impl.JavaCryptoValidationInitializer
 
JBuilder - Class in org.opensaml.xmlsec.signature.impl
Builder of J.
JBuilder() - Constructor for class org.opensaml.xmlsec.signature.impl.JBuilder
Constructor.
JImpl - Class in org.opensaml.xmlsec.signature.impl
Concrete implementation of J.
JImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.signature.impl.JImpl
Constructor.

K

kaNonce - Variable in class org.opensaml.xmlsec.encryption.impl.AgreementMethodImpl
KA-Nonce child element value.
KANonceBuilder - Class in org.opensaml.xmlsec.encryption.impl
Builder of KANonce.
KANonceBuilder() - Constructor for class org.opensaml.xmlsec.encryption.impl.KANonceBuilder
Constructor.
KANonceImpl - Class in org.opensaml.xmlsec.encryption.impl
Concrete implementation of KANonce.
KANonceImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.encryption.impl.KANonceImpl
Constructor.
kekKeyInfoCredentialResolver - Variable in class org.opensaml.xmlsec.impl.BasicDecryptionConfiguration
The EncryptedKey's KeyInfo credential resolver.
key - Variable in class org.opensaml.xmlsec.keyinfo.impl.KeyInfoResolutionContext
Get the key currently known to be represented by the KeyInfo.
keyInfo - Variable in class org.opensaml.xmlsec.encryption.impl.EncryptedTypeImpl
EncryptionMethod child element.
keyInfo - Variable in class org.opensaml.xmlsec.keyinfo.impl.KeyInfoCredentialContext
The KeyInfo context.
keyInfo - Variable in class org.opensaml.xmlsec.keyinfo.impl.KeyInfoResolutionContext
The KeyInfo being processed.
keyInfo - Variable in class org.opensaml.xmlsec.keyinfo.impl.StaticKeyInfoGenerator
The KeyInfo object held by this generator instance.
keyInfo - Variable in class org.opensaml.xmlsec.signature.impl.SignatureImpl
Public key information to embed in the signature.
keyInfoBuilder - Variable in class org.opensaml.xmlsec.keyinfo.impl.BasicKeyInfoGeneratorFactory.BasicKeyInfoGenerator
Builder for KeyInfo objects.
keyInfoBuilder - Variable in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory.X509KeyInfoGenerator
Builder for KeyInfo objects.
KeyInfoBuilder - Class in org.opensaml.xmlsec.signature.impl
Builder of KeyInfo.
KeyInfoBuilder() - Constructor for class org.opensaml.xmlsec.signature.impl.KeyInfoBuilder
Constructor.
KeyInfoCredentialContext - Class in org.opensaml.xmlsec.keyinfo.impl
Context for credentials resolved from a KeyInfo element.
KeyInfoCredentialContext(KeyInfo) - Constructor for class org.opensaml.xmlsec.keyinfo.impl.KeyInfoCredentialContext
Constructor.
keyInfoCredentialResolver - Variable in class org.opensaml.xmlsec.signature.support.impl.BaseSignatureTrustEngine
KeyInfo credential resolver used to obtain the signing credential from a Signature's KeyInfo.
keyInfoGeneratorManager - Variable in class org.opensaml.xmlsec.impl.BasicSignatureSigningConfiguration
Manager for named KeyInfoGenerator instances.
KeyInfoImpl - Class in org.opensaml.xmlsec.signature.impl
Concrete implementation of KeyInfo.
KeyInfoImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.signature.impl.KeyInfoImpl
Constructor.
keyInfoMarshaller - Variable in class org.opensaml.xmlsec.keyinfo.impl.StaticKeyInfoGenerator
Marshaller used in cloning operation.
KeyInfoMarshaller - Class in org.opensaml.xmlsec.signature.impl
A thread-safe Marshaller for KeyInfo objects.
KeyInfoMarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.KeyInfoMarshaller
 
KeyInfoProvider - Interface in org.opensaml.xmlsec.keyinfo.impl
Interface for providers used in conjunction with a KeyInfoCredentialResolver which support resolving Credentials based on a child element of KeyInfo.
KeyInfoReferenceBuilder - Class in org.opensaml.xmlsec.signature.impl
Builder of KeyInfoReference.
KeyInfoReferenceBuilder() - Constructor for class org.opensaml.xmlsec.signature.impl.KeyInfoReferenceBuilder
Constructor.
KeyInfoReferenceImpl - Class in org.opensaml.xmlsec.signature.impl
Concrete implementation of KeyInfoReference.
KeyInfoReferenceImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.signature.impl.KeyInfoReferenceImpl
Constructor.
KeyInfoReferenceMarshaller - Class in org.opensaml.xmlsec.signature.impl
Thread-safe marshaller of KeyInfoReference objects.
KeyInfoReferenceMarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.KeyInfoReferenceMarshaller
 
KeyInfoReferenceProvider - Class in org.opensaml.xmlsec.keyinfo.impl.provider
Implementation of KeyInfoProvider which supports KeyInfoReference.
KeyInfoReferenceProvider() - Constructor for class org.opensaml.xmlsec.keyinfo.impl.provider.KeyInfoReferenceProvider
 
KeyInfoReferenceUnmarshaller - Class in org.opensaml.xmlsec.signature.impl
A thread-safe Unmarshaller for KeyInfoReference objects.
KeyInfoReferenceUnmarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.KeyInfoReferenceUnmarshaller
 
KeyInfoResolutionContext - Class in org.opensaml.xmlsec.keyinfo.impl
Resolution context class that is used to supply state information to, and to share information amongst, KeyInfoProviders.
KeyInfoResolutionContext(Collection<Credential>) - Constructor for class org.opensaml.xmlsec.keyinfo.impl.KeyInfoResolutionContext
Constructor.
keyInfoUnmarshaller - Variable in class org.opensaml.xmlsec.keyinfo.impl.StaticKeyInfoGenerator
Unmarshaller used in cloning operation.
KeyInfoUnmarshaller - Class in org.opensaml.xmlsec.signature.impl
A thread-safe Unmarshaller for KeyInfo objects.
KeyInfoUnmarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.KeyInfoUnmarshaller
 
KeyNameBuilder - Class in org.opensaml.xmlsec.signature.impl
Builder of KeyName.
KeyNameBuilder() - Constructor for class org.opensaml.xmlsec.signature.impl.KeyNameBuilder
Constructor.
KeyNameImpl - Class in org.opensaml.xmlsec.signature.impl
Concrete implementation of KeyName.
KeyNameImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.signature.impl.KeyNameImpl
Constructor.
keyNames - Variable in class org.opensaml.xmlsec.keyinfo.impl.KeyInfoResolutionContext
Key names which are known to be associated with the KeyInfo being processed.
KeyReferenceBuilder - Class in org.opensaml.xmlsec.encryption.impl
Builder of KeyReference.
KeyReferenceBuilder() - Constructor for class org.opensaml.xmlsec.encryption.impl.KeyReferenceBuilder
Constructor.
KeyReferenceImpl - Class in org.opensaml.xmlsec.encryption.impl
Concrete implementation of KeyReference.
KeyReferenceImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.encryption.impl.KeyReferenceImpl
Constructor.
KeyReferenceMarshaller - Class in org.opensaml.xmlsec.encryption.impl
A thread-safe Marshaller for KeyReference objects.
KeyReferenceMarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.KeyReferenceMarshaller
 
KeyReferenceUnmarshaller - Class in org.opensaml.xmlsec.encryption.impl
A thread-safe Unmarshaller for KeyReference objects.
KeyReferenceUnmarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.KeyReferenceUnmarshaller
 
keySize - Variable in class org.opensaml.xmlsec.encryption.impl.EncryptionMethodImpl
KeySize child element value.
KeySizeBuilder - Class in org.opensaml.xmlsec.encryption.impl
Builder of KeySize.
KeySizeBuilder() - Constructor for class org.opensaml.xmlsec.encryption.impl.KeySizeBuilder
Constructor.
KeySizeImpl - Class in org.opensaml.xmlsec.encryption.impl
Concrete implementation of KeySize.
KeySizeImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.encryption.impl.KeySizeImpl
Constructor.
keyTransportEncryptionAlgorithms - Variable in class org.opensaml.xmlsec.impl.BasicEncryptionConfiguration
Key transport encryption algorithm URIs.
keyTransportEncryptionCredentials - Variable in class org.opensaml.xmlsec.impl.BasicEncryptionConfiguration
Key transport encryption credentials.
keyTransportKeyInfoGeneratorManager - Variable in class org.opensaml.xmlsec.impl.BasicEncryptionConfiguration
Manager for named KeyInfoGenerator instances for encrypting keys.
keyTransportPredicate - Variable in class org.opensaml.xmlsec.impl.BasicEncryptionConfiguration
Key transport algorithm predicate.
keyTrust - Variable in class org.opensaml.xmlsec.signature.support.impl.ExplicitKeySignatureTrustEngine
The external explicit key trust engine to use as a basis for trust in this implementation.
KeyValueBuilder - Class in org.opensaml.xmlsec.signature.impl
Builder of KeyValue.
KeyValueBuilder() - Constructor for class org.opensaml.xmlsec.signature.impl.KeyValueBuilder
Constructor.
KeyValueImpl - Class in org.opensaml.xmlsec.signature.impl
Concrete implementation of KeyValue.
KeyValueImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.signature.impl.KeyValueImpl
Constructor.
KeyValueMarshaller - Class in org.opensaml.xmlsec.signature.impl
A thread-safe Marshaller for KeyValue objects.
KeyValueMarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.KeyValueMarshaller
 
KeyValueUnmarshaller - Class in org.opensaml.xmlsec.signature.impl
A thread-safe Unmarshaller for KeyValue objects.
KeyValueUnmarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.KeyValueUnmarshaller
 

L

localCredResolver - Variable in class org.opensaml.xmlsec.keyinfo.impl.LocalKeyInfoCredentialResolver
The resolver which is used to resolve local credentials.
LocalKeyInfoCredentialResolver - Class in org.opensaml.xmlsec.keyinfo.impl
A simple specialization of BasicProviderKeyInfoCredentialResolver which is capable of using information from a KeyInfo to resolve local credentials from a supplied CredentialResolver which manages local credentials.
LocalKeyInfoCredentialResolver(List<KeyInfoProvider>, CredentialResolver) - Constructor for class org.opensaml.xmlsec.keyinfo.impl.LocalKeyInfoCredentialResolver
Constructor.
log - Variable in class org.opensaml.xmlsec.config.impl.ApacheXMLSecurityInitializer
Logger.
log - Variable in class org.opensaml.xmlsec.config.impl.JavaCryptoValidationInitializer
Logger.
log - Variable in class org.opensaml.xmlsec.encryption.impl.AbstractXMLEncryptionUnmarshaller
Logger.
log - Variable in class org.opensaml.xmlsec.impl.AbstractSecurityParametersResolver
Logger.
log - Variable in class org.opensaml.xmlsec.impl.BasicDecryptionParametersResolver
Logger.
log - Variable in class org.opensaml.xmlsec.impl.BasicEncryptionConfiguration
Class logger.
log - Variable in class org.opensaml.xmlsec.impl.BasicEncryptionParametersResolver
Logger.
log - Variable in class org.opensaml.xmlsec.impl.BasicSignatureSigningConfiguration
Class logger.
log - Variable in class org.opensaml.xmlsec.impl.BasicSignatureSigningParametersResolver
Logger.
log - Variable in class org.opensaml.xmlsec.impl.BasicSignatureValidationParametersResolver
Logger.
log - Variable in class org.opensaml.xmlsec.keyinfo.impl.BasicProviderKeyInfoCredentialResolver
Class logger.
log - Variable in class org.opensaml.xmlsec.keyinfo.impl.provider.DEREncodedKeyValueProvider
Class logger.
log - Variable in class org.opensaml.xmlsec.keyinfo.impl.provider.DSAKeyValueProvider
Class logger.
log - Variable in class org.opensaml.xmlsec.keyinfo.impl.provider.InlineX509DataProvider
Class logger.
log - Variable in class org.opensaml.xmlsec.keyinfo.impl.provider.KeyInfoReferenceProvider
Class logger.
log - Variable in class org.opensaml.xmlsec.keyinfo.impl.provider.RSAKeyValueProvider
Class logger.
log - Variable in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory.X509KeyInfoGenerator
Class logger.
log - Variable in class org.opensaml.xmlsec.messaging.impl.PopulateSignatureValidationParametersHandler
Class logger.
log - Variable in class org.opensaml.xmlsec.signature.impl.AbstractXMLSignatureUnmarshaller
Logger.
log - Variable in class org.opensaml.xmlsec.signature.impl.CryptoBinaryImpl
Class logger.
log - Variable in class org.opensaml.xmlsec.signature.impl.SignatureMarshaller
Class logger.
log - Variable in class org.opensaml.xmlsec.signature.impl.SignatureUnmarshaller
Class logger.
log - Variable in class org.opensaml.xmlsec.signature.support.impl.BaseSignatureTrustEngine
Class logger.
log - Variable in class org.opensaml.xmlsec.signature.support.impl.ChainingSignaturePrevalidator
Logger.
log - Variable in class org.opensaml.xmlsec.signature.support.impl.ChainingSignatureTrustEngine
Class logger.
log - Variable in class org.opensaml.xmlsec.signature.support.impl.ExplicitKeySignatureTrustEngine
Class logger.
log - Variable in class org.opensaml.xmlsec.signature.support.impl.PKIXSignatureTrustEngine
Class logger.
log - Variable in class org.opensaml.xmlsec.signature.support.impl.provider.ApacheSantuarioSignatureValidationProviderImpl
Class logger.
log - Variable in class org.opensaml.xmlsec.signature.support.impl.provider.ApacheSantuarioSignerProviderImpl
Logger.
log - Variable in class org.opensaml.xmlsec.signature.support.impl.SignatureAlgorithmValidator
Logger.
logResult(DecryptionParameters) - Method in class org.opensaml.xmlsec.impl.BasicDecryptionParametersResolver
Log the resolved parameters.
logResult(EncryptionParameters) - Method in class org.opensaml.xmlsec.impl.BasicEncryptionParametersResolver
Log the resolved parameters.
logResult(SignatureSigningParameters) - Method in class org.opensaml.xmlsec.impl.BasicSignatureSigningParametersResolver
Log the resolved parameters.
logResult(SignatureValidationParameters) - Method in class org.opensaml.xmlsec.impl.BasicSignatureValidationParametersResolver
Log the resolved parameters.
lookupKeyInfoGenerator(Credential, NamedKeyInfoGeneratorManager, String) - Method in class org.opensaml.xmlsec.impl.AbstractSecurityParametersResolver
Resolve a KeyInfoGenerator instance based on a NamedKeyInfoGeneratorManager, Credential and optional KeyInfo generation profile name.

M

marshall(XMLObject) - Method in class org.opensaml.xmlsec.signature.impl.SignatureMarshaller
marshall(XMLObject, Document) - Method in class org.opensaml.xmlsec.signature.impl.SignatureMarshaller
marshall(XMLObject, Element) - Method in class org.opensaml.xmlsec.signature.impl.SignatureMarshaller
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xmlsec.encryption.impl.AbstractXMLEncryptionMarshaller
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xmlsec.encryption.impl.AgreementMethodMarshaller
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xmlsec.encryption.impl.AlgorithmIdentifierTypeMarshaller
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xmlsec.encryption.impl.CipherReferenceMarshaller
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xmlsec.encryption.impl.EncryptedKeyMarshaller
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xmlsec.encryption.impl.EncryptedTypeMarshaller
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xmlsec.encryption.impl.EncryptionMethodMarshaller
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xmlsec.encryption.impl.EncryptionPropertiesMarshaller
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xmlsec.encryption.impl.EncryptionPropertyMarshaller
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xmlsec.encryption.impl.ReferenceTypeMarshaller
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xmlsec.signature.impl.AbstractXMLSignatureMarshaller
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xmlsec.signature.impl.DEREncodedKeyValueMarshaller
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xmlsec.signature.impl.DigestMethodMarshaller
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xmlsec.signature.impl.ECKeyValueMarshaller
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xmlsec.signature.impl.KeyInfoMarshaller
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xmlsec.signature.impl.KeyInfoReferenceMarshaller
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xmlsec.signature.impl.NamedCurveMarshaller
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xmlsec.signature.impl.RetrievalMethodMarshaller
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xmlsec.signature.impl.TransformMarshaller
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xmlsec.signature.impl.X509DigestMarshaller
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xmlsec.signature.impl.X509SerialNumberMarshaller
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.xmlsec.encryption.impl.AbstractXMLEncryptionMarshaller
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.xmlsec.signature.impl.AbstractXMLSignatureMarshaller
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.xmlsec.signature.impl.X509SerialNumberMarshaller
MGFBuilder - Class in org.opensaml.xmlsec.encryption.impl
Builder of MGF.
MGFBuilder() - Constructor for class org.opensaml.xmlsec.encryption.impl.MGFBuilder
Constructor.
MGFImpl - Class in org.opensaml.xmlsec.encryption.impl
Abstract implementation of MGF.
MGFImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.encryption.impl.MGFImpl
Constructor.
MGFMarshaller - Class in org.opensaml.xmlsec.encryption.impl
A thread-safe Marshaller for MGF objects.
MGFMarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.MGFMarshaller
 
MGFUnmarshaller - Class in org.opensaml.xmlsec.encryption.impl
A thread-safe Unmarshaller for MGF objects.
MGFUnmarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.MGFUnmarshaller
 
MgmtDataBuilder - Class in org.opensaml.xmlsec.signature.impl
Builder of MgmtData.
MgmtDataBuilder() - Constructor for class org.opensaml.xmlsec.signature.impl.MgmtDataBuilder
Constructor.
MgmtDataImpl - Class in org.opensaml.xmlsec.signature.impl
Concrete implementation of MgmtData.
MgmtDataImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.signature.impl.MgmtDataImpl
Constructor.
mimeType - Variable in class org.opensaml.xmlsec.encryption.impl.EncryptedTypeImpl
MimeType attribute value.
modulus - Variable in class org.opensaml.xmlsec.signature.impl.RSAKeyValueImpl
Modulus child element value.
ModulusBuilder - Class in org.opensaml.xmlsec.signature.impl
Builder of Modulus.
ModulusBuilder() - Constructor for class org.opensaml.xmlsec.signature.impl.ModulusBuilder
Constructor.
ModulusImpl - Class in org.opensaml.xmlsec.signature.impl
Concrete implementation of Exponent.
ModulusImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.signature.impl.ModulusImpl
Constructor.

N

namedCurve - Variable in class org.opensaml.xmlsec.signature.impl.ECKeyValueImpl
NamedCurve child element value.
NamedCurveBuilder - Class in org.opensaml.xmlsec.signature.impl
Builder of NamedCurve.
NamedCurveBuilder() - Constructor for class org.opensaml.xmlsec.signature.impl.NamedCurveBuilder
Constructor.
NamedCurveImpl - Class in org.opensaml.xmlsec.signature.impl
Concrete implementation of NamedCurve.
NamedCurveImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.signature.impl.NamedCurveImpl
Constructor.
NamedCurveMarshaller - Class in org.opensaml.xmlsec.signature.impl
Thread-safe marshaller of NamedCurve objects.
NamedCurveMarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.NamedCurveMarshaller
 
NamedCurveUnmarshaller - Class in org.opensaml.xmlsec.signature.impl
A thread-safe Unmarshaller for NamedCurve objects.
NamedCurveUnmarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.NamedCurveUnmarshaller
 
newInstance() - Method in class org.opensaml.xmlsec.keyinfo.impl.BasicKeyInfoGeneratorFactory
newInstance() - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory
newOptions() - Method in class org.opensaml.xmlsec.keyinfo.impl.BasicKeyInfoGeneratorFactory
Get a new instance to hold options.
newOptions() - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory
Get a new instance to hold options.

O

oaepParams - Variable in class org.opensaml.xmlsec.encryption.impl.EncryptionMethodImpl
OAEPparams child element value.
OAEPparamsBuilder - Class in org.opensaml.xmlsec.encryption.impl
Builder of OAEPparams.
OAEPparamsBuilder() - Constructor for class org.opensaml.xmlsec.encryption.impl.OAEPparamsBuilder
Constructor.
OAEPparamsImpl - Class in org.opensaml.xmlsec.encryption.impl
Concrete implementation of OAEPparams.
OAEPparamsImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.encryption.impl.OAEPparamsImpl
Constructor.
options - Variable in class org.opensaml.xmlsec.keyinfo.impl.BasicKeyInfoGeneratorFactory.BasicKeyInfoGenerator
The set of options to be used by the generator.
options - Variable in class org.opensaml.xmlsec.keyinfo.impl.BasicKeyInfoGeneratorFactory
The set of options configured for the factory.
options - Variable in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory
The set of options configured for the factory.
options - Variable in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory.X509KeyInfoGenerator
The set of options to be used by the generator.
org.opensaml.xmlsec.config.impl - package org.opensaml.xmlsec.config.impl
Configuration and initialization of security.
org.opensaml.xmlsec.encryption.impl - package org.opensaml.xmlsec.encryption.impl
Implementations of the interfaces for XMLObjects that represent XML encryption types.
org.opensaml.xmlsec.impl - package org.opensaml.xmlsec.impl
Implementation of configuration and parameter resolver classes.
org.opensaml.xmlsec.keyinfo.impl - package org.opensaml.xmlsec.keyinfo.impl
Interfaces and classes for working with XML KeyInfo elements.
org.opensaml.xmlsec.keyinfo.impl.provider - package org.opensaml.xmlsec.keyinfo.impl.provider
Specific implementations of KeyInfoProvider.
org.opensaml.xmlsec.messaging.impl - package org.opensaml.xmlsec.messaging.impl
 
org.opensaml.xmlsec.signature.impl - package org.opensaml.xmlsec.signature.impl
Implementations of the interfaces for XMLObjects that represent XML signature types.
org.opensaml.xmlsec.signature.support.impl - package org.opensaml.xmlsec.signature.support.impl
Implementations of signature evaluation functions.
org.opensaml.xmlsec.signature.support.impl.provider - package org.opensaml.xmlsec.signature.support.impl.provider
Provides Santuario-specific implementation of signing and validation.
originatorKeyInfo - Variable in class org.opensaml.xmlsec.encryption.impl.AgreementMethodImpl
OriginatorKeyInfo child element value.
OriginatorKeyInfoBuilder - Class in org.opensaml.xmlsec.encryption.impl
Builder of OriginatorKeyInfo.
OriginatorKeyInfoBuilder() - Constructor for class org.opensaml.xmlsec.encryption.impl.OriginatorKeyInfoBuilder
Constructor.
OriginatorKeyInfoImpl - Class in org.opensaml.xmlsec.encryption.impl
Concrete implementation of OriginatorKeyInfo.
OriginatorKeyInfoImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.encryption.impl.OriginatorKeyInfoImpl
Constructor.
OriginatorKeyInfoMarshaller - Class in org.opensaml.xmlsec.encryption.impl
A thread-safe Marshaller for OriginatorKeyInfo objects.
OriginatorKeyInfoMarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.OriginatorKeyInfoMarshaller
 
OriginatorKeyInfoUnmarshaller - Class in org.opensaml.xmlsec.encryption.impl
A thread-safe Unmarshaller for OriginatorKeyInfo objects.
OriginatorKeyInfoUnmarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.OriginatorKeyInfoUnmarshaller
 

P

p - Variable in class org.opensaml.xmlsec.encryption.impl.DHKeyValueImpl
P child element.
p - Variable in class org.opensaml.xmlsec.signature.impl.DSAKeyValueImpl
P child element.
parameters - Variable in class org.opensaml.xmlsec.encryption.impl.AlgorithmIdentifierTypeImpl
Parameters child element.
params - Variable in class org.opensaml.xmlsec.impl.StaticDecryptionParametersResolver
Static parameters.
params - Variable in class org.opensaml.xmlsec.impl.StaticEncryptionParametersResolver
Static parameters.
params - Variable in class org.opensaml.xmlsec.impl.StaticSignatureSigningParametersResolver
Static parameters.
params - Variable in class org.opensaml.xmlsec.impl.StaticSignatureValidationParametersResolver
Static parameters.
PBuilder - Class in org.opensaml.xmlsec.encryption.impl
Builder of P.
PBuilder - Class in org.opensaml.xmlsec.signature.impl
Builder of P.
PBuilder() - Constructor for class org.opensaml.xmlsec.encryption.impl.PBuilder
Constructor.
PBuilder() - Constructor for class org.opensaml.xmlsec.signature.impl.PBuilder
Constructor.
pgenCounter - Variable in class org.opensaml.xmlsec.encryption.impl.DHKeyValueImpl
pgenCounter child element.
pgenCounter - Variable in class org.opensaml.xmlsec.signature.impl.DSAKeyValueImpl
PgenCounter child element.
PgenCounterBuilder - Class in org.opensaml.xmlsec.encryption.impl
Builder of PgenCounter.
PgenCounterBuilder - Class in org.opensaml.xmlsec.signature.impl
Builder of PgenCounter.
PgenCounterBuilder() - Constructor for class org.opensaml.xmlsec.encryption.impl.PgenCounterBuilder
Constructor.
PgenCounterBuilder() - Constructor for class org.opensaml.xmlsec.signature.impl.PgenCounterBuilder
Constructor.
PgenCounterImpl - Class in org.opensaml.xmlsec.encryption.impl
Concrete implementation of PgenCounter.
PgenCounterImpl - Class in org.opensaml.xmlsec.signature.impl
Concrete implementation of PgenCounter.
PgenCounterImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.encryption.impl.PgenCounterImpl
Constructor.
PgenCounterImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.signature.impl.PgenCounterImpl
Constructor.
PGPDataBuilder - Class in org.opensaml.xmlsec.signature.impl
Builder of PGPData.
PGPDataBuilder() - Constructor for class org.opensaml.xmlsec.signature.impl.PGPDataBuilder
Constructor.
PGPDataImpl - Class in org.opensaml.xmlsec.signature.impl
Concrete implementation of PGPData.
PGPDataImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.signature.impl.PGPDataImpl
Constructor.
PGPDataMarshaller - Class in org.opensaml.xmlsec.signature.impl
A thread-safe Marshaller for PGPData objects.
PGPDataMarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.PGPDataMarshaller
 
PGPDataUnmarshaller - Class in org.opensaml.xmlsec.signature.impl
A thread-safe Unmarshaller for PGPData objects.
PGPDataUnmarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.PGPDataUnmarshaller
 
pgpKeyID - Variable in class org.opensaml.xmlsec.signature.impl.PGPDataImpl
PGPKeyID child element value.
PGPKeyIDBuilder - Class in org.opensaml.xmlsec.signature.impl
Builder of PGPKeyID.
PGPKeyIDBuilder() - Constructor for class org.opensaml.xmlsec.signature.impl.PGPKeyIDBuilder
Constructor.
PGPKeyIDImpl - Class in org.opensaml.xmlsec.signature.impl
Concrete implementation of PGPKeyID.
PGPKeyIDImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.signature.impl.PGPKeyIDImpl
Constructor.
pgpKeyPacket - Variable in class org.opensaml.xmlsec.signature.impl.PGPDataImpl
PGPKeyPacket child element value.
PGPKeyPacketBuilder - Class in org.opensaml.xmlsec.signature.impl
Builder of PGPKeyPacket.
PGPKeyPacketBuilder() - Constructor for class org.opensaml.xmlsec.signature.impl.PGPKeyPacketBuilder
Constructor.
PGPKeyPacketImpl - Class in org.opensaml.xmlsec.signature.impl
Concrete implementation of PGPKeyPacket.
PGPKeyPacketImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.signature.impl.PGPKeyPacketImpl
Constructor.
PImpl - Class in org.opensaml.xmlsec.encryption.impl
Concrete implementation of P.
PImpl - Class in org.opensaml.xmlsec.signature.impl
Concrete implementation of P.
PImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.encryption.impl.PImpl
Constructor.
PImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.signature.impl.PImpl
Constructor.
pkixResolver - Variable in class org.opensaml.xmlsec.signature.support.impl.PKIXSignatureTrustEngine
Resolver used for resolving trusted credentials.
PKIXSignatureTrustEngine - Class in org.opensaml.xmlsec.signature.support.impl
An implementation of SignatureTrustEngine which evaluates the validity and trustworthiness of XML and raw signatures.
PKIXSignatureTrustEngine(PKIXValidationInformationResolver, KeyInfoCredentialResolver) - Constructor for class org.opensaml.xmlsec.signature.support.impl.PKIXSignatureTrustEngine
Constructor.
PKIXSignatureTrustEngine(PKIXValidationInformationResolver, KeyInfoCredentialResolver, PKIXTrustEvaluator, X509CredentialNameEvaluator) - Constructor for class org.opensaml.xmlsec.signature.support.impl.PKIXSignatureTrustEngine
Constructor.
pkixTrustEvaluator - Variable in class org.opensaml.xmlsec.signature.support.impl.PKIXSignatureTrustEngine
The external PKIX trust evaluator used to establish trust.
populateRSAOAEPParams(RSAOAEPParameters, CriteriaSet, Predicate<String>) - Method in class org.opensaml.xmlsec.impl.BasicEncryptionParametersResolver
Populate an instance of RSAOAEPParameters based on data from the supplied instances of EncryptionConfiguration.
PopulateSignatureValidationParametersHandler - Class in org.opensaml.xmlsec.messaging.impl
Handler that resolves and populates SignatureValidationParameters on a SecurityParametersContext created/accessed via a lookup function, by default as an immediate child context of the target MessageContext.
PopulateSignatureValidationParametersHandler() - Constructor for class org.opensaml.xmlsec.messaging.impl.PopulateSignatureValidationParametersHandler
Constructor.
postProcess(KeyInfoResolutionContext, CriteriaSet, List<Credential>) - Method in class org.opensaml.xmlsec.keyinfo.impl.BasicProviderKeyInfoCredentialResolver
Hook for subclasses to do post-processing of the credential set after all KeyInfo children have been processed.
postProcess(KeyInfoResolutionContext, CriteriaSet, List<Credential>) - Method in class org.opensaml.xmlsec.keyinfo.impl.LocalKeyInfoCredentialResolver
Hook for subclasses to do post-processing of the credential set after all KeyInfo children have been processed.
postProcessEmptyCredentials(KeyInfoResolutionContext, CriteriaSet, List<Credential>) - Method in class org.opensaml.xmlsec.keyinfo.impl.BasicProviderKeyInfoCredentialResolver
Hook for processing the case where no credentials were returned by any resolution method by any provider, nor by the processing of the BasicProviderKeyInfoCredentialResolver.postProcess(KeyInfoResolutionContext, CriteriaSet, List) hook.
precedence - Variable in class org.opensaml.xmlsec.impl.BasicWhitelistBlacklistConfiguration
Precedence flag.
process(KeyInfoCredentialResolver, XMLObject, CriteriaSet, KeyInfoResolutionContext) - Method in interface org.opensaml.xmlsec.keyinfo.impl.KeyInfoProvider
Process a specified KeyInfo child (XMLobject) and attempt to resolve a credential from it.
process(KeyInfoCredentialResolver, XMLObject, CriteriaSet, KeyInfoResolutionContext) - Method in class org.opensaml.xmlsec.keyinfo.impl.provider.DEREncodedKeyValueProvider
Process a specified KeyInfo child (XMLobject) and attempt to resolve a credential from it.
process(KeyInfoCredentialResolver, XMLObject, CriteriaSet, KeyInfoResolutionContext) - Method in class org.opensaml.xmlsec.keyinfo.impl.provider.DSAKeyValueProvider
Process a specified KeyInfo child (XMLobject) and attempt to resolve a credential from it.
process(KeyInfoCredentialResolver, XMLObject, CriteriaSet, KeyInfoResolutionContext) - Method in class org.opensaml.xmlsec.keyinfo.impl.provider.InlineX509DataProvider
Process a specified KeyInfo child (XMLobject) and attempt to resolve a credential from it.
process(KeyInfoCredentialResolver, XMLObject, CriteriaSet, KeyInfoResolutionContext) - Method in class org.opensaml.xmlsec.keyinfo.impl.provider.KeyInfoReferenceProvider
Process a specified KeyInfo child (XMLobject) and attempt to resolve a credential from it.
process(KeyInfoCredentialResolver, XMLObject, CriteriaSet, KeyInfoResolutionContext) - Method in class org.opensaml.xmlsec.keyinfo.impl.provider.RSAKeyValueProvider
Process a specified KeyInfo child (XMLobject) and attempt to resolve a credential from it.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xmlsec.encryption.impl.AbstractXMLEncryptionUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xmlsec.encryption.impl.AgreementMethodUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xmlsec.encryption.impl.AlgorithmIdentifierTypeUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xmlsec.encryption.impl.CipherReferenceUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xmlsec.encryption.impl.EncryptedKeyUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xmlsec.encryption.impl.EncryptedTypeUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xmlsec.encryption.impl.EncryptionMethodUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xmlsec.encryption.impl.EncryptionPropertiesUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xmlsec.encryption.impl.EncryptionPropertyUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xmlsec.encryption.impl.ReferenceTypeUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xmlsec.signature.impl.AbstractXMLSignatureUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xmlsec.signature.impl.DEREncodedKeyValueUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xmlsec.signature.impl.DigestMethodUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xmlsec.signature.impl.ECKeyValueUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xmlsec.signature.impl.KeyInfoReferenceUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xmlsec.signature.impl.KeyInfoUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xmlsec.signature.impl.NamedCurveUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xmlsec.signature.impl.RetrievalMethodUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xmlsec.signature.impl.TransformUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xmlsec.signature.impl.X509DigestUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xmlsec.signature.impl.X509SerialNumberUnmarshaller
processCertKeyNameOptions(KeyInfo, X509Certificate) - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory.X509KeyInfoGenerator
Process the options related to generation of KeyName elements based on certificate data.
processCertX509DataOptions(X509Data, X509Certificate) - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory.X509KeyInfoGenerator
Process the options related to generation of child elements of X509Data based on certificate data.
processCertX509Digest(X509Data, X509Certificate) - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory.X509KeyInfoGenerator
Process the options related to generation of the X509Digest child element of X509Data based on certificate data.
processCertX509IssuerSerial(X509Data, X509Certificate) - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory.X509KeyInfoGenerator
Process the options related to generation of the X509IssuerSerial child element of X509Data based on certificate data.
processCertX509SKI(X509Data, X509Certificate) - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory.X509KeyInfoGenerator
Process the options related to generation of the X509SKI child element of X509Data based on certificate data.
processCertX509SubjectName(X509Data, X509Certificate) - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory.X509KeyInfoGenerator
Process the options related to generation of the X509SubjectDN child element of X509Data based on certificate data.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xmlsec.encryption.impl.AbstractXMLEncryptionUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xmlsec.encryption.impl.AgreementMethodUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xmlsec.encryption.impl.AlgorithmIdentifierTypeUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xmlsec.encryption.impl.CipherDataUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xmlsec.encryption.impl.CipherReferenceUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xmlsec.encryption.impl.DHKeyValueUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xmlsec.encryption.impl.EncryptedKeyUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xmlsec.encryption.impl.EncryptedTypeUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xmlsec.encryption.impl.EncryptionMethodUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xmlsec.encryption.impl.EncryptionPropertiesUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xmlsec.encryption.impl.EncryptionPropertyUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xmlsec.encryption.impl.ReferenceListUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xmlsec.encryption.impl.ReferenceTypeUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xmlsec.encryption.impl.TransformsUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xmlsec.signature.impl.AbstractXMLSignatureUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xmlsec.signature.impl.DigestMethodUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xmlsec.signature.impl.DSAKeyValueUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xmlsec.signature.impl.ECKeyValueUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xmlsec.signature.impl.KeyInfoUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xmlsec.signature.impl.KeyValueUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xmlsec.signature.impl.PGPDataUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xmlsec.signature.impl.RetrievalMethodUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xmlsec.signature.impl.RSAKeyValueUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xmlsec.signature.impl.SPKIDataUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xmlsec.signature.impl.TransformsUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xmlsec.signature.impl.TransformUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xmlsec.signature.impl.X509DataUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xmlsec.signature.impl.X509IssuerSerialUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xmlsec.signature.impl.X509SerialNumberUnmarshaller
processCRLs(KeyInfo, X509Data, X509Credential) - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory.X509KeyInfoGenerator
Process the value of X509Credential.getCRLs().
processDataEncryptionCredentialAutoGeneration(EncryptionParameters) - Method in class org.opensaml.xmlsec.impl.BasicEncryptionParametersResolver
Auto-generate and populate a data encryption credential, if configured and required conditions are met.
processElementContent(XMLObject, String) - Method in class org.opensaml.xmlsec.encryption.impl.AbstractXMLEncryptionUnmarshaller
processElementContent(XMLObject, String) - Method in class org.opensaml.xmlsec.signature.impl.AbstractXMLSignatureUnmarshaller
processElementContent(XMLObject, String) - Method in class org.opensaml.xmlsec.signature.impl.X509SerialNumberUnmarshaller
processEntityCertificate(KeyInfo, X509Data, X509Credential) - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory.X509KeyInfoGenerator
Process the value of X509Credential.getEntityCertificate().
processEntityCertificateChain(KeyInfo, X509Data, X509Credential) - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory.X509KeyInfoGenerator
Process the value of X509Credential.getEntityCertificateChain().
processEntityID(KeyInfo, Credential) - Method in class org.opensaml.xmlsec.keyinfo.impl.BasicKeyInfoGeneratorFactory.BasicKeyInfoGenerator
Process the value of Credential.getEntityId().
processKeyInfo(KeyInfo, KeyInfoResolutionContext, CriteriaSet, List<Credential>) - Method in class org.opensaml.xmlsec.keyinfo.impl.BasicProviderKeyInfoCredentialResolver
The main processing logic implemented by this resolver.
processKeyInfoChild(KeyInfoResolutionContext, CriteriaSet, XMLObject) - Method in class org.opensaml.xmlsec.keyinfo.impl.BasicProviderKeyInfoCredentialResolver
Process the given KeyInfo child with the registered providers.
processKeyInfoChildren(KeyInfoResolutionContext, CriteriaSet, List<Credential>) - Method in class org.opensaml.xmlsec.keyinfo.impl.BasicProviderKeyInfoCredentialResolver
Use registered providers to process the non-KeyValue/DEREncodedKeyValue children of KeyInfo.
processKeyNames(KeyInfo, Credential) - Method in class org.opensaml.xmlsec.keyinfo.impl.BasicKeyInfoGeneratorFactory.BasicKeyInfoGenerator
Process the values of Credential.getKeyNames().
processPublicKey(KeyInfo, Credential) - Method in class org.opensaml.xmlsec.keyinfo.impl.BasicKeyInfoGeneratorFactory.BasicKeyInfoGenerator
Process the value of Credential.getPublicKey().
processSubjectAltNameKeyNames(KeyInfo, X509Certificate) - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory.X509KeyInfoGenerator
Process the options related to generation of KeyName elements based on subject alternative name information within the certificate data.
processSubjectCNKeyName(KeyInfo, X509Certificate) - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory.X509KeyInfoGenerator
Process the options related to generation of KeyName elements based on the the common name field(s) of the certificate's subject DN.
processSubjectDNKeyName(KeyInfo, X509Certificate) - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory.X509KeyInfoGenerator
Process the options related to generation of KeyName elements based on the certificate's subject DN value.
properties - Variable in class org.opensaml.xmlsec.keyinfo.impl.KeyInfoResolutionContext
Extensible map of properties used to share state amongst providers and/or resolver logic.
providers - Variable in class org.opensaml.xmlsec.keyinfo.impl.BasicProviderKeyInfoCredentialResolver
List of KeyInfo providers that are registered on this instance.
PublicBuilder - Class in org.opensaml.xmlsec.encryption.impl
Builder of Public.
PublicBuilder() - Constructor for class org.opensaml.xmlsec.encryption.impl.PublicBuilder
Constructor.
publicChild - Variable in class org.opensaml.xmlsec.encryption.impl.DHKeyValueImpl
Public element.
PublicImpl - Class in org.opensaml.xmlsec.encryption.impl
Concrete implementation of Public.
PublicImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.encryption.impl.PublicImpl
Constructor.
publicKey - Variable in class org.opensaml.xmlsec.signature.impl.ECKeyValueImpl
PublicKey child element value.
PublicKeyBuilder - Class in org.opensaml.xmlsec.signature.impl
Builder of PublicKey.
PublicKeyBuilder() - Constructor for class org.opensaml.xmlsec.signature.impl.PublicKeyBuilder
Constructor.
PublicKeyImpl - Class in org.opensaml.xmlsec.signature.impl
Concrete implementation of PublicKey.
PublicKeyImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.signature.impl.PublicKeyImpl
Constructor.

Q

q - Variable in class org.opensaml.xmlsec.encryption.impl.DHKeyValueImpl
Q child element.
q - Variable in class org.opensaml.xmlsec.signature.impl.DSAKeyValueImpl
Q child element.
QBuilder - Class in org.opensaml.xmlsec.encryption.impl
Builder of Q.
QBuilder - Class in org.opensaml.xmlsec.signature.impl
Builder of Q.
QBuilder() - Constructor for class org.opensaml.xmlsec.encryption.impl.QBuilder
Constructor.
QBuilder() - Constructor for class org.opensaml.xmlsec.signature.impl.QBuilder
Constructor.
QImpl - Class in org.opensaml.xmlsec.encryption.impl
Concrete implementation of Q.
QImpl - Class in org.opensaml.xmlsec.signature.impl
Concrete implementation of Q.
QImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.encryption.impl.QImpl
Constructor.
QImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.signature.impl.QImpl
Constructor.

R

recipient - Variable in class org.opensaml.xmlsec.encryption.impl.EncryptedKeyImpl
Recipient value.
recipientKeyInfo - Variable in class org.opensaml.xmlsec.encryption.impl.AgreementMethodImpl
RecipientKeyInfo child element value.
RecipientKeyInfoBuilder - Class in org.opensaml.xmlsec.encryption.impl
Builder of ReferenceList.
RecipientKeyInfoBuilder() - Constructor for class org.opensaml.xmlsec.encryption.impl.RecipientKeyInfoBuilder
Constructor.
RecipientKeyInfoImpl - Class in org.opensaml.xmlsec.encryption.impl
Concrete implementation of RecipientKeyInfo.
RecipientKeyInfoImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.encryption.impl.RecipientKeyInfoImpl
Constructor.
RecipientKeyInfoMarshaller - Class in org.opensaml.xmlsec.encryption.impl
A thread-safe Marshaller for RecipientKeyInfo objects.
RecipientKeyInfoMarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.RecipientKeyInfoMarshaller
 
RecipientKeyInfoUnmarshaller - Class in org.opensaml.xmlsec.encryption.impl
A thread-safe Unmarshaller for RecipientKeyInfo objects.
RecipientKeyInfoUnmarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.RecipientKeyInfoUnmarshaller
 
referenceList - Variable in class org.opensaml.xmlsec.encryption.impl.EncryptedKeyImpl
ReferenceList value.
ReferenceListBuilder - Class in org.opensaml.xmlsec.encryption.impl
Builder of ReferenceList.
ReferenceListBuilder() - Constructor for class org.opensaml.xmlsec.encryption.impl.ReferenceListBuilder
Constructor.
ReferenceListImpl - Class in org.opensaml.xmlsec.encryption.impl
Concrete implementation of ReferenceList.
ReferenceListImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.encryption.impl.ReferenceListImpl
Constructor.
ReferenceListMarshaller - Class in org.opensaml.xmlsec.encryption.impl
A thread-safe Marshaller for ReferenceList objects.
ReferenceListMarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.ReferenceListMarshaller
 
ReferenceListUnmarshaller - Class in org.opensaml.xmlsec.encryption.impl
A thread-safe Unmarshaller for ReferenceList objects.
ReferenceListUnmarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.ReferenceListUnmarshaller
 
ReferenceTypeImpl - Class in org.opensaml.xmlsec.encryption.impl
Concrete implementation of ReferenceType.
ReferenceTypeImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.encryption.impl.ReferenceTypeImpl
Constructor.
ReferenceTypeMarshaller - Class in org.opensaml.xmlsec.encryption.impl
A thread-safe Marshaller for ReferenceType objects.
ReferenceTypeMarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.ReferenceTypeMarshaller
 
ReferenceTypeUnmarshaller - Class in org.opensaml.xmlsec.encryption.impl
A thread-safe Unmarshaller for ReferenceType objects.
ReferenceTypeUnmarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.ReferenceTypeUnmarshaller
 
registry - Variable in class org.opensaml.xmlsec.impl.AlgorithmRuntimeSupportedPredicate
The algorithm registry instance.
releaseDOM() - Method in class org.opensaml.xmlsec.signature.impl.SignatureImpl
resolve(CriteriaSet) - Method in class org.opensaml.xmlsec.impl.BasicDecryptionParametersResolver
resolve(CriteriaSet) - Method in class org.opensaml.xmlsec.impl.BasicEncryptionParametersResolver
resolve(CriteriaSet) - Method in class org.opensaml.xmlsec.impl.BasicSignatureSigningParametersResolver
resolve(CriteriaSet) - Method in class org.opensaml.xmlsec.impl.BasicSignatureValidationParametersResolver
resolve(CriteriaSet) - Method in class org.opensaml.xmlsec.impl.StaticDecryptionParametersResolver
resolve(CriteriaSet) - Method in class org.opensaml.xmlsec.impl.StaticEncryptionParametersResolver
resolve(CriteriaSet) - Method in class org.opensaml.xmlsec.impl.StaticSignatureSigningParametersResolver
resolve(CriteriaSet) - Method in class org.opensaml.xmlsec.impl.StaticSignatureValidationParametersResolver
resolveAndPopulateCredentialAndSignatureAlgorithm(SignatureSigningParameters, CriteriaSet, Predicate<String>) - Method in class org.opensaml.xmlsec.impl.BasicSignatureSigningParametersResolver
Resolve and populate the signing credential and signature method algorithm URI on the supplied parameters instance.
resolveAndPopulateCredentialsAndAlgorithms(EncryptionParameters, CriteriaSet, Predicate<String>) - Method in class org.opensaml.xmlsec.impl.BasicEncryptionParametersResolver
Resolve and populate the data encryption and key transport credentials and algorithm URIs.
resolveAndPopulateRSAOAEPParams(EncryptionParameters, CriteriaSet, Predicate<String>) - Method in class org.opensaml.xmlsec.impl.BasicEncryptionParametersResolver
Resolve and populate an instance of RSAOAEPParameters, if appropriate for the selected key transport encryption algorithm.
resolveAndPopulateWhiteAndBlacklists(WhitelistBlacklistParameters, CriteriaSet, List<? extends WhitelistBlacklistConfiguration>) - Method in class org.opensaml.xmlsec.impl.AbstractSecurityParametersResolver
Resolve and populate the effective whitelist or blacklist on the supplied instance of WhitelistBlacklistParameters.
resolveByKeyName(String) - Method in class org.opensaml.xmlsec.keyinfo.impl.LocalKeyInfoCredentialResolver
Resolve credentials from local resolver using key name criteria.
resolveByPublicKey(PublicKey) - Method in class org.opensaml.xmlsec.keyinfo.impl.LocalKeyInfoCredentialResolver
Resolve credentials from local resolver using public key criteria.
resolveCanonicalizationAlgorithm(CriteriaSet) - Method in class org.opensaml.xmlsec.impl.BasicSignatureSigningParametersResolver
Resolve and return the canonicalization algorithm URI to use.
resolveDataEncryptionAlgorithm(Credential, List<String>) - Method in class org.opensaml.xmlsec.impl.BasicEncryptionParametersResolver
Determine the data encryption algorithm URI, considering the optionally specified data encryption credential.
resolveDataEncryptionAlgorithm(Credential, CriteriaSet, Predicate<String>) - Method in class org.opensaml.xmlsec.impl.BasicEncryptionParametersResolver
Determine the data encryption algorithm URI to use with the specified data encryption credential.
resolveDataKeyInfoCredentialResolver(CriteriaSet) - Method in class org.opensaml.xmlsec.impl.BasicDecryptionParametersResolver
Resolve and return the effective KeyInfoCredentialResolver used with EncryptedData instances.
resolveDataKeyInfoGenerator(CriteriaSet, Credential) - Method in class org.opensaml.xmlsec.impl.BasicEncryptionParametersResolver
Resolve and return the KeyInfoGenerator instance to use with the specified data encryption credential.
resolvedCredentials - Variable in class org.opensaml.xmlsec.keyinfo.impl.KeyInfoResolutionContext
This list provides KeyInfo resolvers and providers in a particular processing environment access to credentials that may have already been previously resolved.
resolveEffectiveBlacklist(CriteriaSet, List<? extends WhitelistBlacklistConfiguration>) - Method in class org.opensaml.xmlsec.impl.AbstractSecurityParametersResolver
Resolve and return the effective algorithm blacklist based on supplied configuration.
resolveEffectiveWhitelist(CriteriaSet, List<? extends WhitelistBlacklistConfiguration>) - Method in class org.opensaml.xmlsec.impl.AbstractSecurityParametersResolver
Resolve and return the effective algorithm whitelist based on supplied configuration.
resolveEncryptedKeyResolver(CriteriaSet) - Method in class org.opensaml.xmlsec.impl.BasicDecryptionParametersResolver
Resolve and return the effective EncryptedKeyResolver.
resolveFromSource(CriteriaSet) - Method in class org.opensaml.xmlsec.keyinfo.impl.BasicProviderKeyInfoCredentialResolver
resolveHMACOutputLength(CriteriaSet, Credential, String) - Method in class org.opensaml.xmlsec.impl.BasicSignatureSigningParametersResolver
Resolve and return the effective HMAC output length to use, if applicable to the specified signing credential and signature method algorithm URI.
resolveKEKKeyInfoCredentialResolver(CriteriaSet) - Method in class org.opensaml.xmlsec.impl.BasicDecryptionParametersResolver
Resolve and return the effective KeyInfoCredentialResolver used with EncryptedKey instances.
resolveKeyInfoGenerator(CriteriaSet, Credential) - Method in class org.opensaml.xmlsec.impl.BasicSignatureSigningParametersResolver
Resolve and return the KeyInfoGenerator instance to use with the specified credential.
resolveKeyTransportAlgorithm(Credential, List<String>, String, KeyTransportAlgorithmPredicate) - Method in class org.opensaml.xmlsec.impl.BasicEncryptionParametersResolver
Determine the key transport encryption algorithm URI to use with the specified key transport credential and optional data encryption algorithm URI.
resolveKeyTransportAlgorithm(Credential, CriteriaSet, Predicate<String>, String) - Method in class org.opensaml.xmlsec.impl.BasicEncryptionParametersResolver
Determine the key transport algorithm URI to use with the specified credential.
resolveKeyTransportAlgorithmPredicate(CriteriaSet) - Method in class org.opensaml.xmlsec.impl.BasicEncryptionParametersResolver
Resolve the optional effectively configured instance of KeyTransportAlgorithmPredicate to use.
resolveKeyTransportKeyInfoGenerator(CriteriaSet, Credential) - Method in class org.opensaml.xmlsec.impl.BasicEncryptionParametersResolver
Resolve and return the KeyInfoGenerator instance to use with the specified key transport credential.
resolveKeyValue(KeyInfoResolutionContext, CriteriaSet, List<? extends XMLObject>) - Method in class org.opensaml.xmlsec.keyinfo.impl.BasicProviderKeyInfoCredentialResolver
Resolve the key from any KeyValue DEREncodedKeyValue element that may be present, and store the resulting key in the resolution context.
resolver - Variable in class org.opensaml.xmlsec.messaging.impl.PopulateSignatureValidationParametersHandler
Resolver for parameters to store into context.
resolveReferenceCanonicalizationAlgorithm(CriteriaSet) - Method in class org.opensaml.xmlsec.impl.BasicSignatureSigningParametersResolver
Resolve and return the reference canonicalization algorithm URI to use.
resolveReferenceDigestMethod(CriteriaSet, Predicate<String>) - Method in class org.opensaml.xmlsec.impl.BasicSignatureSigningParametersResolver
Resolve and return the digest method algorithm URI to use, including application of whitelist/blacklist policy.
resolveSignatureTrustEngine(CriteriaSet) - Method in class org.opensaml.xmlsec.impl.BasicSignatureValidationParametersResolver
Resolve and return the effective SignatureTrustEngine.
resolveSingle(CriteriaSet) - Method in class org.opensaml.xmlsec.impl.BasicDecryptionParametersResolver
resolveSingle(CriteriaSet) - Method in class org.opensaml.xmlsec.impl.BasicEncryptionParametersResolver
resolveSingle(CriteriaSet) - Method in class org.opensaml.xmlsec.impl.BasicSignatureSigningParametersResolver
resolveSingle(CriteriaSet) - Method in class org.opensaml.xmlsec.impl.BasicSignatureValidationParametersResolver
resolveSingle(CriteriaSet) - Method in class org.opensaml.xmlsec.impl.StaticDecryptionParametersResolver
resolveSingle(CriteriaSet) - Method in class org.opensaml.xmlsec.impl.StaticEncryptionParametersResolver
resolveSingle(CriteriaSet) - Method in class org.opensaml.xmlsec.impl.StaticSignatureSigningParametersResolver
resolveSingle(CriteriaSet) - Method in class org.opensaml.xmlsec.impl.StaticSignatureValidationParametersResolver
resolveValidationInfo(CriteriaSet) - Method in class org.opensaml.xmlsec.signature.support.impl.PKIXSignatureTrustEngine
Resolve and return a set of trusted validation information.
resolveWhitelistBlacklistPrecedence(CriteriaSet, List<? extends WhitelistBlacklistConfiguration>) - Method in class org.opensaml.xmlsec.impl.AbstractSecurityParametersResolver
Resolve and return the effective algorithm whitelist/blacklist precedence based on supplied configuration.
resolveWhitelistBlacklistPredicate(CriteriaSet, List<? extends WhitelistBlacklistConfiguration>) - Method in class org.opensaml.xmlsec.impl.AbstractSecurityParametersResolver
Get a predicate which operates according to the effective configured whitelist and blacklist policy.
RetrievalMethodBuilder - Class in org.opensaml.xmlsec.signature.impl
Builder of RetrievalMethod.
RetrievalMethodBuilder() - Constructor for class org.opensaml.xmlsec.signature.impl.RetrievalMethodBuilder
Constructor.
RetrievalMethodImpl - Class in org.opensaml.xmlsec.signature.impl
Concrete implementation of RetrievalMethod.
RetrievalMethodImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.signature.impl.RetrievalMethodImpl
Constructor.
RetrievalMethodMarshaller - Class in org.opensaml.xmlsec.signature.impl
A thread-safe Marshaller for RetrievalMethod objects.
RetrievalMethodMarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.RetrievalMethodMarshaller
 
RetrievalMethodUnmarshaller - Class in org.opensaml.xmlsec.signature.impl
A thread-safe Unmarshaller for RetrievalMethod objects.
RetrievalMethodUnmarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.RetrievalMethodUnmarshaller
 
rsaKeyValue - Variable in class org.opensaml.xmlsec.signature.impl.KeyValueImpl
RSAKeyValue child element.
RSAKeyValueBuilder - Class in org.opensaml.xmlsec.signature.impl
Builder of RSAKeyValue.
RSAKeyValueBuilder() - Constructor for class org.opensaml.xmlsec.signature.impl.RSAKeyValueBuilder
Constructor.
RSAKeyValueImpl - Class in org.opensaml.xmlsec.signature.impl
Concrete implementation of RSAKeyValue.
RSAKeyValueImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.signature.impl.RSAKeyValueImpl
Constructor.
RSAKeyValueMarshaller - Class in org.opensaml.xmlsec.signature.impl
A thread-safe Marshaller for RSAKeyValue objects.
RSAKeyValueMarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.RSAKeyValueMarshaller
 
RSAKeyValueProvider - Class in org.opensaml.xmlsec.keyinfo.impl.provider
Implementation of KeyInfoProvider which supports RSAKeyValue.
RSAKeyValueProvider() - Constructor for class org.opensaml.xmlsec.keyinfo.impl.provider.RSAKeyValueProvider
 
RSAKeyValueUnmarshaller - Class in org.opensaml.xmlsec.signature.impl
A thread-safe Unmarshaller for RSAKeyValue objects.
RSAKeyValueUnmarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.RSAKeyValueUnmarshaller
 
rsaOAEPParameters - Variable in class org.opensaml.xmlsec.impl.BasicEncryptionConfiguration
RSA OAEP parameters.
rsaOAEPParametersMerge - Variable in class org.opensaml.xmlsec.impl.BasicEncryptionConfiguration
Flag whether to merge RSA OAEP parameters.
run() - Method in class org.opensaml.xmlsec.signature.impl.X509CertificateImpl.CleanerState
run() - Method in class org.opensaml.xmlsec.signature.impl.X509CRLImpl.CleanerState

S

securityParametersContextLookupStrategy - Variable in class org.opensaml.xmlsec.messaging.impl.PopulateSignatureValidationParametersHandler
Strategy used to look up the SecurityParametersContext to set the parameters for.
seed - Variable in class org.opensaml.xmlsec.encryption.impl.DHKeyValueImpl
seed child element.
seed - Variable in class org.opensaml.xmlsec.signature.impl.DSAKeyValueImpl
Seed child element.
SeedBuilder - Class in org.opensaml.xmlsec.encryption.impl
Builder of Seed.
SeedBuilder - Class in org.opensaml.xmlsec.signature.impl
Builder of Seed.
SeedBuilder() - Constructor for class org.opensaml.xmlsec.encryption.impl.SeedBuilder
Constructor.
SeedBuilder() - Constructor for class org.opensaml.xmlsec.signature.impl.SeedBuilder
Constructor.
SeedImpl - Class in org.opensaml.xmlsec.encryption.impl
Concrete implementation of Seed.
SeedImpl - Class in org.opensaml.xmlsec.signature.impl
Concrete implementation of Seed.
SeedImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.encryption.impl.SeedImpl
Constructor.
SeedImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.signature.impl.SeedImpl
Constructor.
serialNumber - Variable in class org.opensaml.xmlsec.signature.impl.X509IssuerSerialImpl
X509SerialNumber child element.
setAlgorithm(String) - Method in class org.opensaml.xmlsec.encryption.impl.AgreementMethodImpl
setAlgorithm(String) - Method in class org.opensaml.xmlsec.encryption.impl.AlgorithmIdentifierTypeImpl
setAlgorithm(String) - Method in class org.opensaml.xmlsec.encryption.impl.EncryptionMethodImpl
setAlgorithm(String) - Method in class org.opensaml.xmlsec.signature.impl.DigestMethodImpl
setAlgorithm(String) - Method in class org.opensaml.xmlsec.signature.impl.TransformImpl
setAlgorithm(String) - Method in class org.opensaml.xmlsec.signature.impl.X509DigestImpl
setAlgorithmRegistry(AlgorithmRegistry) - Method in class org.opensaml.xmlsec.impl.BasicEncryptionParametersResolver
Set the AlgorithmRegistry instance used when resolving algorithm URIs.
setAlgorithmRegistry(AlgorithmRegistry) - Method in class org.opensaml.xmlsec.impl.BasicSignatureSigningParametersResolver
Set the AlgorithmRegistry instance used when resolving algorithm URIs.
setAutoGenerateDataEncryptionCredential(boolean) - Method in class org.opensaml.xmlsec.impl.BasicEncryptionParametersResolver
Set whether an this resolver should auto-generate data encryption credentials.
setBlacklistedAlgorithms(Collection<String>) - Method in class org.opensaml.xmlsec.impl.BasicWhitelistBlacklistConfiguration
Set the list of blacklisted algorithm URI's.
setBlacklistMerge(boolean) - Method in class org.opensaml.xmlsec.impl.BasicWhitelistBlacklistConfiguration
Set the flag indicating whether to merge this configuration's blacklist with one of a lower order of precedence, or to treat this blacklist as authoritative.
setCanonicalizationAlgorithm(String) - Method in class org.opensaml.xmlsec.signature.impl.SignatureImpl
setCarriedKeyName(CarriedKeyName) - Method in class org.opensaml.xmlsec.encryption.impl.EncryptedKeyImpl
setCipherData(CipherData) - Method in class org.opensaml.xmlsec.encryption.impl.EncryptedTypeImpl
setCipherReference(CipherReference) - Method in class org.opensaml.xmlsec.encryption.impl.CipherDataImpl
setCipherValue(CipherValue) - Method in class org.opensaml.xmlsec.encryption.impl.CipherDataImpl
setConfigurationLookupStrategy(Function<MessageContext, List<SignatureValidationConfiguration>>) - Method in class org.opensaml.xmlsec.messaging.impl.PopulateSignatureValidationParametersHandler
Set the strategy used to look up a per-request SignatureValidationConfiguration list.
setDataEncryptionAlgorithms(List<String>) - Method in class org.opensaml.xmlsec.impl.BasicEncryptionConfiguration
Set the data encryption algorithms to use.
setDataEncryptionCredentials(List<Credential>) - Method in class org.opensaml.xmlsec.impl.BasicEncryptionConfiguration
Set the data encryption credentials to use.
setDataKeyInfoCredentialResolver(KeyInfoCredentialResolver) - Method in class org.opensaml.xmlsec.impl.BasicDecryptionConfiguration
Set the KeyInfoCredentialResolver to use when processing the EncryptedData/KeyInfo.
setDataKeyInfoGeneratorManager(NamedKeyInfoGeneratorManager) - Method in class org.opensaml.xmlsec.impl.BasicEncryptionConfiguration
Set the manager for named KeyInfoGenerator instances encrypting data.
setDSAKeyValue(DSAKeyValue) - Method in class org.opensaml.xmlsec.signature.impl.KeyValueImpl
setECKeyValue(ECKeyValue) - Method in class org.opensaml.xmlsec.signature.impl.KeyValueImpl
setECParameters(XMLObject) - Method in class org.opensaml.xmlsec.signature.impl.ECKeyValueImpl
setEmitCRLs(boolean) - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory
Set the option to emit the CRL list as sequence of X509CRL elements within X509Data.
setEmitEntityCertificate(boolean) - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory
Set the option to emit the entity certificate as an X509Certificate element within X509Data.
setEmitEntityCertificateChain(boolean) - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory
Set the option to emit the entity certificate chain as sequence of X509Certificate elements within X509Data.
setEmitEntityIDAsKeyName(boolean) - Method in class org.opensaml.xmlsec.keyinfo.impl.BasicKeyInfoGeneratorFactory
Set the option to emit the entity ID value in a Credential as a KeyName element.
setEmitKeyNames(boolean) - Method in class org.opensaml.xmlsec.keyinfo.impl.BasicKeyInfoGeneratorFactory
Set the option to emit key names found in a Credential as KeyName elements.
setEmitPublicDEREncodedKeyValue(boolean) - Method in class org.opensaml.xmlsec.keyinfo.impl.BasicKeyInfoGeneratorFactory
Set the option to emit the value of Credential.getPublicKey() as a DEREncodedKeyValue element.
setEmitPublicKeyValue(boolean) - Method in class org.opensaml.xmlsec.keyinfo.impl.BasicKeyInfoGeneratorFactory
Set the option to emit the value of Credential.getPublicKey() as a KeyValue element.
setEmitSubjectAltNamesAsKeyNames(boolean) - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory
Set the option to emit the entity certificate subject alternative name extension values as KeyName elements.
setEmitSubjectCNAsKeyName(boolean) - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory
Set the option to emit the entity certificate subject DN common name (CN) fields as KeyName elements.
setEmitSubjectDNAsKeyName(boolean) - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory
Set the option to emit the entity certificate subject DN as a KeyName element.
setEmitX509Digest(boolean) - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory
Set the option to emit the entity certificate digest as an X509Digest element within X509Data.
setEmitX509IssuerSerial(boolean) - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory
Set the option to emit the entity certificate issuer name and serial number as an X509IssuerSerial element within X509Data.
setEmitX509SKI(boolean) - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory
Set the option to emit the entity certificate subject key identifier as an X509SKI element within X509Data.
setEmitX509SubjectName(boolean) - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory
Set the option to emit the entity certificate subject DN as an X509SubjectName element within X509Data.
setEncoding(String) - Method in class org.opensaml.xmlsec.encryption.impl.EncryptedTypeImpl
setEncryptedKeyResolver(EncryptedKeyResolver) - Method in class org.opensaml.xmlsec.impl.BasicDecryptionConfiguration
Get the EncryptedKeyResolver to use when resolving the EncryptedKey(s) to process.
setEncryptionMethod(EncryptionMethod) - Method in class org.opensaml.xmlsec.encryption.impl.EncryptedTypeImpl
setEncryptionProperties(EncryptionProperties) - Method in class org.opensaml.xmlsec.encryption.impl.EncryptedTypeImpl
setExponent(Exponent) - Method in class org.opensaml.xmlsec.signature.impl.RSAKeyValueImpl
setG(G) - Method in class org.opensaml.xmlsec.signature.impl.DSAKeyValueImpl
setGenerator(Generator) - Method in class org.opensaml.xmlsec.encryption.impl.DHKeyValueImpl
setHMACOutputLength(Integer) - Method in class org.opensaml.xmlsec.signature.impl.SignatureImpl
setID(String) - Method in class org.opensaml.xmlsec.encryption.impl.EncryptedTypeImpl
setID(String) - Method in class org.opensaml.xmlsec.encryption.impl.EncryptionPropertiesImpl
setID(String) - Method in class org.opensaml.xmlsec.encryption.impl.EncryptionPropertyImpl
setID(String) - Method in class org.opensaml.xmlsec.signature.impl.DEREncodedKeyValueImpl
setID(String) - Method in class org.opensaml.xmlsec.signature.impl.ECKeyValueImpl
setID(String) - Method in class org.opensaml.xmlsec.signature.impl.KeyInfoImpl
setID(String) - Method in class org.opensaml.xmlsec.signature.impl.KeyInfoReferenceImpl
setJ(J) - Method in class org.opensaml.xmlsec.signature.impl.DSAKeyValueImpl
setKANonce(KANonce) - Method in class org.opensaml.xmlsec.encryption.impl.AgreementMethodImpl
setKEKKeyInfoCredentialResolver(KeyInfoCredentialResolver) - Method in class org.opensaml.xmlsec.impl.BasicDecryptionConfiguration
Set the KeyInfoCredentialResolver to use when processing the EncryptedKey/KeyInfo (the Key Encryption Key or KEK).
setKey(Key) - Method in class org.opensaml.xmlsec.keyinfo.impl.KeyInfoResolutionContext
Set the key currently known to be represented by the KeyInfo.
setKeyInfo(KeyInfo) - Method in class org.opensaml.xmlsec.encryption.impl.EncryptedTypeImpl
setKeyInfo(KeyInfo) - Method in class org.opensaml.xmlsec.keyinfo.impl.KeyInfoResolutionContext
Sets the KeyInfo being processed.
setKeyInfo(KeyInfo) - Method in class org.opensaml.xmlsec.keyinfo.impl.StaticKeyInfoGenerator
Set the static KeyInfo object held by this generator.
setKeyInfo(KeyInfo) - Method in class org.opensaml.xmlsec.signature.impl.SignatureImpl
setKeyInfoGeneratorManager(NamedKeyInfoGeneratorManager) - Method in class org.opensaml.xmlsec.impl.BasicSignatureSigningConfiguration
Set the manager for named KeyInfoGenerator instances.
setKeySize(KeySize) - Method in class org.opensaml.xmlsec.encryption.impl.EncryptionMethodImpl
setKeyTransportAlgorithmPredicate(KeyTransportAlgorithmPredicate) - Method in class org.opensaml.xmlsec.impl.BasicEncryptionConfiguration
Set the instance of KeyTransportAlgorithmPredicate.
setKeyTransportEncryptionAlgorithms(List<String>) - Method in class org.opensaml.xmlsec.impl.BasicEncryptionConfiguration
Set the key transport encryption algorithms to use.
setKeyTransportEncryptionCredentials(List<Credential>) - Method in class org.opensaml.xmlsec.impl.BasicEncryptionConfiguration
Set the key transport encryption credentials to use.
setKeyTransportKeyInfoGeneratorManager(NamedKeyInfoGeneratorManager) - Method in class org.opensaml.xmlsec.impl.BasicEncryptionConfiguration
Set the manager for named KeyInfoGenerator instances for encrypting keys.
setMimeType(String) - Method in class org.opensaml.xmlsec.encryption.impl.EncryptedTypeImpl
setModulus(Modulus) - Method in class org.opensaml.xmlsec.signature.impl.RSAKeyValueImpl
setNamedCurve(NamedCurve) - Method in class org.opensaml.xmlsec.signature.impl.ECKeyValueImpl
setOAEPparams(OAEPparams) - Method in class org.opensaml.xmlsec.encryption.impl.EncryptionMethodImpl
setOriginatorKeyInfo(OriginatorKeyInfo) - Method in class org.opensaml.xmlsec.encryption.impl.AgreementMethodImpl
setP(P) - Method in class org.opensaml.xmlsec.encryption.impl.DHKeyValueImpl
setP(P) - Method in class org.opensaml.xmlsec.signature.impl.DSAKeyValueImpl
setParameters(XMLObject) - Method in class org.opensaml.xmlsec.encryption.impl.AlgorithmIdentifierTypeImpl
setPgenCounter(PgenCounter) - Method in class org.opensaml.xmlsec.encryption.impl.DHKeyValueImpl
setPgenCounter(PgenCounter) - Method in class org.opensaml.xmlsec.signature.impl.DSAKeyValueImpl
setPGPKeyID(PGPKeyID) - Method in class org.opensaml.xmlsec.signature.impl.PGPDataImpl
setPGPKeyPacket(PGPKeyPacket) - Method in class org.opensaml.xmlsec.signature.impl.PGPDataImpl
setPublic(Public) - Method in class org.opensaml.xmlsec.encryption.impl.DHKeyValueImpl
setPublicKey(PublicKey) - Method in class org.opensaml.xmlsec.signature.impl.ECKeyValueImpl
setQ(Q) - Method in class org.opensaml.xmlsec.encryption.impl.DHKeyValueImpl
setQ(Q) - Method in class org.opensaml.xmlsec.signature.impl.DSAKeyValueImpl
setRecipient(String) - Method in class org.opensaml.xmlsec.encryption.impl.EncryptedKeyImpl
setRecipientKeyInfo(RecipientKeyInfo) - Method in class org.opensaml.xmlsec.encryption.impl.AgreementMethodImpl
setReferenceList(ReferenceList) - Method in class org.opensaml.xmlsec.encryption.impl.EncryptedKeyImpl
setRSAKeyValue(RSAKeyValue) - Method in class org.opensaml.xmlsec.signature.impl.KeyValueImpl
setRSAOAEPParameters(RSAOAEPParameters) - Method in class org.opensaml.xmlsec.impl.BasicEncryptionConfiguration
Set the instance of RSAOAEPParameters.
setRSAOAEPParametersMerge(boolean) - Method in class org.opensaml.xmlsec.impl.BasicEncryptionConfiguration
Set the flag indicating whether to merge this configuration's RSAOAEPParameters values with those of a lower order of precedence, or to treat this configuration's parameters set as authoritative.
setSecurityParametersContextLookupStrategy(Function<MessageContext, SecurityParametersContext>) - Method in class org.opensaml.xmlsec.messaging.impl.PopulateSignatureValidationParametersHandler
Set the strategy used to look up the SecurityParametersContext to set the parameters for.
setSeed(Seed) - Method in class org.opensaml.xmlsec.encryption.impl.DHKeyValueImpl
setSeed(Seed) - Method in class org.opensaml.xmlsec.signature.impl.DSAKeyValueImpl
setSignatureAlgorithm(String) - Method in class org.opensaml.xmlsec.signature.impl.SignatureImpl
setSignatureAlgorithms(List<String>) - Method in class org.opensaml.xmlsec.impl.BasicSignatureSigningConfiguration
Set the signature algorithms to use when signing.
setSignatureCanonicalizationAlgorithm(String) - Method in class org.opensaml.xmlsec.impl.BasicSignatureSigningConfiguration
Set a canonicalization algorithm URI suitable for use as a Signature CanonicalizationMethod value.
setSignatureHMACOutputLength(Integer) - Method in class org.opensaml.xmlsec.impl.BasicSignatureSigningConfiguration
Set the value to be used as the Signature SignatureMethod HMACOutputLength value, used only when signing with an HMAC algorithm.
setSignatureReferenceCanonicalizationAlgorithm(String) - Method in class org.opensaml.xmlsec.impl.BasicSignatureSigningConfiguration
Get a canonicalization algorithm URI suitable for use as a Signature Reference Transform value.
setSignatureReferenceDigestMethods(List<String>) - Method in class org.opensaml.xmlsec.impl.BasicSignatureSigningConfiguration
Set a digest method algorithm URI suitable for use as a Signature Reference DigestMethod value.
setSignatureTrustEngine(SignatureTrustEngine) - Method in class org.opensaml.xmlsec.impl.BasicSignatureValidationConfiguration
Set the signature trust engine to use.
setSignatureValidationParametersResolver(SignatureValidationParametersResolver) - Method in class org.opensaml.xmlsec.messaging.impl.PopulateSignatureValidationParametersHandler
Set the resolver to use for the parameters to store into the context.
setSigningCredential(Credential) - Method in class org.opensaml.xmlsec.signature.impl.SignatureImpl
setSigningCredentials(List<Credential>) - Method in class org.opensaml.xmlsec.impl.BasicSignatureSigningConfiguration
Set the signing credentials to use when signing.
setTarget(String) - Method in class org.opensaml.xmlsec.encryption.impl.EncryptionPropertyImpl
setTransforms(Transforms) - Method in class org.opensaml.xmlsec.encryption.impl.CipherReferenceImpl
setTransforms(Transforms) - Method in class org.opensaml.xmlsec.signature.impl.RetrievalMethodImpl
setType(String) - Method in class org.opensaml.xmlsec.encryption.impl.EncryptedTypeImpl
setType(String) - Method in class org.opensaml.xmlsec.signature.impl.RetrievalMethodImpl
setUnknownXMLObject(XMLObject) - Method in class org.opensaml.xmlsec.signature.impl.KeyValueImpl
setURI(String) - Method in class org.opensaml.xmlsec.encryption.impl.CipherReferenceImpl
setURI(String) - Method in class org.opensaml.xmlsec.encryption.impl.ReferenceTypeImpl
setURI(String) - Method in class org.opensaml.xmlsec.signature.impl.KeyInfoReferenceImpl
setURI(String) - Method in class org.opensaml.xmlsec.signature.impl.NamedCurveImpl
setURI(String) - Method in class org.opensaml.xmlsec.signature.impl.RetrievalMethodImpl
setValue(String) - Method in class org.opensaml.xmlsec.signature.impl.CryptoBinaryImpl
setValue(String) - Method in class org.opensaml.xmlsec.signature.impl.X509CertificateImpl
setValue(String) - Method in class org.opensaml.xmlsec.signature.impl.X509CRLImpl
setValue(BigInteger) - Method in class org.opensaml.xmlsec.signature.impl.X509SerialNumberImpl
setValueBigInt(BigInteger) - Method in class org.opensaml.xmlsec.signature.impl.CryptoBinaryImpl
setWhitelistBlacklistPrecedence(WhitelistBlacklistConfiguration.Precedence) - Method in class org.opensaml.xmlsec.impl.BasicWhitelistBlacklistConfiguration
Set preference value indicating which should take precedence when both whitelist and blacklist are non-empty.
setWhitelistedAlgorithms(Collection<String>) - Method in class org.opensaml.xmlsec.impl.BasicWhitelistBlacklistConfiguration
Set the list of whitelisted algorithm URI's.
setWhitelistMerge(boolean) - Method in class org.opensaml.xmlsec.impl.BasicWhitelistBlacklistConfiguration
Set the flag indicating whether to merge this configuration's whitelist with one of a lower order of precedence, or to treat this whitelist as authoritative.
setX500DNHandler(X500DNHandler) - Method in class org.opensaml.xmlsec.keyinfo.impl.provider.InlineX509DataProvider
Set the handler which process X.500 distinguished names.
setX500DNHandler(X500DNHandler) - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory
Set the handler which process X.500 distinguished names.
setX500IssuerDNFormat(String) - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory
Set the output format specifier for X.500 issuer names.
setX500SubjectDNFormat(String) - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory
Set the output format specifier for X.500 subject names.
setX509DigestAlgorithmURI(String) - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory
Set the algorithm URI for X509Digest digests.
setX509IssuerName(X509IssuerName) - Method in class org.opensaml.xmlsec.signature.impl.X509IssuerSerialImpl
setX509SerialNumber(X509SerialNumber) - Method in class org.opensaml.xmlsec.signature.impl.X509IssuerSerialImpl
setXMLSignature(XMLSignature) - Method in class org.opensaml.xmlsec.signature.impl.SignatureImpl
Set the Apache XML Security signature instance held by this object.
setY(Y) - Method in class org.opensaml.xmlsec.signature.impl.DSAKeyValueImpl
signatureAlgorithm - Variable in class org.opensaml.xmlsec.signature.impl.SignatureImpl
Algorithm used to generate the signature.
signatureAlgorithms - Variable in class org.opensaml.xmlsec.impl.BasicSignatureSigningConfiguration
Signature method algorithm URIs.
SignatureAlgorithmValidator - Class in org.opensaml.xmlsec.signature.support.impl
Component which validates a Signature's signature and digest algorithm URI's against a supplied algorithm whitelist and blacklist.
SignatureAlgorithmValidator(Collection<String>, Collection<String>) - Constructor for class org.opensaml.xmlsec.signature.support.impl.SignatureAlgorithmValidator
Constructor.
SignatureAlgorithmValidator(SignatureValidationParameters) - Constructor for class org.opensaml.xmlsec.signature.support.impl.SignatureAlgorithmValidator
Constructor.
SignatureBuilder - Class in org.opensaml.xmlsec.signature.impl
Builder of Signatures.
SignatureBuilder() - Constructor for class org.opensaml.xmlsec.signature.impl.SignatureBuilder
Constructor.
signatureCanonicalization - Variable in class org.opensaml.xmlsec.impl.BasicSignatureSigningConfiguration
Signature canonicalization algorithm URI.
signatureHMACOutputLength - Variable in class org.opensaml.xmlsec.impl.BasicSignatureSigningConfiguration
Signature HMAC output length.
SignatureImpl - Class in org.opensaml.xmlsec.signature.impl
XMLObject representing an enveloped or detached XML Digital Signature, version 20020212, Signature element.
SignatureImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.signature.impl.SignatureImpl
Constructor.
SignatureMarshaller - Class in org.opensaml.xmlsec.signature.impl
A marshaller for Signature objects.
SignatureMarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.SignatureMarshaller
Constructor.
signatureReferenceCanonicalizationAlgorithm - Variable in class org.opensaml.xmlsec.impl.BasicSignatureSigningConfiguration
The signature reference canonicalization transform algorithm.
signatureReferenceDigestMethods - Variable in class org.opensaml.xmlsec.impl.BasicSignatureSigningConfiguration
Digest method algorithm URIs.
signatureTrustEngine - Variable in class org.opensaml.xmlsec.impl.BasicSignatureValidationConfiguration
The signature trust engine to use.
SignatureUnmarshaller - Class in org.opensaml.xmlsec.signature.impl
An unmarshaller for Signature objects.
SignatureUnmarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.SignatureUnmarshaller
Constructor.
signingCredential - Variable in class org.opensaml.xmlsec.signature.impl.SignatureImpl
Key used to sign the signature.
signingCredentials - Variable in class org.opensaml.xmlsec.impl.BasicSignatureSigningConfiguration
Signing credentials.
signObject(Signature) - Method in class org.opensaml.xmlsec.signature.support.impl.provider.ApacheSantuarioSignerProviderImpl
SPKIDataBuilder - Class in org.opensaml.xmlsec.signature.impl
Builder of SPKIData.
SPKIDataBuilder() - Constructor for class org.opensaml.xmlsec.signature.impl.SPKIDataBuilder
Constructor.
SPKIDataImpl - Class in org.opensaml.xmlsec.signature.impl
Concrete implementation of SPKIData.
SPKIDataImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.signature.impl.SPKIDataImpl
Constructor.
SPKIDataMarshaller - Class in org.opensaml.xmlsec.signature.impl
A thread-safe Marshaller for SPKIData objects.
SPKIDataMarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.SPKIDataMarshaller
 
SPKIDataUnmarshaller - Class in org.opensaml.xmlsec.signature.impl
A thread-safe Unmarshaller for SPKIData objects.
SPKIDataUnmarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.SPKIDataUnmarshaller
 
SPKISexpBuilder - Class in org.opensaml.xmlsec.signature.impl
Builder of SPKISexp.
SPKISexpBuilder() - Constructor for class org.opensaml.xmlsec.signature.impl.SPKISexpBuilder
Constructor.
SPKISexpImpl - Class in org.opensaml.xmlsec.signature.impl
Concrete implementation of SPKISexp.
SPKISexpImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.signature.impl.SPKISexpImpl
Constructor.
StaticDecryptionParametersResolver - Class in org.opensaml.xmlsec.impl
Resolve an instance of DecryptionParameters statically.
StaticDecryptionParametersResolver(DecryptionParameters) - Constructor for class org.opensaml.xmlsec.impl.StaticDecryptionParametersResolver
Constructor.
StaticEncryptionParametersResolver - Class in org.opensaml.xmlsec.impl
Resolve an instance of EncryptionParameters statically.
StaticEncryptionParametersResolver(EncryptionParameters) - Constructor for class org.opensaml.xmlsec.impl.StaticEncryptionParametersResolver
Constructor.
StaticKeyInfoCredentialResolver - Class in org.opensaml.xmlsec.keyinfo.impl
Simple implementation of KeyInfoCredentialResolver which just stores and returns a static set of credentials.
StaticKeyInfoCredentialResolver(List<Credential>) - Constructor for class org.opensaml.xmlsec.keyinfo.impl.StaticKeyInfoCredentialResolver
Constructor.
StaticKeyInfoCredentialResolver(Credential) - Constructor for class org.opensaml.xmlsec.keyinfo.impl.StaticKeyInfoCredentialResolver
Constructor.
StaticKeyInfoGenerator - Class in org.opensaml.xmlsec.keyinfo.impl
Implementation of KeyInfoGenerator which always returns static KeyInfo data.
StaticKeyInfoGenerator(KeyInfo) - Constructor for class org.opensaml.xmlsec.keyinfo.impl.StaticKeyInfoGenerator
Constructor.
StaticSignatureSigningParametersResolver - Class in org.opensaml.xmlsec.impl
Resolve an instance of SignatureSigningParameters statically.
StaticSignatureSigningParametersResolver(SignatureSigningParameters) - Constructor for class org.opensaml.xmlsec.impl.StaticSignatureSigningParametersResolver
Constructor.
StaticSignatureValidationParametersResolver - Class in org.opensaml.xmlsec.impl
Resolve an instance of SignatureValidationParameters statically.
StaticSignatureValidationParametersResolver(SignatureValidationParameters) - Constructor for class org.opensaml.xmlsec.impl.StaticSignatureValidationParametersResolver
Constructor.
subjectAltNames - Variable in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory.X509Options
The set of types of subject alternative names to process.

T

target - Variable in class org.opensaml.xmlsec.encryption.impl.EncryptionPropertyImpl
Target attribute value.
test(String) - Method in class org.opensaml.xmlsec.impl.AlgorithmRuntimeSupportedPredicate
test(String) - Method in class org.opensaml.xmlsec.impl.BlacklistPredicate
test(String) - Method in class org.opensaml.xmlsec.impl.WhitelistPredicate
TransformBuilder - Class in org.opensaml.xmlsec.signature.impl
Builder of Transform.
TransformBuilder() - Constructor for class org.opensaml.xmlsec.signature.impl.TransformBuilder
Constructor.
TransformImpl - Class in org.opensaml.xmlsec.signature.impl
Concrete implementation of Transform.
TransformImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.signature.impl.TransformImpl
Constructor.
TransformMarshaller - Class in org.opensaml.xmlsec.signature.impl
A thread-safe Marshaller for Transform objects.
TransformMarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.TransformMarshaller
 
transforms - Variable in class org.opensaml.xmlsec.encryption.impl.CipherReferenceImpl
Transforms child element value.
transforms - Variable in class org.opensaml.xmlsec.encryption.impl.TransformsImpl
Transform child elements.
transforms - Variable in class org.opensaml.xmlsec.signature.impl.RetrievalMethodImpl
Transforms attribute value.
transforms - Variable in class org.opensaml.xmlsec.signature.impl.TransformsImpl
Transform children.
TransformsBuilder - Class in org.opensaml.xmlsec.encryption.impl
Builder of Transforms.
TransformsBuilder - Class in org.opensaml.xmlsec.signature.impl
Builder of Transforms.
TransformsBuilder() - Constructor for class org.opensaml.xmlsec.encryption.impl.TransformsBuilder
Constructor.
TransformsBuilder() - Constructor for class org.opensaml.xmlsec.signature.impl.TransformsBuilder
Constructor.
TransformsImpl - Class in org.opensaml.xmlsec.encryption.impl
Concrete implementation of Transforms.
TransformsImpl - Class in org.opensaml.xmlsec.signature.impl
Concrete implementation of Transforms.
TransformsImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.encryption.impl.TransformsImpl
Constructor.
TransformsImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.signature.impl.TransformsImpl
Constructor.
TransformsMarshaller - Class in org.opensaml.xmlsec.encryption.impl
A thread-safe Marshaller for Transforms objects.
TransformsMarshaller - Class in org.opensaml.xmlsec.signature.impl
A thread-safe Marshaller for Transforms objects.
TransformsMarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.TransformsMarshaller
 
TransformsMarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.TransformsMarshaller
 
TransformsUnmarshaller - Class in org.opensaml.xmlsec.encryption.impl
A thread-safe Unmarshaller for Transforms objects.
TransformsUnmarshaller - Class in org.opensaml.xmlsec.signature.impl
A thread-safe Unmarshaller for Transforms objects.
TransformsUnmarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.TransformsUnmarshaller
 
TransformsUnmarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.TransformsUnmarshaller
 
TransformUnmarshaller - Class in org.opensaml.xmlsec.signature.impl
A thread-safe Unmarshaller for Transform objects.
TransformUnmarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.TransformUnmarshaller
 
type - Variable in class org.opensaml.xmlsec.encryption.impl.EncryptedTypeImpl
Type attribute value.
type - Variable in class org.opensaml.xmlsec.signature.impl.RetrievalMethodImpl
Type attribute value.

U

unknownAttributes - Variable in class org.opensaml.xmlsec.encryption.impl.EncryptionPropertyImpl
"anyAttribute" attributes.
unknownChildren - Variable in class org.opensaml.xmlsec.encryption.impl.EncryptionMethodImpl
"any" children.
unknownChildren - Variable in class org.opensaml.xmlsec.encryption.impl.EncryptionPropertyImpl
Child elements from the <any> content model.
unknownChildren - Variable in class org.opensaml.xmlsec.signature.impl.DigestMethodImpl
"any" children.
unknownXMLObject - Variable in class org.opensaml.xmlsec.signature.impl.KeyValueImpl
Wildcard <any> XMLObject child element.
unmarshall(Element) - Method in class org.opensaml.xmlsec.signature.impl.SignatureUnmarshaller
uri - Variable in class org.opensaml.xmlsec.encryption.impl.CipherReferenceImpl
URI attribute value.
uri - Variable in class org.opensaml.xmlsec.encryption.impl.ReferenceTypeImpl
URI attribute value.
uri - Variable in class org.opensaml.xmlsec.signature.impl.KeyInfoReferenceImpl
URI attribute value.
uri - Variable in class org.opensaml.xmlsec.signature.impl.NamedCurveImpl
URI attribute value.
uri - Variable in class org.opensaml.xmlsec.signature.impl.RetrievalMethodImpl
URI attribute value.

V

validate(byte[], byte[], String, CriteriaSet, Credential) - Method in class org.opensaml.xmlsec.signature.support.impl.BaseSignatureTrustEngine
validate(byte[], byte[], String, CriteriaSet, Credential) - Method in class org.opensaml.xmlsec.signature.support.impl.ChainingSignatureTrustEngine
validate(EncryptionParameters, boolean) - Method in class org.opensaml.xmlsec.impl.BasicEncryptionParametersResolver
Validate that the EncryptionParameters instance has all the required properties populated.
validate(Signature) - Method in class org.opensaml.xmlsec.signature.support.impl.ChainingSignaturePrevalidator
validate(Signature) - Method in class org.opensaml.xmlsec.signature.support.impl.SignatureAlgorithmValidator
Validate the algorithms in the signature.
validate(Signature, CriteriaSet) - Method in class org.opensaml.xmlsec.signature.support.impl.BaseSignatureTrustEngine
validate(Signature, CriteriaSet) - Method in class org.opensaml.xmlsec.signature.support.impl.ChainingSignatureTrustEngine
validate(Signature, Credential) - Method in class org.opensaml.xmlsec.signature.support.impl.provider.ApacheSantuarioSignatureValidationProviderImpl
validate(Signature, TrustBasisType) - Method in class org.opensaml.xmlsec.signature.support.impl.BaseSignatureTrustEngine
Attempt to establish trust by resolving signature verification credentials from the Signature's KeyInfo.
validate(SignatureSigningParameters) - Method in class org.opensaml.xmlsec.impl.BasicSignatureSigningParametersResolver
Validate that the SignatureSigningParameters instance has all the required properties populated.
validateAlgorithmURI(String) - Method in class org.opensaml.xmlsec.signature.support.impl.SignatureAlgorithmValidator
Validate the supplied algorithm URI against the configured whitelist and blacklist.
validators - Variable in class org.opensaml.xmlsec.signature.support.impl.ChainingSignaturePrevalidator
The chain of SignaturePrevalidator instances to execute.
value - Variable in class org.opensaml.xmlsec.signature.impl.X509SerialNumberImpl
The serial number value.
verifySignature(Signature, Credential) - Method in class org.opensaml.xmlsec.signature.support.impl.BaseSignatureTrustEngine
Attempt to verify a signature using the key from the supplied credential.

W

whitelist - Variable in class org.opensaml.xmlsec.impl.BasicWhitelistBlacklistConfiguration
Whitelisted algorithm URIs.
whitelist - Variable in class org.opensaml.xmlsec.impl.WhitelistPredicate
Whitelisted algorithms.
whitelistedAlgorithmURIs - Variable in class org.opensaml.xmlsec.signature.support.impl.SignatureAlgorithmValidator
The collection of algorithm URI's which are whitelisted.
whitelistMerge - Variable in class org.opensaml.xmlsec.impl.BasicWhitelistBlacklistConfiguration
Whitelist merge flag.
WhitelistPredicate - Class in org.opensaml.xmlsec.impl
Predicate which implements an algorithm URI whitelist policy.
WhitelistPredicate(Collection<String>) - Constructor for class org.opensaml.xmlsec.impl.WhitelistPredicate
Constructor.

X

x500DNHandler - Variable in class org.opensaml.xmlsec.keyinfo.impl.provider.InlineX509DataProvider
Responsible for parsing and serializing X.500 names to/from X500Principal instances.
x500DNHandler - Variable in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory.X509Options
Responsible for parsing and serializing X.500 names to/from X500Principal instances.
x500IssuerDNFormat - Variable in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory.X509Options
The format specifier for outputting X.500 issuer names.
x500SubjectDNFormat - Variable in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory.X509Options
The format specifier for outputting X.500 subject names.
X509CertificateBuilder - Class in org.opensaml.xmlsec.signature.impl
Builder of X509Certificate.
X509CertificateBuilder() - Constructor for class org.opensaml.xmlsec.signature.impl.X509CertificateBuilder
Constructor.
X509CertificateImpl - Class in org.opensaml.xmlsec.signature.impl
Concrete implementation of X509Certificate.
X509CertificateImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.signature.impl.X509CertificateImpl
Constructor.
X509CertificateImpl.CleanerState - Class in org.opensaml.xmlsec.signature.impl
The action to be taken when the current state must be cleaned.
X509CRLBuilder - Class in org.opensaml.xmlsec.signature.impl
Builder of X509CRL.
X509CRLBuilder() - Constructor for class org.opensaml.xmlsec.signature.impl.X509CRLBuilder
Constructor.
X509CRLImpl - Class in org.opensaml.xmlsec.signature.impl
Concrete implementation of X509CRL.
X509CRLImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.signature.impl.X509CRLImpl
Constructor.
X509CRLImpl.CleanerState - Class in org.opensaml.xmlsec.signature.impl
The action to be taken when the current state must be cleaned.
x509DataBuilder - Variable in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory.X509KeyInfoGenerator
Builder for X509Data objects.
X509DataBuilder - Class in org.opensaml.xmlsec.signature.impl
Builder of X509Data.
X509DataBuilder() - Constructor for class org.opensaml.xmlsec.signature.impl.X509DataBuilder
Constructor.
X509DataImpl - Class in org.opensaml.xmlsec.signature.impl
Concrete implementation of X509Data.
X509DataImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.signature.impl.X509DataImpl
Constructor.
X509DataMarshaller - Class in org.opensaml.xmlsec.signature.impl
A thread-safe Marshaller for X509Data objects.
X509DataMarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.X509DataMarshaller
 
X509DataUnmarshaller - Class in org.opensaml.xmlsec.signature.impl
A thread-safe Unmarshaller for X509Data objects.
X509DataUnmarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.X509DataUnmarshaller
 
x509DigestAlgorithmURI - Variable in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory.X509Options
X509Digest digest algorithm URI.
X509DigestBuilder - Class in org.opensaml.xmlsec.signature.impl
Builder of X509Digest.
X509DigestBuilder() - Constructor for class org.opensaml.xmlsec.signature.impl.X509DigestBuilder
Constructor.
X509DigestImpl - Class in org.opensaml.xmlsec.signature.impl
Concrete implementation of X509Digest.
X509DigestImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.signature.impl.X509DigestImpl
Constructor.
X509DigestMarshaller - Class in org.opensaml.xmlsec.signature.impl
A thread-safe Marshaller for X509Digest objects.
X509DigestMarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.X509DigestMarshaller
 
X509DigestUnmarshaller - Class in org.opensaml.xmlsec.signature.impl
A thread-safe Unmarshaller for X509Digest objects.
X509DigestUnmarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.X509DigestUnmarshaller
 
X509IssuerNameBuilder - Class in org.opensaml.xmlsec.signature.impl
Builder of X509IssuerName.
X509IssuerNameBuilder() - Constructor for class org.opensaml.xmlsec.signature.impl.X509IssuerNameBuilder
Constructor.
X509IssuerNameImpl - Class in org.opensaml.xmlsec.signature.impl
Concrete implementation of X509IssuerName.
X509IssuerNameImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.signature.impl.X509IssuerNameImpl
Constructor.
X509IssuerSerialBuilder - Class in org.opensaml.xmlsec.signature.impl
Builder of X509IssuerSerial.
X509IssuerSerialBuilder() - Constructor for class org.opensaml.xmlsec.signature.impl.X509IssuerSerialBuilder
Constructor.
X509IssuerSerialImpl - Class in org.opensaml.xmlsec.signature.impl
Concrete implementation of X509IssuerSerial.
X509IssuerSerialImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.signature.impl.X509IssuerSerialImpl
Constructor.
X509IssuerSerialMarshaller - Class in org.opensaml.xmlsec.signature.impl
A thread-safe Marshaller for X509IssuerSerial objects.
X509IssuerSerialMarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.X509IssuerSerialMarshaller
 
X509IssuerSerialUnmarshaller - Class in org.opensaml.xmlsec.signature.impl
A thread-safe Unmarshaller for X509IssuerSerial objects.
X509IssuerSerialUnmarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.X509IssuerSerialUnmarshaller
 
X509KeyInfoGenerator(X509KeyInfoGeneratorFactory.X509Options) - Constructor for class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory.X509KeyInfoGenerator
Constructor.
X509KeyInfoGeneratorFactory - Class in org.opensaml.xmlsec.keyinfo.impl
A factory implementation which produces instances of KeyInfoGenerator capable of handling the information contained within an X509Credential.
X509KeyInfoGeneratorFactory() - Constructor for class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory
Constructor.
X509KeyInfoGeneratorFactory.X509KeyInfoGenerator - Class in org.opensaml.xmlsec.keyinfo.impl
An implementation of KeyInfoGenerator capable of handling the information contained within a X509Credential.
X509KeyInfoGeneratorFactory.X509Options - Class in org.opensaml.xmlsec.keyinfo.impl
Options to be used in the production of a KeyInfo from an X509Credential.
X509Options() - Constructor for class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory.X509Options
Constructor.
X509SerialNumberBuilder - Class in org.opensaml.xmlsec.signature.impl
Builder of X509SerialNumber.
X509SerialNumberBuilder() - Constructor for class org.opensaml.xmlsec.signature.impl.X509SerialNumberBuilder
Constructor.
X509SerialNumberImpl - Class in org.opensaml.xmlsec.signature.impl
Concrete implementation of X509SerialNumber.
X509SerialNumberImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.signature.impl.X509SerialNumberImpl
Constructor.
X509SerialNumberMarshaller - Class in org.opensaml.xmlsec.signature.impl
Thread-safe marshaller of X509SerialNumber objects.
X509SerialNumberMarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.X509SerialNumberMarshaller
 
X509SerialNumberUnmarshaller - Class in org.opensaml.xmlsec.signature.impl
Thread-safe unmarshaller for X509SerialNumber objects.
X509SerialNumberUnmarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.X509SerialNumberUnmarshaller
 
X509SKIBuilder - Class in org.opensaml.xmlsec.signature.impl
Builder of X509SKI.
X509SKIBuilder() - Constructor for class org.opensaml.xmlsec.signature.impl.X509SKIBuilder
Constructor.
X509SKIImpl - Class in org.opensaml.xmlsec.signature.impl
Concrete implementation of X509SKI.
X509SKIImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.signature.impl.X509SKIImpl
Constructor.
X509SubjectNameBuilder - Class in org.opensaml.xmlsec.signature.impl
Builder of X509SubjectName.
X509SubjectNameBuilder() - Constructor for class org.opensaml.xmlsec.signature.impl.X509SubjectNameBuilder
Constructor.
X509SubjectNameImpl - Class in org.opensaml.xmlsec.signature.impl
Concrete implementation of X509SubjectName.
X509SubjectNameImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.signature.impl.X509SubjectNameImpl
Constructor.
xmlChildren - Variable in class org.opensaml.xmlsec.encryption.impl.AgreementMethodImpl
List of wildcard <any> XMLObject children.
xmlChildren - Variable in class org.opensaml.xmlsec.encryption.impl.ReferenceTypeImpl
List of <any> XML child elements.
xmlChildren - Variable in class org.opensaml.xmlsec.signature.impl.PGPDataImpl
List of <any> wildcard XMLObject children.
XMLObjectProviderInitializer - Class in org.opensaml.xmlsec.config.impl
XMLObject provider initializer for module "xmlsec-impl".
XMLObjectProviderInitializer() - Constructor for class org.opensaml.xmlsec.config.impl.XMLObjectProviderInitializer
 
xmlSignature - Variable in class org.opensaml.xmlsec.signature.impl.SignatureImpl
Constructed Apache XML Security signature object.
XPathBuilder - Class in org.opensaml.xmlsec.signature.impl
Builder of XPath.
XPathBuilder() - Constructor for class org.opensaml.xmlsec.signature.impl.XPathBuilder
Constructor.
XPathImpl - Class in org.opensaml.xmlsec.signature.impl
Concrete implementation of XPath.
XPathImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.signature.impl.XPathImpl
Constructor.

Y

y - Variable in class org.opensaml.xmlsec.signature.impl.DSAKeyValueImpl
Y child element.
YBuilder - Class in org.opensaml.xmlsec.signature.impl
Builder of Y.
YBuilder() - Constructor for class org.opensaml.xmlsec.signature.impl.YBuilder
Constructor.
YImpl - Class in org.opensaml.xmlsec.signature.impl
Concrete implementation of Y.
YImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.signature.impl.YImpl
Constructor.
A B C D E F G H I J K L M N O P Q R S T U V W X Y 
All Classes All Packages