public static interface TicketHelp.Helper<T>
| Modifier and Type | Method and Description |
|---|---|
Ticket.Mutable |
accept(@NotNull String sigData,
@NotNull String sigPart)
whether a string can be parsed as a Ticket
|
T |
decode(Ticket tk)
decode the biz object, null if can not decode
|
@NotNull Ticket |
encode(int pubSeq,
long pubDue,
T bizData)
encode the Ticket
|
boolean |
verify(Ticket tk)
verify the signature
|
Ticket.Mutable accept(@NotNull @NotNull String sigData, @NotNull @NotNull String sigPart)
boolean verify(Ticket tk)
Copyright © 2024. All rights reserved.