Package org.kapott.hbci.security
Class Sig
- java.lang.Object
-
- org.kapott.hbci.security.Sig
-
public final class Sig extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringHASHALG_RIPEMD160static StringSECFUNC_SIG_PT_1STEPstatic StringSIGALG_RSAstatic StringSIGMODE_ISO9796_1
-
Constructor Summary
Constructors Constructor Description Sig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleansignIt(Message msg, HBCIPassportInternal passport)booleanverify(Message msg, HBCIPassportInternal passport)
-
-
-
Field Detail
-
SECFUNC_SIG_PT_1STEP
public static final String SECFUNC_SIG_PT_1STEP
- See Also:
- Constant Field Values
-
HASHALG_RIPEMD160
public static final String HASHALG_RIPEMD160
- See Also:
- Constant Field Values
-
SIGALG_RSA
public static final String SIGALG_RSA
- See Also:
- Constant Field Values
-
SIGMODE_ISO9796_1
public static final String SIGMODE_ISO9796_1
- See Also:
- Constant Field Values
-
-
Method Detail
-
signIt
public boolean signIt(Message msg, HBCIPassportInternal passport)
-
verify
public boolean verify(Message msg, HBCIPassportInternal passport)
-
-