Uses of Class
org.opensaml.xmlsec.DecryptionParameters
Packages that use DecryptionParameters
Package
Description
Message context classes for XML Security.
Functional support for XML Encryption.
-
Uses of DecryptionParameters in org.opensaml.xmlsec.context
Fields in org.opensaml.xmlsec.context declared as DecryptionParametersModifier and TypeFieldDescriptionprivate DecryptionParametersSecurityParametersContext.decryptionParametersDecryption parameters.Methods in org.opensaml.xmlsec.context that return DecryptionParametersModifier and TypeMethodDescriptionSecurityParametersContext.getDecryptionParameters()Get the parameters to use for XML decryption operations.Methods in org.opensaml.xmlsec.context with parameters of type DecryptionParametersModifier and TypeMethodDescriptionSecurityParametersContext.setDecryptionParameters(DecryptionParameters params) Set the parameters to use for XML decryption operations. -
Uses of DecryptionParameters in org.opensaml.xmlsec.encryption.support
Constructors in org.opensaml.xmlsec.encryption.support with parameters of type DecryptionParameters