| Modifier and Type | Method and Description |
|---|---|
NotaryKey |
Notarization.generateNotaryKey()
This method generates a new notary key consisting of an asymmetric (public/private) key pair
based on the algorithm implemented by the specific notary implementation.
|
| Modifier and Type | Method and Description |
|---|---|
DigitalSeal |
Notarization.notarizeDocument(String documentType,
craterdog.smart.SmartObject<? extends craterdog.smart.SmartObject<?>> document,
NotaryKey notaryKey)
This method generates a digital seal from the specified document using the specified
private notary key.
|
DigitalSeal |
Notarization.notarizeDocument(String documentType,
String document,
NotaryKey notaryKey)
This method generates a digital seal from the specified document using the specified
private notary key.
|
Copyright © 2015 Crater Dog Technologies(TM). All rights reserved.