Uses of Class
net.shibboleth.oidc.security.jose.context.SecurityParametersContext
-
Packages that use SecurityParametersContext Package Description net.shibboleth.oidc.security.jose.context JOSE security contexts . -
-
Uses of SecurityParametersContext in net.shibboleth.oidc.security.jose.context
Methods in net.shibboleth.oidc.security.jose.context that return SecurityParametersContext Modifier and Type Method Description SecurityParametersContextSecurityParametersContext. setDecryptionParameters(DecryptionParameters params)Set the parameters to use for decryption operations.SecurityParametersContextSecurityParametersContext. setEncryptionParameters(EncryptionParameters params)Set the parameters to use for encryption operations.SecurityParametersContextSecurityParametersContext. setSignatureSigningParameters(SignatureSigningParameters params)Set the parameters to use for signature signing operations.SecurityParametersContextSecurityParametersContext. setSignatureValidationParameters(SignatureValidationParameters params)Set the parameters to use for signature validation operations.
-