| Package | Description |
|---|---|
| net.jsign | |
| net.jsign.timestamp |
| Modifier and Type | Method and Description |
|---|---|
PESigner |
PESigner.withTimestampingMode(TimestampingMode tsmode)
RFC3161 or Authenticode (Authenticode by default).
|
| Modifier and Type | Method and Description |
|---|---|
static TimestampingMode |
TimestampingMode.of(String mode) |
static TimestampingMode |
TimestampingMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TimestampingMode[] |
TimestampingMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Timestamper |
Timestamper.create(TimestampingMode mode)
Returns the timestamper for the specified mode.
|
Copyright © 2012–2019. All rights reserved.