Package | Description |
---|---|
org.opensaml.saml.security.impl |
Classes related to verifying various credentials within a SAML system.
|
org.opensaml.xmlsec |
Configuration and support classes for security.
|
org.opensaml.xmlsec.encryption.support |
Functional support for XML Encryption.
|
org.opensaml.xmlsec.impl |
Implementation of configuration and parameter resolver classes.
|
Modifier and Type | Method and Description |
---|---|
protected void |
SAMLMetadataEncryptionParametersResolver.populateRSAOAEPParamsFromEncryptionMethod(RSAOAEPParameters params,
EncryptionMethod encryptionMethod,
com.google.common.base.Predicate<String> whitelistBlacklistPredicate)
Extract
DigestMethod , MGF and OAEPparams data present on the supplied
instance of EncryptionMethod and populate it on the supplied instance of of
RSAOAEPParameters . |
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 | Method and Description |
---|---|
RSAOAEPParameters |
KeyEncryptionParameters.getRSAOAEPParameters()
Get the instance of
RSAOAEPParameters . |
Modifier and Type | Method and Description |
---|---|
protected org.apache.xml.security.encryption.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 . |
Modifier and Type | Method and Description |
---|---|
RSAOAEPParameters |
BasicEncryptionConfiguration.getRSAOAEPParameters()
Get the instance of
RSAOAEPParameters . |
Modifier and Type | Method and Description |
---|---|
protected void |
BasicEncryptionParametersResolver.populateRSAOAEPParams(RSAOAEPParameters rsaParams,
net.shibboleth.utilities.java.support.resolver.CriteriaSet criteria,
com.google.common.base.Predicate<String> whitelistBlacklistPredicate)
Populate an instance of
RSAOAEPParameters based on data from the supplied instances
of EncryptionConfiguration . |
void |
BasicEncryptionConfiguration.setRSAOAEPParameters(RSAOAEPParameters params)
Set the instance of
RSAOAEPParameters . |
Copyright © 2017. All rights reserved.