Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- asciiControl - Variable in class com.ongres.stringprep.codegenerator.Parser
- asciiSpace - Variable in class com.ongres.stringprep.codegenerator.Parser
B
- bidirectional(List<Integer>) - Static method in class com.ongres.stringprep.StringPrep
- bidirectionalPropertyL(int) - Static method in class com.ongres.stringprep.StringPrep
- bidirectionalPropertyRorAL(int) - Static method in class com.ongres.stringprep.StringPrep
C
- changeDisplayProperties - Variable in class com.ongres.stringprep.codegenerator.Parser
- CODE_POINTS_PATTERN - Static variable in class com.ongres.stringprep.codegenerator.parsers.ParserMappingTables
- com.ongres.saslprep - package com.ongres.saslprep
- com.ongres.stringprep - package com.ongres.stringprep
- com.ongres.stringprep.codegenerator - package com.ongres.stringprep.codegenerator
- com.ongres.stringprep.codegenerator.parsers - package com.ongres.stringprep.codegenerator.parsers
F
- fillList(List<List<Integer>>, String) - Method in class com.ongres.stringprep.codegenerator.parsers.ParserUtil
G
- GeneratorCode - Class in com.ongres.stringprep.codegenerator
- GeneratorCode() - Constructor for class com.ongres.stringprep.codegenerator.GeneratorCode
- getAsciiControl() - Method in class com.ongres.stringprep.codegenerator.Parser
- getAsciiSpace() - Method in class com.ongres.stringprep.codegenerator.Parser
- getChangeDisplayProperties() - Method in class com.ongres.stringprep.codegenerator.Parser
- getInappropriateCanonicalRepresentation() - Method in class com.ongres.stringprep.codegenerator.Parser
- getInappropriatePlainText() - Method in class com.ongres.stringprep.codegenerator.Parser
- getMapToNothing() - Method in class com.ongres.stringprep.codegenerator.Parser
- getMapUsedWithNfkc() - Method in class com.ongres.stringprep.codegenerator.Parser
- getMapUsedWithNoNormalization() - Method in class com.ongres.stringprep.codegenerator.Parser
- getNonAsciiControl() - Method in class com.ongres.stringprep.codegenerator.Parser
- getNonAsciiSpace() - Method in class com.ongres.stringprep.codegenerator.Parser
- getNonCharacterCodePoints() - Method in class com.ongres.stringprep.codegenerator.Parser
- getPrivateUse() - Method in class com.ongres.stringprep.codegenerator.Parser
- getPropertyL() - Method in class com.ongres.stringprep.codegenerator.Parser
- getPropertyRorAL() - Method in class com.ongres.stringprep.codegenerator.Parser
- getSurrogateCodes() - Method in class com.ongres.stringprep.codegenerator.Parser
- getTaggingCharacters() - Method in class com.ongres.stringprep.codegenerator.Parser
- getUnassignedCodePoints() - Method in class com.ongres.stringprep.codegenerator.Parser
I
- inappropriateCanonicalRepresentation - Variable in class com.ongres.stringprep.codegenerator.Parser
- inappropriatePlainText - Variable in class com.ongres.stringprep.codegenerator.Parser
L
- LINE_PATTERN - Static variable in class com.ongres.stringprep.codegenerator.parsers.ParserMappingTables
M
- main(String[]) - Static method in class com.ongres.stringprep.codegenerator.GeneratorCode
-
Generate StringPrep class dynamically.
- mapToNothing - Variable in class com.ongres.stringprep.codegenerator.Parser
- mapToNothing(int) - Static method in class com.ongres.stringprep.StringPrep
- mapUsedWithNfkc - Variable in class com.ongres.stringprep.codegenerator.Parser
- mapUsedWithNfkc(int) - Static method in class com.ongres.stringprep.StringPrep
- mapUsedWithNoNormalization - Variable in class com.ongres.stringprep.codegenerator.Parser
- mapUsedWithNoNormalization(int) - Static method in class com.ongres.stringprep.StringPrep
- MAX_UTF - Static variable in class com.ongres.saslprep.SaslPrep
N
- nonAsciiControl - Variable in class com.ongres.stringprep.codegenerator.Parser
- nonAsciiSpace - Variable in class com.ongres.stringprep.codegenerator.Parser
- nonCharacterCodePoints - Variable in class com.ongres.stringprep.codegenerator.Parser
P
- parseAsciiControl() - Static method in class com.ongres.stringprep.codegenerator.parsers.ParserProhibitionTables
- parseAsciiSpace() - Static method in class com.ongres.stringprep.codegenerator.parsers.ParserProhibitionTables
- parseBidirectionalPropertyL() - Static method in class com.ongres.stringprep.codegenerator.parsers.ParserBidirectionalTables
- parseBidirectionalPropertyRorAL() - Static method in class com.ongres.stringprep.codegenerator.parsers.ParserBidirectionalTables
- parseChangeDisplayProperties() - Static method in class com.ongres.stringprep.codegenerator.parsers.ParserProhibitionTables
- parseInappropriateCanonicalRepresentation() - Static method in class com.ongres.stringprep.codegenerator.parsers.ParserProhibitionTables
- parseInappropriatePlainText() - Static method in class com.ongres.stringprep.codegenerator.parsers.ParserProhibitionTables
- parseMapToNothing() - Static method in class com.ongres.stringprep.codegenerator.parsers.ParserMappingTables
- parseMapUsedWithNfkc() - Static method in class com.ongres.stringprep.codegenerator.parsers.ParserMappingTables
- parseMapUsedWithNoNormalization() - Static method in class com.ongres.stringprep.codegenerator.parsers.ParserMappingTables
- parseNonAsciiControl() - Static method in class com.ongres.stringprep.codegenerator.parsers.ParserProhibitionTables
- parseNonAsciiSpace() - Static method in class com.ongres.stringprep.codegenerator.parsers.ParserProhibitionTables
- parseNonCharacterCodePoints() - Static method in class com.ongres.stringprep.codegenerator.parsers.ParserProhibitionTables
- parsePrivateUse() - Static method in class com.ongres.stringprep.codegenerator.parsers.ParserProhibitionTables
- Parser - Class in com.ongres.stringprep.codegenerator
- Parser() - Constructor for class com.ongres.stringprep.codegenerator.Parser
-
Constructor of Parser class used to read all rfc files.
- ParserBidirectionalTables - Class in com.ongres.stringprep.codegenerator.parsers
- ParserBidirectionalTables() - Constructor for class com.ongres.stringprep.codegenerator.parsers.ParserBidirectionalTables
- ParserMappingTables - Class in com.ongres.stringprep.codegenerator.parsers
- ParserMappingTables() - Constructor for class com.ongres.stringprep.codegenerator.parsers.ParserMappingTables
- ParserProhibitionTables - Class in com.ongres.stringprep.codegenerator.parsers
- ParserProhibitionTables() - Constructor for class com.ongres.stringprep.codegenerator.parsers.ParserProhibitionTables
- ParserUnicodeRepertoires - Class in com.ongres.stringprep.codegenerator.parsers
- ParserUnicodeRepertoires() - Constructor for class com.ongres.stringprep.codegenerator.parsers.ParserUnicodeRepertoires
- ParserUtil - Class in com.ongres.stringprep.codegenerator.parsers
- ParserUtil() - Constructor for class com.ongres.stringprep.codegenerator.parsers.ParserUtil
- parseSurrogateCodes() - Static method in class com.ongres.stringprep.codegenerator.parsers.ParserProhibitionTables
- parseTaggingCharacters() - Static method in class com.ongres.stringprep.codegenerator.parsers.ParserProhibitionTables
- parseToListArrayInt(String) - Method in class com.ongres.stringprep.codegenerator.parsers.ParserUtil
-
Parse a file with ranges of hexadecimal to a list of list of integers.
- parseToListArrayInt(String, Pattern) - Method in class com.ongres.stringprep.codegenerator.parsers.ParserUtil
-
Parse a file with ranges of hexadecimal to a list of list of integers.
- parseToListInteger(String, Pattern) - Method in class com.ongres.stringprep.codegenerator.parsers.ParserUtil
-
Parse a file with hexadecimal to a list of integers.
- parseToMapListInteger(String, Pattern, Pattern) - Method in class com.ongres.stringprep.codegenerator.parsers.ParserUtil
-
Parse a file with mappings to a map of list of integers.
- parseUnassignedCodePoints() - Static method in class com.ongres.stringprep.codegenerator.parsers.ParserUnicodeRepertoires
- privateUse - Variable in class com.ongres.stringprep.codegenerator.Parser
- PROHIBITION_PATTERN - Static variable in class com.ongres.stringprep.codegenerator.parsers.ParserProhibitionTables
- prohibitionAsciiControl(int) - Static method in class com.ongres.stringprep.StringPrep
- prohibitionAsciiSpace(int) - Static method in class com.ongres.stringprep.StringPrep
- prohibitionChangeDisplayProperties(int) - Static method in class com.ongres.stringprep.StringPrep
- prohibitionInappropriateCanonicalRepresentation(int) - Static method in class com.ongres.stringprep.StringPrep
- prohibitionInappropriatePlainText(int) - Static method in class com.ongres.stringprep.StringPrep
- prohibitionNonAsciiControl(int) - Static method in class com.ongres.stringprep.StringPrep
- prohibitionNonAsciiSpace(int) - Static method in class com.ongres.stringprep.StringPrep
- prohibitionNonCharacterCodePoints(int) - Static method in class com.ongres.stringprep.StringPrep
- prohibitionPrivateUse(int) - Static method in class com.ongres.stringprep.StringPrep
- prohibitionSurrogateCodes(int) - Static method in class com.ongres.stringprep.StringPrep
- prohibitionTaggingCharacters(int) - Static method in class com.ongres.stringprep.StringPrep
- propertyL - Variable in class com.ongres.stringprep.codegenerator.Parser
- propertyRorAL - Variable in class com.ongres.stringprep.codegenerator.Parser
S
- saslPrep(String, boolean) - Static method in class com.ongres.saslprep.SaslPrep
-
SaslPrep profile of StringPrep algorithm.
- SaslPrep - Class in com.ongres.saslprep
- SaslPrep() - Constructor for class com.ongres.saslprep.SaslPrep
- StringPrep - Class in com.ongres.stringprep
- StringPrep() - Constructor for class com.ongres.stringprep.StringPrep
- surrogateCodes - Variable in class com.ongres.stringprep.codegenerator.Parser
T
- taggingCharacters - Variable in class com.ongres.stringprep.codegenerator.Parser
U
- unassignedCodePoints - Variable in class com.ongres.stringprep.codegenerator.Parser
- unassignedCodePoints(int) - Static method in class com.ongres.stringprep.StringPrep
All Classes and Interfaces|All Packages|Constant Field Values