Skip navigation links
A B C E F G H I N O R S T U V 

A

accountNumber(int, char) - Static method in class org.iban4j.bban.BbanStructureEntry
 
accountNumber(String) - Method in class org.iban4j.Iban.Builder
Sets iban's account number.
accountType(int, char) - Static method in class org.iban4j.bban.BbanStructureEntry
 
accountType(String) - Method in class org.iban4j.Iban.Builder
Sets iban's account type.

B

bankCode(int, char) - Static method in class org.iban4j.bban.BbanStructureEntry
 
bankCode(String) - Method in class org.iban4j.Iban.Builder
Sets iban's bank code.
BbanEntryType - Enum in org.iban4j.bban
Basic Bank Account Number Entry Types.
BbanStructure - Class in org.iban4j.bban
Class which represents bban structure
BbanStructureEntry - Class in org.iban4j.bban
Bban Structure Entry representation.
BbanStructureEntry.EntryCharacterType - Enum in org.iban4j.bban
 
Bic - Class in org.iban4j
Business Identifier Codes (also known as SWIFT-BIC, BIC code, SWIFT ID or SWIFT code).
BicFormatException - Exception in org.iban4j
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() - Constructor for exception org.iban4j.BicFormatException
Constructs a BicFormatException with no detail message.
BicFormatException(String) - Constructor for exception org.iban4j.BicFormatException
Constructs a BicFormatException with the specified detail message.
BicFormatException(String, Throwable) - Constructor for exception org.iban4j.BicFormatException
Constructs a BicFormatException with the specified detail message and cause.
BicFormatException(BicFormatException.BicFormatViolation, Object, Object, String) - Constructor for exception org.iban4j.BicFormatException
Constructs a BicFormatException with the specified violation, actual value, expected value and detail message.
BicFormatException(BicFormatException.BicFormatViolation, String) - Constructor for exception org.iban4j.BicFormatException
Constructs a BicFormatException with the specified violation and detail message.
BicFormatException(BicFormatException.BicFormatViolation, Object, String) - Constructor for exception org.iban4j.BicFormatException
Constructs a BicFormatException with the specified violation, actual value and detail message.
BicFormatException(Throwable) - Constructor for exception org.iban4j.BicFormatException
Constructs a BicFormatException with the specified cause.
BicFormatException.BicFormatViolation - Enum in org.iban4j
 
BicUtil - Class in org.iban4j
Bic Utility Class
BicUtil() - Constructor for class org.iban4j.BicUtil
 
branchCode(int, char) - Static method in class org.iban4j.bban.BbanStructureEntry
 
branchCode(String) - Method in class org.iban4j.Iban.Builder
Sets iban's branch code.
build() - Method in class org.iban4j.Iban.Builder
Builds new iban instance.
build(boolean) - Method in class org.iban4j.Iban.Builder
Builds new iban instance.
Builder() - Constructor for class org.iban4j.Iban.Builder
Creates an Iban Builder instance.
buildRandom() - Method in class org.iban4j.Iban.Builder
Builds random iban instance.

C

calculateCheckDigit(String) - Static method in class org.iban4j.IbanUtil
Calculates Iban Check Digit.
CountryCode - Enum in org.iban4j
Country Code Enum ISO 3166-1 country code.
countryCode(CountryCode) - Method in class org.iban4j.Iban.Builder
Sets iban's country code.

E

equals(Object) - Method in class org.iban4j.Bic
 
equals(Object) - Method in class org.iban4j.Iban
 

F

forCountry(CountryCode) - Static method in class org.iban4j.bban.BbanStructure
 

G

getAccountNumber() - Method in class org.iban4j.Iban
Returns iban's account number.
getAccountNumber(String) - Static method in class org.iban4j.IbanUtil
Returns iban's account number.
getAccountType() - Method in class org.iban4j.Iban
Returns iban's account type.
getActual() - Method in exception org.iban4j.BicFormatException
 
getActual() - Method in exception org.iban4j.IbanFormatException
 
getActual() - Method in exception org.iban4j.InvalidCheckDigitException
 
getAlpha2() - Method in enum org.iban4j.CountryCode
Get the ISO 3166-1 alpha-2 code.
getAlpha3() - Method in enum org.iban4j.CountryCode
Get the ISO 3166-1 alpha-3 code.
getBankCode() - Method in class org.iban4j.Bic
Returns the bank code from the Bic.
getBankCode() - Method in class org.iban4j.Iban
Returns iban's bank code.
getBankCode(String) - Static method in class org.iban4j.IbanUtil
Returns iban's bank code.
getBban() - Method in class org.iban4j.Iban
Returns iban's bban (Basic Bank Account Number).
getBban(String) - Static method in class org.iban4j.IbanUtil
Returns iban's bban (Basic Bank Account Number).
getBbanEntryType() - Method in exception org.iban4j.IbanFormatException
 
