Uses of Class
org.opensaml.xmlsec.encryption.support.RSAOAEPParameters
Packages that use RSAOAEPParameters
Package
Description
Classes related to verifying various credentials within a SAML system.
Configuration and support classes for security.
Functional support for XML Encryption.
Implementation of configuration and parameter resolver classes.
-
Uses of RSAOAEPParameters in org.opensaml.saml.security.impl
Methods in org.opensaml.saml.security.impl with parameters of type RSAOAEPParametersModifier and TypeMethodDescriptionprotected voidSAMLMetadataEncryptionParametersResolver.populateRSAOAEPParamsFromEncryptionMethod(RSAOAEPParameters params, EncryptionMethod encryptionMethod, Predicate<String> includeExcludePredicate) ExtractDigestMethod,MGFandOAEPparamsdata present on the supplied instance ofEncryptionMethodand populate it on the supplied instance of ofRSAOAEPParameters. -
Uses of RSAOAEPParameters in org.opensaml.xmlsec
Fields in org.opensaml.xmlsec declared as RSAOAEPParametersModifier and TypeFieldDescriptionprivate RSAOAEPParametersEncryptionParameters.rsaOAEPParametersRSA OAEP parameters.Methods in org.opensaml.xmlsec that return RSAOAEPParametersModifier and TypeMethodDescriptionEncryptionConfiguration.getRSAOAEPParameters()Get the instance ofRSAOAEPParameters.EncryptionParameters.getRSAOAEPParameters()Get the instance ofRSAOAEPParameters.Methods in org.opensaml.xmlsec with parameters of type RSAOAEPParametersModifier and TypeMethodDescriptionvoidEncryptionParameters.setRSAOAEPParameters(RSAOAEPParameters params) Set the instance ofRSAOAEPParameters. -
Uses of RSAOAEPParameters in org.opensaml.xmlsec.encryption.support
Fields in org.opensaml.xmlsec.encryption.support declared as RSAOAEPParametersModifier and TypeFieldDescriptionprivate RSAOAEPParametersKeyEncryptionParameters.rsaOAEPParametersRSA OAEP parameters.Methods in org.opensaml.xmlsec.encryption.support that return RSAOAEPParametersModifier and TypeMethodDescriptionKeyEncryptionParameters.getRSAOAEPParameters()Get the instance ofRSAOAEPParameters.Methods in org.opensaml.xmlsec.encryption.support with parameters of type RSAOAEPParametersModifier and TypeMethodDescriptionprotected org.apache.xml.security.encryption.XMLCipherEncrypter.buildXMLCipher(Key encryptionKey, String encryptionAlgorithmURI, RSAOAEPParameters rsaOAEPParams) Construct and return an instance ofXMLCipherbased on the given inputs.protected EncryptedKeyEncrypter.encryptKey(Key targetKey, Key encryptionKey, String encryptionAlgorithmURI, RSAOAEPParameters rsaOAEPParams, Document containingDocument) Encrypts a key using the specified encryption key and algorithm URI.protected StringEncrypter.getEffectiveMGF(String encryptionAlgorithmURI, RSAOAEPParameters rsaOAEPParams) Get the effective RSA OAEP mask generation function (MGF) to use.voidKeyEncryptionParameters.setRSAOAEPParameters(RSAOAEPParameters params) Set the instance ofRSAOAEPParameters. -
Uses of RSAOAEPParameters in org.opensaml.xmlsec.impl
Fields in org.opensaml.xmlsec.impl declared as RSAOAEPParametersModifier and TypeFieldDescriptionprivate RSAOAEPParametersBasicEncryptionConfiguration.rsaOAEPParametersRSA OAEP parameters.Methods in org.opensaml.xmlsec.impl that return RSAOAEPParametersModifier and TypeMethodDescriptionBasicEncryptionConfiguration.getRSAOAEPParameters()Get the instance ofRSAOAEPParameters.Methods in org.opensaml.xmlsec.impl with parameters of type RSAOAEPParametersModifier and TypeMethodDescriptionprotected voidBasicEncryptionParametersResolver.populateRSAOAEPParams(RSAOAEPParameters rsaParams, CriteriaSet criteria, Predicate<String> includeExcludePredicate) Populate an instance ofRSAOAEPParametersbased on data from the supplied instances ofEncryptionConfiguration.BasicEncryptionConfiguration.setRSAOAEPParameters(RSAOAEPParameters params) Set the instance ofRSAOAEPParameters.