public final class NotaryKey extends Object
| Modifier and Type | Field and Description |
|---|---|
craterdog.primitives.Tag |
keyId
The unique identifier for the notary key.
|
PrivateKey |
signingKey
The private key that is used for signing a notarized document.
|
PublicKey |
verificationKey
The public key that is used to verify the signature on a notarized document.
|
Watermark |
watermark
The lifetime of the key along with the version of the signing algorithm used to generate it.
|
| Constructor and Description |
|---|
NotaryKey() |
public craterdog.primitives.Tag keyId
public PrivateKey signingKey
public PublicKey verificationKey
public Watermark watermark
Copyright © 2015 Crater Dog Technologies(TM). All rights reserved.