Package org.kapott.hbci.manager
Class HBCIKernel
- java.lang.Object
-
- org.kapott.hbci.manager.HBCIKernel
-
public final class HBCIKernel extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static booleanCRYPTITstatic booleanDONT_CRYPTITstatic booleanDONT_SIGNITstatic booleanSIGNIT
-
Constructor Summary
Constructors Constructor Description HBCIKernel(HBCIPassportInternal passport)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HBCIMsgStatusrawDoIt(Message message, String responseMessageName, boolean signit, boolean cryptit)
-
-
-
Field Detail
-
SIGNIT
public static final boolean SIGNIT
- See Also:
- Constant Field Values
-
DONT_SIGNIT
public static final boolean DONT_SIGNIT
- See Also:
- Constant Field Values
-
CRYPTIT
public static final boolean CRYPTIT
- See Also:
- Constant Field Values
-
DONT_CRYPTIT
public static final boolean DONT_CRYPTIT
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
HBCIKernel
public HBCIKernel(HBCIPassportInternal passport)
-
-
Method Detail
-
rawDoIt
public HBCIMsgStatus rawDoIt(Message message, String responseMessageName, boolean signit, boolean cryptit)
-
-