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 RSAOAEPParameters
EncryptionParameters. rsaOAEPParameters
RSA OAEP parameters.Methods in org.opensaml.xmlsec that return RSAOAEPParameters Modifier and Type Method Description RSAOAEPParameters
EncryptionConfiguration. getRSAOAEPParameters()
Get the instance ofRSAOAEPParameters
.RSAOAEPParameters
EncryptionParameters. getRSAOAEPParameters()
Get the instance ofRSAOAEPParameters
.Methods in org.opensaml.xmlsec with parameters of type RSAOAEPParameters Modifier and Type Method Description void
EncryptionParameters. 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 RSAOAEPParameters
KeyEncryptionParameters. rsaOAEPParameters
RSA OAEP parameters.Methods in org.opensaml.xmlsec.encryption.support that return RSAOAEPParameters Modifier and Type Method Description RSAOAEPParameters
KeyEncryptionParameters. 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.XMLCipher
Encrypter. buildXMLCipher(Key encryptionKey, String encryptionAlgorithmURI, RSAOAEPParameters rsaOAEPParams)
Construct and return an instance ofXMLCipher
based on the given inputs.protected EncryptedKey
Encrypter. encryptKey(Key targetKey, Key encryptionKey, String encryptionAlgorithmURI, RSAOAEPParameters rsaOAEPParams, Document containingDocument)
Encrypts a key using the specified encryption key and algorithm URI.protected String
Encrypter. getEffectiveMGF(String encryptionAlgorithmURI, RSAOAEPParameters rsaOAEPParams)
Get the effective RSA OAEP mask generation function (MGF) to use.void
KeyEncryptionParameters. setRSAOAEPParameters(RSAOAEPParameters params)
Set the instance ofRSAOAEPParameters
.
-