| Package | Description |
|---|---|
| craterdog.security |
| Modifier and Type | Method and Description |
|---|---|
NotaryKey |
Notarization.deserializeNotaryKey(String json,
char[] password)
This method de-serializes, from a JSON string, a notary key using the specified
password to decrypt the signing key.
|
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.
|
String |
Notarization.serializeNotaryKey(NotaryKey notaryKey,
char[] password)
This method serializes, as a JSON string, the specified notary key encrypting the
private signing key using the specified password.
|
Copyright © 2015 Crater Dog Technologies(TM). All rights reserved.