Uses of Class
org.opensaml.xmlsec.encryption.support.RSAOAEPParameters
Packages that use RSAOAEPParameters
Package
Description
Configuration and support classes for security.
Functional support for XML Encryption.
-
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.