public class SignatureUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T extends SignableSAMLObject> |
sign(T object,
Credential signingCredentials)
Signs the supplied SAML object using the credentials.
|
public static <T extends SignableSAMLObject> void sign(T object, Credential signingCredentials) throws SignatureException
T - the object typeobject - object to signsigningCredentials - signature credentialsSignatureException - for signature creation errorsCopyright © 2018 Litsec AB. All rights reserved.