public static class HbciPassport.State extends Object
All fields are non-final public so that jackson can easily serialize them.
| Constructor and Description |
|---|
State(org.kapott.hbci.passport.PinTanPassport passport)
Creates a new State snapshot of the supplied passport.
|
| Modifier and Type | Method and Description |
|---|---|
void |
apply(HbciPassport passport) |
static HbciPassport.State |
fromJson(String s) |
String |
toJson() |
public State(org.kapott.hbci.passport.PinTanPassport passport)
public static HbciPassport.State fromJson(String s)
public void apply(HbciPassport passport)
public String toJson()
Copyright © 2020. All rights reserved.