public class TckSigningUtil extends Object
| Constructor and Description |
|---|
TckSigningUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
serializeNode(Node node,
String filename) |
static void |
signDOM(Node node,
PrivateKey privateKey,
Certificate origCert) |
static boolean |
verifySignature(Element element,
PublicKey validatingKey) |
public static void signDOM(Node node, PrivateKey privateKey, Certificate origCert)
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.