Skip navigation links
A B C G M N O P S T U V 

A

additionalMappingTable(int) - Method in class com.ongres.saslprep.SASLprep
Non-ASCII space characters that can be mapped to SPACE (U+0020).
additionalMappingTable(int) - Method in interface com.ongres.stringprep.Profile
Any additional mapping tables specific to the profile.

B

bidirectionalPropertyL(int) - Static method in class com.ongres.stringprep.Tables
Characters with bidirectional property "L".
bidirectionalPropertyRorAL(int) - Static method in class com.ongres.stringprep.Tables
Characters with bidirectional property "R" or "AL".

C

com.ongres.nameprep - package com.ongres.nameprep
Nameprep: A Stringprep Profile for Internationalized Domain Names (IDN).
com.ongres.saslprep - package com.ongres.saslprep
SASLprep: Stringprep Profile for User Names and Passwords.
com.ongres.stringprep - package com.ongres.stringprep
Preparation of Internationalized Strings ("stringprep").

G

getProvider(String) - Static method in class com.ongres.stringprep.Stringprep
Lookup the provider service that contains the profile.

M

mapToNothing(int) - Static method in class com.ongres.stringprep.Tables
Commonly mapped to nothing.
mapWithNfkc(int) - Static method in class com.ongres.stringprep.Tables
Mapping for case-folding used with NFKC.
mapWithoutNormalization(int) - Static method in class com.ongres.stringprep.Tables
Mapping for case-folding used with no normalization.

N

Nameprep - Class in com.ongres.nameprep
Nameprep: A Stringprep Profile for Internationalized Domain Names (IDN).
Nameprep() - Constructor for class com.ongres.nameprep.Nameprep
 

O

Option - Enum in com.ongres.stringprep
Options to define a StringPrep profile.

P

prepareQuery(String) - Method in class com.ongres.nameprep.Nameprep
"Queries" are strings that are used to match against strings that are stored identifiers, such as user-entered names for digital certificate authorities and DNS lookups.
prepareQuery(String) - Method in class com.ongres.saslprep.SASLprep
"Queries" are strings that are used to match against strings that are stored identifiers, such as user-entered names for digital certificate authorities and DNS lookups.
prepareQuery(String) - Method in interface com.ongres.stringprep.Profile
"Queries" are strings that are used to match against strings that are stored identifiers, such as user-entered names for digital certificate authorities and DNS lookups.
prepareStored(String) - Method in class com.ongres.nameprep.Nameprep
"Stored strings" are strings that are used in protocol identifiers and named entities, such as names in digital certificates and DNS domain name parts.
prepareStored(String) - Method in class com.ongres.saslprep.SASLprep
"Stored strings" are strings that are used in protocol identifiers and named entities, such as names in digital certificates and DNS domain name parts.
prepareStored(String) - Method in interface com.ongres.stringprep.Profile
"Stored strings" are strings that are used in protocol identifiers and named entities, such as names in digital certificates and DNS domain name parts.
profile() - Method in class com.ongres.nameprep.Nameprep
Set of options used by the profile.
profile() - Method in class com.ongres.saslprep.SASLprep
Set of options used by the profile.
Profile - Interface in com.ongres.stringprep
The Profile interface is used to define stringprep profiles in order to fully specify the processing options.
profile() - Method in interface com.ongres.stringprep.Profile
Set of options used by the profile.
prohibitedAdditionalCharacters(int) - Method in interface com.ongres.stringprep.Profile
Any additional characters that are prohibited as output specific to the profile.
prohibitionAsciiControl(int) - Static method in class com.ongres.stringprep.Tables
ASCII control characters.
prohibitionAsciiSpace(int) - Static method in class com.ongres.stringprep.Tables
ASCII space characters.
prohibitionChangeDisplayProperties(int) - Static method in class com.ongres.stringprep.Tables
Change display properties or are deprecated.
prohibitionInappropriateCanonicalRepresentation(int) - Static method in class com.ongres.stringprep.Tables
Inappropriate for canonical representation.
prohibitionInappropriatePlainText(int) - Static method in class com.ongres.stringprep.Tables
Inappropriate for plain text.
prohibitionNonAsciiControl(int) - Static method in class com.ongres.stringprep.Tables
Non-ASCII control characters.
prohibitionNonAsciiSpace(int) - Static method in class com.ongres.stringprep.Tables
Non-ASCII space characters.
prohibitionNonCharacterCodePoints(int) - Static method in class com.ongres.stringprep.Tables
Non-character code points.
prohibitionPrivateUse(int) - Static method in class com.ongres.stringprep.Tables
Private use.
prohibitionSurrogateCodes(int) - Static method in class com.ongres.stringprep.Tables
Surrogate codes.
prohibitionTaggingCharacters(int) - Static method in class com.ongres.stringprep.Tables
Tagging characters.

S

SASLprep - Class in com.ongres.saslprep
SASLprep: Stringprep Profile for User Names and Passwords.
SASLprep() - Constructor for class com.ongres.saslprep.SASLprep
 
Stringprep - Class in com.ongres.stringprep
Java implementation of StringPrep (RFC 3454).

T

Tables - Class in com.ongres.stringprep
Expose tables parsed from the StringPrep RFC-3454.

U

unassignedCodePoints(int) - Static method in class com.ongres.stringprep.Tables
Unassigned code points in Unicode 3.2.

V

valueOf(String) - Static method in enum com.ongres.stringprep.Option
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.ongres.stringprep.Option
Returns an array containing the constants of this enum type, in the order they are declared.
A B C G M N O P S T U V 
Skip navigation links

Copyright © 2019–2025 OnGres, Inc. All rights reserved.