Uses of Class
org.kapott.hbci.exceptions.HBCI_Exception
-
Packages that use HBCI_Exception Package Description org.kapott.hbci.exceptions In diesem Package werden alle Exceptions definiert, die vonHBCI4Javau.U.org.kapott.hbci.tools Dieses Package enthält diverse Tools zur Arbeit mit HBCI4Java. -
-
Uses of HBCI_Exception in org.kapott.hbci.exceptions
Subclasses of HBCI_Exception in org.kapott.hbci.exceptions Modifier and Type Class Description classAbortedExceptionclassCanNotParseMessageExceptionclassCTExceptionclassInitializingExceptionclassInvalidArgumentExceptionclassInvalidPassphraseExceptionclassInvalidSegSeqExceptionclassInvalidUserDataExceptionclassJobNotSupportedExceptionclassNeedKeyAckExceptionclassNoHashAlgSetExceptionclassNoSuchConstructorExceptionclassNoSuchElementExceptionclassNoSuchPathExceptionclassNoSuchSyntaxExceptionclassNoValidValueExceptionclassNoValueGivenExceptionclassOverwriteExceptionclassParseErrorExceptionclassPredelimErrorExceptionclassProcessExceptionclassTooMuchElementsException -
Uses of HBCI_Exception in org.kapott.hbci.tools
Methods in org.kapott.hbci.tools that throw HBCI_Exception Modifier and Type Method Description static byte[]CryptUtils. hash(byte[] data, java.lang.String alg)Hasht die Daten.static java.lang.StringCryptUtils. hash(java.lang.String data, java.lang.String alg)Hasht die Daten.static byte[]CryptUtils. sign(byte[] data, java.security.PrivateKey key, java.lang.String signAlg, java.lang.String hashAlg)Signiert die Daten.static booleanCryptUtils. verifySignature(byte[] data, byte[] signature, java.security.PublicKey key, java.lang.String signAlg, java.lang.String hashAlg)Prueft die Gueltigkeit der Signatur.
-