public final class Watermark extends craterdog.smart.SmartObject<Watermark>
| Modifier and Type | Field and Description |
|---|---|
org.joda.time.DateTime |
creationTimestamp
The date and time that the document was created and became valid.
|
org.joda.time.DateTime |
expirationTimestamp
The date and time that the document will become no longer valid.
|
int |
majorVersion
The major version number of the implementation of the notary class used to sign the document.
|
int |
minorVersion
The minor version number of the implementation of the notary class used to sign the document.
|
String |
signingAlgorithm
The cryptographically secure signing algorithm that should be used to sign and verify all
parts of a document.
|
| Constructor and Description |
|---|
Watermark() |
public String signingAlgorithm
public int majorVersion
public int minorVersion
public org.joda.time.DateTime creationTimestamp
public org.joda.time.DateTime expirationTimestamp
Copyright © 2015 Crater Dog Technologies(TM). All rights reserved.