| Package | Description |
|---|---|
| org.iban4j |
Root package for iban4j implementation.
|
| org.iban4j.bban |
Bban classes for iban4j implementation.
|
| Class and Description |
|---|
| Bic
Business Identifier Codes (also known as SWIFT-BIC, BIC code, SWIFT ID or SWIFT code).
|
| BicFormatException
Thrown to indicate that the application has attempted to convert
a string to Bic or to validate Bic's string representation, but the string does not
have the appropriate format.
|
| BicFormatException.BicFormatViolation |
| CountryCode
Country Code Enum
ISO 3166-1 country code.
|
| Iban
International Bank Account Number
ISO_13616.
|
| Iban.Builder
Iban Builder Class
|
| Iban4jException
Base Runtime Exception Class for the library exceptions.
|
| IbanFormat
Iban Format Enum
|
| IbanFormatException
Thrown to indicate that the application has attempted to convert
a string to Iban, but that the string does not
have the appropriate format.
|
| IbanFormatException.IbanFormatViolation |
| InvalidCheckDigitException
Thrown to indicate that Iban's check digit is invalid
|
| UnsupportedCountryException
Thrown to indicate that requested country is not supported.
|
| Class and Description |
|---|
| CountryCode
Country Code Enum
ISO 3166-1 country code.
|
Copyright © 2020. All rights reserved.