public final class SealAttributes extends craterdog.smart.SmartObject<SealAttributes>
| Modifier and Type | Field and Description |
|---|---|
String |
documentSignature
A base 32 encoding of the bytes that were generated as a signature of the document.
|
String |
documentType
The type of document that this seal notarizes.
|
craterdog.primitives.Tag |
notaryKeyId
The unique identifier for the notary key that was used to generate the signature.
|
String |
sha256VerificationKeyHash
A base 32 encoding of the SHA256 hash of the byte encoding for the public verification key
associated with the signing key used to generate the signature.
|
org.joda.time.DateTime |
timestamp
The date and time that the document was notarized.
|
| Constructor and Description |
|---|
SealAttributes()
The default constructor ensures that the custom attribute types (like tags) will be
formatted correctly when printed.
|
public craterdog.primitives.Tag notaryKeyId
public String sha256VerificationKeyHash
public org.joda.time.DateTime timestamp
public String documentType
public String documentSignature
Watermark.Copyright © 2015 Crater Dog Technologies(TM). All rights reserved.