Package | Description |
---|---|
org.opensaml.xmlsec |
Configuration and support classes for security.
|
org.opensaml.xmlsec.encryption.support |
Functional support for XML Encryption.
|
Modifier and Type | Field and Description |
---|---|
private RSAOAEPParameters |
EncryptionParameters.rsaOAEPParameters
RSA OAEP parameters.
|
Modifier and Type | Method and Description |
---|---|
RSAOAEPParameters |
EncryptionParameters.getRSAOAEPParameters()
Get the instance of
RSAOAEPParameters . |
RSAOAEPParameters |
EncryptionConfiguration.getRSAOAEPParameters()
Get the instance of
RSAOAEPParameters . |
Modifier and Type | Method and Description |
---|---|
void |
EncryptionParameters.setRSAOAEPParameters(RSAOAEPParameters params)
Set the instance of
RSAOAEPParameters . |
Modifier and Type | Field and Description |
---|---|
private RSAOAEPParameters |
KeyEncryptionParameters.rsaOAEPParameters
RSA OAEP parameters.
|
Modifier and Type | Method and Description |
---|---|
RSAOAEPParameters |
KeyEncryptionParameters.getRSAOAEPParameters()
Get the instance of
RSAOAEPParameters . |
Modifier and Type | Method and Description |
---|---|
protected XMLCipher |
Encrypter.buildXMLCipher(Key encryptionKey,
String encryptionAlgorithmURI,
RSAOAEPParameters rsaOAEPParams)
Construct and return an instance of
XMLCipher 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 of
RSAOAEPParameters . |
Copyright © 1999–2019 Shibboleth Consortium. All rights reserved.