Uses of Class
org.opensaml.xmlsec.encryption.support.RSAOAEPParameters
-
Packages that use RSAOAEPParameters Package Description org.opensaml.xmlsec Configuration and support classes for security.org.opensaml.xmlsec.encryption.support Functional support for XML Encryption. -
-
Uses of RSAOAEPParameters in org.opensaml.xmlsec
Fields in org.opensaml.xmlsec declared as RSAOAEPParameters Modifier and Type Field Description private RSAOAEPParametersEncryptionParameters. rsaOAEPParametersRSA OAEP parameters.Methods in org.opensaml.xmlsec that return RSAOAEPParameters Modifier and Type Method Description RSAOAEPParametersEncryptionConfiguration. getRSAOAEPParameters()Get the instance ofRSAOAEPParameters.RSAOAEPParametersEncryptionParameters. getRSAOAEPParameters()Get the instance ofRSAOAEPParameters.Methods in org.opensaml.xmlsec with parameters of type RSAOAEPParameters Modifier and Type Method Description voidEncryptionParameters. 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 RSAOAEPParameters Modifier and Type Field Description private RSAOAEPParametersKeyEncryptionParameters. rsaOAEPParametersRSA OAEP parameters.Methods in org.opensaml.xmlsec.encryption.support that return RSAOAEPParameters Modifier and Type Method Description RSAOAEPParametersKeyEncryptionParameters. getRSAOAEPParameters()Get the instance ofRSAOAEPParameters.Methods in org.opensaml.xmlsec.encryption.support with parameters of type RSAOAEPParameters Modifier and Type Method Description protected 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.
-