Uses of Class
net.shibboleth.oidc.security.jose.SignatureSigningParameters
-
Packages that use SignatureSigningParameters Package Description net.shibboleth.oidc.security.impl Utility classes for security related functions.net.shibboleth.oidc.security.jose.context JOSE security contexts .net.shibboleth.oidc.security.jose.impl Implementation of cryptographic primitives that support JOSE objects. -
-
Uses of SignatureSigningParameters in net.shibboleth.oidc.security.impl
Fields in net.shibboleth.oidc.security.impl declared as SignatureSigningParameters Modifier and Type Field Description private SignatureSigningParametersSignJWTHandler. signatureSigningParametersThe signature signing parameters. -
Uses of SignatureSigningParameters in net.shibboleth.oidc.security.jose.context
Fields in net.shibboleth.oidc.security.jose.context declared as SignatureSigningParameters Modifier and Type Field Description private SignatureSigningParametersSecurityParametersContext. signatureSigningParametersSignature signing parameters.Methods in net.shibboleth.oidc.security.jose.context that return SignatureSigningParameters Modifier and Type Method Description SignatureSigningParametersSecurityParametersContext. getSignatureSigningParameters()Get the parameters to use for signature signing operations.Methods in net.shibboleth.oidc.security.jose.context with parameters of type SignatureSigningParameters Modifier and Type Method Description SecurityParametersContextSecurityParametersContext. setSignatureSigningParameters(SignatureSigningParameters params)Set the parameters to use for signature signing operations. -
Uses of SignatureSigningParameters in net.shibboleth.oidc.security.jose.impl
Methods in net.shibboleth.oidc.security.jose.impl that return SignatureSigningParameters Modifier and Type Method Description SignatureSigningParametersBasicSignatureSigningParametersResolver. resolveSingle(CriteriaSet criteria)Methods in net.shibboleth.oidc.security.jose.impl that return types with arguments of type SignatureSigningParameters Modifier and Type Method Description Iterable<SignatureSigningParameters>BasicSignatureSigningParametersResolver. resolve(CriteriaSet criteria)Methods in net.shibboleth.oidc.security.jose.impl with parameters of type SignatureSigningParameters Modifier and Type Method Description protected voidBasicSignatureSigningParametersResolver. findCompatibleAlgorithmAndCredential(List<String> algorithms, List<Credential> credentials, SignatureSigningParameters params)Loop through the algorithms and find the first compatible credential.protected voidBasicSignatureSigningParametersResolver. logResult(SignatureSigningParameters params)Log the resolved parameters.protected voidBasicSignatureSigningParametersResolver. resolveAndPopulateCredentialAndSignatureAlgorithm(SignatureSigningParameters params, CriteriaSet criteria, Predicate<String> includeExcludePredicate)Resolve and populate the signing credential and signature method algorithm URI on the supplied parameters instance.protected voidRelyingPartySigningParametersResolver. resolveAndPopulateCredentialAndSignatureAlgorithm(SignatureSigningParameters params, CriteriaSet criteria, Predicate<String> includeExcludePredicate)protected booleanBasicSignatureSigningParametersResolver. validate(SignatureSigningParameters params)Validate that theSignatureSigningParametersinstance has all the required properties populated.
-