Uses of Class
org.opensaml.xmlsec.context.SecurityParametersContext
-
Packages that use SecurityParametersContext Package Description org.opensaml.xmlsec.context Message context classes for XML Security. -
-
Uses of SecurityParametersContext in org.opensaml.xmlsec.context
Methods in org.opensaml.xmlsec.context that return SecurityParametersContext Modifier and Type Method Description SecurityParametersContext
SecurityParametersContext. setDecryptionParameters(DecryptionParameters params)
Set the parameters to use for XML decryption operations.SecurityParametersContext
SecurityParametersContext. setEncryptionParameters(EncryptionParameters params)
Set the parameters to use for XML encryption operations.SecurityParametersContext
SecurityParametersContext. setSignatureSigningParameters(SignatureSigningParameters params)
Set the parameters to use for XML signature signing operations.SecurityParametersContext
SecurityParametersContext. setSignatureValidationParameters(SignatureValidationParameters params)
Set the parameters to use for XML signature validation operations.
-