I'm working on the sign SAML assertions. My code is the same as in this question:
Signing response using openSAML
I need to create the method getSigningCredential()
to make the credential object. How can I create this Credential
object?
Any help is appreciated.