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(String passportState,
Properties properties,
Object initObject) |
| Modifier and Type | Method and Description |
|---|---|
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, getFileName, getProperties, setFileNameactivateTANVerifyMode, afterCustomDialogInitHook, clearPIN, collectSegCodes, deactivateTANVerifyMode, getAllowedTwostepMechanisms, getCertFile, getCheckCert, getCommInstance, 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, generateNewUserKeys, 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, 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, setPort, setProfileMethod, setProfileVersion, setSigId, setSysId, setUPD, setUserId, syncSigId, syncSysIdpublic HbciPassport(String passportState, Properties properties, 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.HBCIPassportPinTanNoFileCopyright © 2017. All rights reserved.