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,
Object initObject) |
| 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) |
void |
resetPassphrase() |
void |
saveChanges() |
byte[] |
sign(byte[] bytes) |
boolean |
verify(byte[] bytes,
byte[] bytes1) |
close, create, getCommInstance, getFileName, getProperties, setCallback, setFileNameactivateTANVerifyMode, afterCustomDialogInitHook, clearPIN, collectSegCodes, deactivateTANVerifyMode, getAllowedTwostepMechanisms, getCertFile, getCheckCert, 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, getPassportTypeName, getPIN, getPinTanInfo, getProfileMethod, getProfileVersion, getProxy, getProxyPass, getProxyUser, getSigAlg, getSigFunction, getSigMode, getSysStatus, getTwostepMechanisms, hasInstEncKey, hasInstSigKey, hasMyEncKey, hasMySigKey, incSigId, isSupported, needInstKeys, needUserKeys, needUserSig, postInitResponseHook, resetSecMechs, setAllowedTwostepMechanisms, setBPD, setCertFile, setCheckCert, setCurrentTANMethod, setInstEncKey, setInstSigKey, setMyPrivateDigKey, setMyPrivateEncKey, setMyPrivateSigKey, setMyPublicDigKey, setMyPublicEncKey, setMyPublicSigKey, setPIN, setProxy, setProxyPass, setProxyUseraskForMissingData, beforeCustomDialogHook, calculatePassportKey, canMixSecMethods, changePassphrase, checkForCryptDataSize, clearBPD, clearInstEncKey, clearInstSigKey, clearMyDigKey, clearMyEncKey, clearMySigKey, clearUPD, closeComm, fillAccountInfo, getAccount, getAccounts, getBLZ, getBPD, getBPDVersion, getCallback, getCID, getClientData, getComm, getCommFilter, getCountry, getCustomerId, getCustomerId, getDefaultLang, getFilterType, getHBCIVersion, getHost, getInstance, getInstance, getInstance, getInstance, getInstName, getJobRestrictions, getJobRestrictions, getLang, getMaxGVperMsg, getMaxMsgSizeKB, getParamHeader, getParamSegmentNames, getParentHandlerData, getPersistentData, getPersistentData, getPort, getSigId, getStoredCustomerId, getSuppCompMethods, getSuppLangs, getSuppSecMethods, getSuppVersions, getSysId, getUPD, getUPDVersion, getUserId, isAnonymous, onlyBPDGVs, safeReplace, setBLZ, setCID, setClientData, setCountry, setCustomerId, setFilterType, setHBCIVersion, setHost, setParamHeader, setParentHandlerData, setPersistentData, setPersistentData, setPort, setSigId, setSysId, setUPD, setUserId, syncSigId, syncSysId, unsetCommpublic HbciPassport()
public HbciPassport(String passportState, Properties properties, HbciCallback hbciCallback, Object initObject)
public Optional<HbciPassport.State> getState()
public byte[] hash(byte[] bytes)
hash in interface org.kapott.hbci.passport.HBCIPassportInternalhash in class org.kapott.hbci.passport.HBCIPassportPinTanpublic byte[] sign(byte[] bytes)
sign in interface org.kapott.hbci.passport.HBCIPassportInternalsign in class org.kapott.hbci.passport.HBCIPassportPinTanpublic boolean verify(byte[] bytes,
byte[] bytes1)
verify in interface org.kapott.hbci.passport.HBCIPassportInternalverify in class org.kapott.hbci.passport.HBCIPassportPinTanpublic byte[][] encrypt(byte[] bytes)
encrypt in interface org.kapott.hbci.passport.HBCIPassportInternalencrypt in class org.kapott.hbci.passport.HBCIPassportPinTanpublic byte[] decrypt(byte[] bytes,
byte[] bytes1)
decrypt in interface org.kapott.hbci.passport.HBCIPassportInternaldecrypt in class org.kapott.hbci.passport.HBCIPassportPinTanpublic void resetPassphrase()
resetPassphrase in interface org.kapott.hbci.passport.HBCIPassportInternalresetPassphrase in class org.kapott.hbci.passport.HBCIPassportPinTanpublic void saveChanges()
saveChanges in interface org.kapott.hbci.passport.HBCIPassportsaveChanges in class org.kapott.hbci.passport.HBCIPassportPinTanNoFilepublic HbciPassport clone()
Copyright © 2018. All rights reserved.