| Package | Description |
|---|---|
| pro.fessional.mirana.tk |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Ticket.Mutable |
| Modifier and Type | Class and Description |
|---|---|
class |
AnyTicket
String parser only
|
| Modifier and Type | Method and Description |
|---|---|
@NotNull Ticket |
TicketHelp.AnyHelp.encode(int pubSeq,
long pubDue,
String bizData) |
@NotNull Ticket |
TicketHelp.Helper.encode(int pubSeq,
long pubDue,
T bizData)
encode the Ticket
|
static @Nullable Ticket |
TicketHelp.parse(String tk,
BiFunction<String,String,Ticket.Mutable>... accept)
Parse any accepted Ticket
|
| Modifier and Type | Method and Description |
|---|---|
default void |
Ticket.Mutable.copyPart(Ticket tk)
Copy the contents of part in tk, excluding sigData.
|
String |
TicketHelp.AnyHelp.decode(Ticket tk) |
T |
TicketHelp.Helper.decode(Ticket tk)
decode the biz object, null if can not decode
|
boolean |
TicketHelp.AnyHelp.verify(Ticket tk) |
boolean |
TicketHelp.Helper.verify(Ticket tk)
verify the signature
|
Copyright © 2024. All rights reserved.