public class Signer extends Object
GraphCollection signer| Constructor and Description |
|---|
Signer() |
| Modifier and Type | Method and Description |
|---|---|
static void |
sign(GraphCollection gc,
Key privateKey,
String verficiationCertificate)
Signs a
GraphCollection |
public static void sign(GraphCollection gc, Key privateKey, String verficiationCertificate) throws Exception
GraphCollectiongc - GraphCollection to signprivateKey - private key for signature calculationverficiationCertificate - certificate informationExceptionCopyright © 2018. All rights reserved.