getBbanLength() - Method in class org.iban4j.bban.BbanStructure
Returns the length of bban.
getBranchCode() - Method in class org.iban4j.Bic
Returns the branch code from the Bic.
getBranchCode() - Method in class org.iban4j.Iban
Returns iban's branch code.
getByCode(String) - Static method in enum org.iban4j.CountryCode
Get a CountryCode that corresponds to the given ISO 3166-1 alpha-2 or alpha-3 code.
getCharacterType() - Method in class org.iban4j.bban.BbanStructureEntry
 
getCheckDigit() - Method in class org.iban4j.Iban
Returns iban's check digit.
getCheckDigit(String) - Static method in class org.iban4j.IbanUtil
Returns iban's check digit.
getCountryCode() - Method in class org.iban4j.Bic
Returns the country code from the Bic.
getCountryCode() - Method in class org.iban4j.Iban
Returns iban's country code.
getCountryCode(String) - Static method in class org.iban4j.IbanUtil
Returns iban's country code.
getCountryCode() - Method in exception org.iban4j.UnsupportedCountryException
 
getCountryCodeAndCheckDigit(String) - Static method in class org.iban4j.IbanUtil
Returns iban's country code and check digit.
getEntries() - Method in class org.iban4j.bban.BbanStructure
 
getEntryType() - Method in class org.iban4j.bban.BbanStructureEntry
 
getExpected() - Method in exception org.iban4j.BicFormatException
 
getExpected() - Method in exception org.iban4j.IbanFormatException
 
getExpected() - Method in exception org.iban4j.InvalidCheckDigitException
 
getFormatViolation() - Method in exception org.iban4j.BicFormatException
 
getFormatViolation() - Method in exception org.iban4j.IbanFormatException
 
getIbanLength(CountryCode) - Static method in class org.iban4j.IbanUtil
Returns iban length for the specified country.
getIdentificationNumber() - Method in class org.iban4j.Iban
Returns iban's identification number.
getInvalidCharacter() - Method in exception org.iban4j.IbanFormatException
 
getLength() - Method in class org.iban4j.bban.BbanStructureEntry
 
getLocationCode() - Method in class org.iban4j.Bic
Returns the location code from the Bic.
getName() - Method in enum org.iban4j.CountryCode
Get the country name.
getNationalCheckDigit() - Method in class org.iban4j.Iban
Returns iban's national check digit.
getOwnerAccountType() - Method in class org.iban4j.Iban
Returns iban's owner account type.
getRandom() - Method in class org.iban4j.bban.BbanStructureEntry
 

H

hashCode() - Method in class org.iban4j.Bic
 
hashCode() - Method in class org.iban4j.Iban
 

I

Iban - Class in org.iban4j
International Bank Account Number ISO_13616.
Iban.Builder - Class in org.iban4j
Iban Builder Class
Iban4jException - Exception in org.iban4j
Base Runtime Exception Class for the library exceptions.
Iban4jException() - Constructor for exception org.iban4j.Iban4jException
 
Iban4jException(String) - Constructor for exception org.iban4j.Iban4jException
 
Iban4jException(String, Throwable) - Constructor for exception org.iban4j.Iban4jException
 
Iban4jException(Throwable) - Constructor for exception org.iban4j.Iban4jException
 
IbanFormat - Enum in org.iban4j
Iban Format Enum
IbanFormatException - Exception in org.iban4j
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() - Constructor for exception org.iban4j.IbanFormatException
Constructs a IbanFormatException with no detail message.
IbanFormatException(String) - Constructor for exception org.iban4j.IbanFormatException
Constructs a IbanFormatException with the specified detail message.
IbanFormatException(String, Throwable) - Constructor for exception org.iban4j.IbanFormatException
Constructs a IbanFormatException with the specified detail message and cause.
IbanFormatException(Throwable) - Constructor for exception org.iban4j.IbanFormatException
Constructs a IbanFormatException with the specified cause.
IbanFormatException(IbanFormatException.IbanFormatViolation, Object, Object, String) - Constructor for exception org.iban4j.IbanFormatException
Constructs a IbanFormatException with the specified violation, actual value, expected value and detail message.
IbanFormatException(IbanFormatException.IbanFormatViolation, Object, String) - Constructor for exception org.iban4j.IbanFormatException
Constructs a IbanFormatException with the specified violation, actual value and detail message.
IbanFormatException(IbanFormatException.IbanFormatViolation, BbanEntryType, Object, char, String) - Constructor for exception org.iban4j.IbanFormatException
Constructs a IbanFormatException with the specified violation, entryType, actual value, invalidCharacter and detail message.
IbanFormatException(IbanFormatException.IbanFormatViolation, String) - Constructor for exception org.iban4j.IbanFormatException
Constructs a IbanFormatException with the specified violation and detail message.
IbanFormatException.IbanFormatViolation - Enum in org.iban4j
 
