Class SignatureSigningParameters
java.lang.Object
net.shibboleth.oidc.security.jose.SignatureSigningParameters
The effective parameters to use when generating a JWS.
- Since:
- 2.2.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate StringThe signature algorithm URI.private CredentialThe signing credential. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the signature algorithm URI to use when signing.Get the signing credential to use when signing.voidSet the signature algorithm URI to use when signing.voidsetSigningCredential(Credential credential) Set the signing credential to use when signing.
-
Field Details
-
signingCredential
The signing credential. -
signatureAlgorithmURI
The signature algorithm URI.
-
-
Constructor Details
-
SignatureSigningParameters
public SignatureSigningParameters()
-
-
Method Details
-
getSigningCredential
Get the signing credential to use when signing.- Returns:
- the signing credential
-
setSigningCredential
Set the signing credential to use when signing.- Parameters:
credential- the signing credential
-
getSignatureAlgorithm
Get the signature algorithm URI to use when signing.- Returns:
- a signature algorithm URI mapping
-
setSignatureAlgorithm
Set the signature algorithm URI to use when signing.- Parameters:
uri- a signature algorithm URI mapping
-