| 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.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Notarization.documentIsValid(craterdog.smart.SmartObject<? extends craterdog.smart.SmartObject<?>> document,
DigitalSeal seal,
PublicKey verificationKey)
This method uses the specified public verification key to verify that the specified
digital seal is valid for the specified document.
|
boolean |
Notarization.documentIsValid(String document,
DigitalSeal seal,
PublicKey verificationKey)
This method uses the specified public verification key to verify that the specified
digital seal is valid for the specified document.
|
Copyright © 2015 Crater Dog Technologies(TM). All rights reserved.