org.apache.juddi.v3.tck
Class TckSigningUtil

java.lang.Object
  extended by org.apache.juddi.v3.tck.TckSigningUtil

public class TckSigningUtil
extends Object


Constructor Summary
TckSigningUtil()
           
 
Method Summary
static void serializeNode(Node node, String filename)
           
static void signDOM(Node node, PrivateKey privateKey, Certificate origCert)
           
static boolean verifySignature(Element element, PublicKey validatingKey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TckSigningUtil

public TckSigningUtil()
Method Detail

verifySignature

public static boolean verifySignature(Element element,
                                      PublicKey validatingKey)

signDOM

public static void signDOM(Node node,
                           PrivateKey privateKey,
                           Certificate origCert)

serializeNode

public static void serializeNode(Node node,
                                 String filename)


Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.