public class HbciPassport
extends org.kapott.hbci.passport.HBCIPassportPinTanNoFile
| Modifier and Type | Class and Description |
|---|---|
static class |
HbciPassport.State
Captures the internal state of this passport.
|
| Constructor and Description |
|---|
HbciPassport() |
HbciPassport(String passportState,
Properties properties,
HbciCallback hbciCallback) |
| Modifier and Type | Method and Description |
|---|---|
HbciPassport |
clone() |
byte[] |
decrypt(byte[] bytes,
byte[] bytes1) |
byte[][] |
encrypt(byte[] bytes) |
Optional<HbciPassport.State> |
getState() |
byte[] |
hash(byte[] bytes) |
byte[] |
sign(byte[] bytes) |
boolean |
verify(byte[] bytes,
byte[] bytes1) |
afterCustomDialogInitHook, clearPIN, collectSegCodes, deactivateTANVerifyMode, getAllowedTwostepMechanisms, getCryptAlg, getCryptFunction, getCryptKeyType, getCryptMode, getCurrentSecMechInfo, getCurrentTANMethod, getHashAlg, getInstEncKey, getInstEncKeyName, getInstEncKeyNum, getInstEncKeyVersion, getInstSigKey, getInstSigKeyName, getInstSigKeyNum, getInstSigKeyVersion, getMaxGVSegsPerMsg, getMyEncKeyName, getMyEncKeyNum, getMyEncKeyVersion, getMyPrivateDigKey, getMyPrivateEncKey, getMyPrivateSigKey, getMyPublicDigKey, getMyPublicEncKey, getMyPublicSigKey, getMySigKeyName, getMySigKeyNum, getMySigKeyVersion, getPIN, getPinTanInfo, getProfileMethod, getProfileVersion, getProxy, getProxyPass, getProxyUser, getSigAlg, getSigFunction, getSigMode, getSysStatus, getTwostepMechanisms, hasInstEncKey, hasInstSigKey, hasMyEncKey, hasMySigKey, incSigId, isSupported, needUserKeys, needUserSig, postInitResponseHook, setAllowedTwostepMechanisms, setBPD, setCurrentTANMethod, setInstEncKey, setInstSigKey, setMyPrivateDigKey, setMyPrivateEncKey, setMyPrivateSigKey, setMyPublicDigKey, setMyPublicEncKey, setMyPublicSigKey, setPIN, setProxycanMixSecMethods, clearBPD, clearMyDigKey, clearMyEncKey, clearMySigKey, clearUPD, fillAccountInfo, getAccount, getAccounts, getBLZ, getBPD, getBPDVersion, getCallback, getCID, getCountry, getCustomerId, getDefaultLang, getHBCIVersion, getHost, getInstance, getInstance, getInstance, getInstance, getInstName, getJobRestrictions, getJobRestrictions, getLang, getLowlevelJobParameterNames, getLowlevelJobRestrictions, getLowlevelJobResultNames, getMaxGVperMsg, getMaxMsgSizeKB, getParamSegmentNames, getPersistentData, getPersistentData, getPort, getProperties, getSigId, getSupportedLowlevelJobs, getSuppVersions, getSysId, getUPD, getUPDVersion, getUserId, isSupported, setBLZ, setCountry, setCustomerId, setHBCIVersion, setHost, setPersistentData, setPersistentData, setPort, setSigId, setSysId, setUPD, setUserIdpublic HbciPassport()
public HbciPassport(String passportState, Properties properties, HbciCallback hbciCallback)
public Optional<HbciPassport.State> getState()
public byte[] hash(byte[] bytes)
hash in interface org.kapott.hbci.passport.HBCIPassportInternalhash in class org.kapott.hbci.passport.HBCIPassportPinTanNoFilepublic byte[] sign(byte[] bytes)
sign in interface org.kapott.hbci.passport.HBCIPassportInternalsign in class org.kapott.hbci.passport.HBCIPassportPinTanNoFilepublic boolean verify(byte[] bytes,
byte[] bytes1)
verify in interface org.kapott.hbci.passport.HBCIPassportInternalverify in class org.kapott.hbci.passport.HBCIPassportPinTanNoFilepublic byte[][] encrypt(byte[] bytes)
encrypt in interface org.kapott.hbci.passport.HBCIPassportInternalencrypt in class org.kapott.hbci.passport.HBCIPassportPinTanNoFilepublic byte[] decrypt(byte[] bytes,
byte[] bytes1)
decrypt in interface org.kapott.hbci.passport.HBCIPassportdecrypt in interface org.kapott.hbci.passport.HBCIPassportInternaldecrypt in class org.kapott.hbci.passport.HBCIPassportPinTanNoFilepublic HbciPassport clone()
Copyright © 2018. All rights reserved.