IbanUtil - Class in org.iban4j
Iban Utility Class
identificationNumber(int, char) - Static method in class org.iban4j.bban.BbanStructureEntry
 
identificationNumber(String) - Method in class org.iban4j.Iban.Builder
Sets iban's identification number.
InvalidCheckDigitException - Exception in org.iban4j
Thrown to indicate that Iban's check digit is invalid
InvalidCheckDigitException() - Constructor for exception org.iban4j.InvalidCheckDigitException
Constructs a InvalidCheckDigitException with no detail message.
InvalidCheckDigitException(String) - Constructor for exception org.iban4j.InvalidCheckDigitException
Constructs a InvalidCheckDigitException with the specified detail message.
InvalidCheckDigitException(String, String, String) - Constructor for exception org.iban4j.InvalidCheckDigitException
Constructs a InvalidCheckDigitException with the specified actual, expected and detail message.
InvalidCheckDigitException(String, Throwable) - Constructor for exception org.iban4j.InvalidCheckDigitException
Constructs a InvalidCheckDigitException with the specified detail message and cause.
InvalidCheckDigitException(Throwable) - Constructor for exception org.iban4j.InvalidCheckDigitException
Constructs a InvalidCheckDigitException with the specified cause.
isSupportedCountry(CountryCode) - Static method in class org.iban4j.IbanUtil
Checks whether country is supporting iban.

N

nationalCheckDigit(int, char) - Static method in class org.iban4j.bban.BbanStructureEntry
 
nationalCheckDigit(String) - Method in class org.iban4j.Iban.Builder
Sets iban's national check digit.

O

org.iban4j - package org.iban4j
Root package for iban4j implementation.
org.iban4j.bban - package org.iban4j.bban
Bban classes for iban4j implementation.
ownerAccountNumber(int, char) - Static method in class org.iban4j.bban.BbanStructureEntry
 
ownerAccountType(String) - Method in class org.iban4j.Iban.Builder
Sets iban's owner account type.

R

random() - Static method in class org.iban4j.Iban
 
random(CountryCode) - Static method in class org.iban4j.Iban
 

S

supportedCountries() - Static method in class org.iban4j.bban.BbanStructure
 

T

toFormattedString() - Method in class org.iban4j.Iban
Returns formatted version of Iban.
toString() - Method in class org.iban4j.Bic
 
toString() - Method in class org.iban4j.Iban
 

U

UnsupportedCountryException - Exception in org.iban4j
Thrown to indicate that requested country is not supported.
UnsupportedCountryException() - Constructor for exception org.iban4j.UnsupportedCountryException
Constructs a UnsupportedCountryException with no detail message and cause.
UnsupportedCountryException(String) - Constructor for exception org.iban4j.UnsupportedCountryException
Constructs a UnsupportedCountryException with the specified detail message.
UnsupportedCountryException(String, String) - Constructor for exception org.iban4j.UnsupportedCountryException
Constructs a UnsupportedCountryException with the specified country code and detail message.
UnsupportedCountryException(String, Throwable) - Constructor for exception org.iban4j.UnsupportedCountryException
Constructs a UnsupportedCountryException with the specified detail message and cause.
UnsupportedCountryException(Throwable) - Constructor for exception org.iban4j.UnsupportedCountryException
Constructs a UnsupportedCountryException with the specified cause.

V

validate(String) - Static method in class org.iban4j.BicUtil
Validates bic.
validate(String) - Static method in class org.iban4j.IbanUtil
Validates iban.
validate(String, IbanFormat) - Static method in class org.iban4j.IbanUtil
Validates iban.
valueOf(String) - Static method in enum org.iban4j.bban.BbanEntryType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.iban4j.bban.BbanStructureEntry.EntryCharacterType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class org.iban4j.Bic
Returns a Bic object holding the value of the specified String.
valueOf(String) - Static method in enum org.iban4j.BicFormatException.BicFormatViolation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.iban4j.CountryCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class org.iban4j.Iban
Returns an Iban object holding the value of the specified String.
valueOf(String, IbanFormat) - Static method in class org.iban4j.Iban
Returns an Iban object holding the value of the specified String.
valueOf(String) - Static method in enum org.iban4j.IbanFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.iban4j.IbanFormatException.IbanFormatViolation
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.iban4j.bban.BbanEntryType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.iban4j.bban.BbanStructureEntry.EntryCharacterType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.iban4j.BicFormatException.BicFormatViolation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.iban4j.CountryCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.iban4j.IbanFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.iban4j.IbanFormatException.IbanFormatViolation
Returns an array containing the constants of this enum type, in the order they are declared.
A B C E F G H I N O R S T U V 
Skip navigation links

Copyright © 2020. All rights reserved.