A B C D E F G H I K L M R S T U V W _ 
All Classes All Packages

A

at.favre.lib.idmask - package at.favre.lib.idmask
 
at.favre.lib.idmask.ext - package at.favre.lib.idmask.ext
 
AUTH_TAG_DOES_NOT_MATCH_OR_INVALID_KEY - at.favre.lib.idmask.IdMaskSecurityException.Reason
The internal authentication tag (e.g.
autoWipeMemory(boolean) - Method in class at.favre.lib.idmask.Config.Builder
Wipes memory of security relevant date (e.g.

B

Base16() - Constructor for class at.favre.lib.idmask.ByteToTextEncoding.Base16
 
Base32Rfc4648() - Constructor for class at.favre.lib.idmask.ByteToTextEncoding.Base32Rfc4648
 
Base64Url() - Constructor for class at.favre.lib.idmask.ByteToTextEncoding.Base64Url
 
BaseIdMaskParamConverter(IdMask<T>) - Constructor for class at.favre.lib.idmask.ext.IdMaskParamConverters.BaseIdMaskParamConverter
 
BaseMod8Encoding(char[], Character) - Constructor for class at.favre.lib.idmask.ByteToTextEncoding.BaseMod8Encoding
 
BigIntegerDeserializer(IdMask<BigInteger>) - Constructor for class at.favre.lib.idmask.ext.IdMaskJackson.BigIntegerDeserializer
 
BigIntegerSerializer(IdMask<BigInteger>) - Constructor for class at.favre.lib.idmask.ext.IdMaskJackson.BigIntegerSerializer
 
build() - Method in class at.favre.lib.idmask.Config.Builder
Create config
builder(byte[]) - Static method in class at.favre.lib.idmask.Config
Create new builder.
builder(KeyManager) - Static method in class at.favre.lib.idmask.Config
Creates a new build with the following defaults: Base64 encoding Default security provider Using in-memory-lru cache and enables it Default secure random Deterministic ids & high security mode disabled
Builder() - Constructor for class at.favre.lib.idmask.Config.Builder
 
ByteToTextEncoding - Interface in at.favre.lib.idmask
Responsible for encoding byte arrays to ASCII safe text and vice versa.
ByteToTextEncoding.Base16 - Class in at.favre.lib.idmask
Hexadecimal (also base 16, or hex) is a positional numeral system with a radix, or base, of 16.
ByteToTextEncoding.Base32Rfc4648 - Class in at.favre.lib.idmask
Base32Rfc4648 uses a 32-character set comprising the twenty-six upper-case letters A–Z, and the digits 2–7.
ByteToTextEncoding.Base64Url - Class in at.favre.lib.idmask
RFC 4648 compatible Base64 encoding with url safe schema.
ByteToTextEncoding.BaseMod8Encoding - Class in at.favre.lib.idmask
Base encoding with alphabet of length 2^x (16, 32, 64, etc.)
ByteToTextEncoding.CleanBase32Encoding - Class in at.favre.lib.idmask
Base32 encoding dialect with some letters removed so to omit the accidental creation of english curse words.
ByteToTextEncoding.IdFormatter - Class in at.favre.lib.idmask
ID formatting decorator.

C

cache(byte[], String) - Method in interface at.favre.lib.idmask.Cache
Puts a new id and it's encoded form in the cache.
cache(byte[], String) - Method in class at.favre.lib.idmask.Cache.SimpleLruMemCache
 
Cache - Interface in at.favre.lib.idmask
Cache responsible for caching masked ids
Cache.SimpleLruMemCache - Class in at.favre.lib.idmask
Simple In-Memory LRU cache.
cacheImpl(Cache) - Method in class at.favre.lib.idmask.Config.Builder
Optionally provide your own cache implementation.
CleanBase32Encoding() - Constructor for class at.favre.lib.idmask.ByteToTextEncoding.CleanBase32Encoding
 
clear() - Method in interface at.favre.lib.idmask.Cache
Clears internal cache.
clear() - Method in class at.favre.lib.idmask.Cache.SimpleLruMemCache
 
clear() - Method in class at.favre.lib.idmask.KeyManager.CachedKdfConverter
 
clear() - Method in interface at.favre.lib.idmask.KeyManager
Clears each individual key (calls KeyManager.IdSecretKey.clear() on every key) and removes all managed keys.
clear() - Method in class at.favre.lib.idmask.KeyManager.Default
 
clear() - Method in class at.favre.lib.idmask.KeyManager.IdSecretKey
Clears key bytes (i.e.
Config - Class in at.favre.lib.idmask
Configuration to create a new IdMask instance.
Config() - Constructor for class at.favre.lib.idmask.Config
 
Config.Builder - Class in at.favre.lib.idmask
Class for creating configurations for IdMas.
convert(KeyManager.IdSecretKey) - Method in interface at.favre.lib.idmask.KeyManager.CachedKdfConverter.KdfConverter
 

D

decode(CharSequence) - Method in class at.favre.lib.idmask.ByteToTextEncoding.Base16
 
decode(CharSequence) - Method in class at.favre.lib.idmask.ByteToTextEncoding.Base64Url
 
decode(CharSequence) - Method in class at.favre.lib.idmask.ByteToTextEncoding.BaseMod8Encoding
 
decode(CharSequence) - Method in interface at.favre.lib.idmask.ByteToTextEncoding
Decode given encoded string (see ByteToTextEncoding.encode(byte[]) to a byte array
decode(CharSequence) - Method in class at.favre.lib.idmask.ByteToTextEncoding.IdFormatter
 
DEFAULT_KEY_ID - Static variable in class at.favre.lib.idmask.KeyManager.Factory
If no explicit id is used, this is the used default key id
deserialize(JsonParser, DeserializationContext) - Method in class at.favre.lib.idmask.ext.IdMaskJackson.Deserializer
 
Deserializer(IdMask<T>, Class<T>) - Constructor for class at.favre.lib.idmask.ext.IdMaskJackson.Deserializer
 

E

EightByteEncryptionEngine(KeyManager, Provider, SecureRandom, ByteToTextEncoding, boolean, boolean) - Constructor for class at.favre.lib.idmask.IdMaskEngine.EightByteEncryptionEngine
 
enableCache(boolean) - Method in class at.favre.lib.idmask.Config.Builder
If masking/unmasking should be cached to speed up performance.
encode(byte[]) - Method in class at.favre.lib.idmask.ByteToTextEncoding.Base16
 
encode(byte[]) - Method in class at.favre.lib.idmask.ByteToTextEncoding.Base64Url
 
encode(byte[]) - Method in class at.favre.lib.idmask.ByteToTextEncoding.BaseMod8Encoding
 
encode(byte[]) - Method in interface at.favre.lib.idmask.ByteToTextEncoding
Encode given byte array to printable text
encode(byte[]) - Method in class at.favre.lib.idmask.ByteToTextEncoding.IdFormatter
 
encoding(ByteToTextEncoding) - Method in class at.favre.lib.idmask.Config.Builder
Used byte to text encoding.
engineId() - Method in class at.favre.lib.idmask.IdMaskEngine.BaseEngine
Return the engine id.
engineId() - Method in class at.favre.lib.idmask.IdMaskEngine.EightByteEncryptionEngine
 
engineId() - Method in class at.favre.lib.idmask.IdMaskEngine.SixteenByteEngine
 
equals(Object) - Method in class at.favre.lib.idmask.ext.IdMaskParamConverters.MaskedLongId
 
equals(Object) - Method in class at.favre.lib.idmask.KeyManager.IdSecretKey
 
equals(Object) - Method in class at.favre.lib.idmask.LongTuple
 

F

for128bitNumbers(Config) - Static method in class at.favre.lib.idmask.IdMasks
Create new id mask for 128 bit ids represented as byte array.
forBigInteger(Config) - Static method in class at.favre.lib.idmask.IdMasks
Create new id mask for 128 bit ids represented as byte array.
forLongIds(Config) - Static method in class at.favre.lib.idmask.IdMasks
Create new id mask for masking 64 bit integers.
forLongTuples(Config) - Static method in class at.favre.lib.idmask.IdMasks
Create new id mask for masking a tuple of 2 x 64 bit integers.
forUuids(Config) - Static method in class at.favre.lib.idmask.IdMasks
Create new id mask for masking a UUIDs.
fromString(String) - Method in class at.favre.lib.idmask.ext.IdMaskParamConverters.BaseIdMaskParamConverter
 

G

getActiveKey() - Method in class at.favre.lib.idmask.KeyManager.CachedKdfConverter
 
getActiveKey() - Method in class at.favre.lib.idmask.KeyManager.Default
 
getActiveKey() - Method in interface at.favre.lib.idmask.KeyManager
Get current active key.
getActiveKeyId() - Method in class at.favre.lib.idmask.KeyManager.CachedKdfConverter
 
getActiveKeyId() - Method in class at.favre.lib.idmask.KeyManager.Default
 
getActiveKeyId() - Method in interface at.favre.lib.idmask.KeyManager
Get the key id of currents active secret key.
getById(int) - Method in class at.favre.lib.idmask.KeyManager.CachedKdfConverter
 
getById(int) - Method in class at.favre.lib.idmask.KeyManager.Default
 
getById(int) - Method in interface at.favre.lib.idmask.KeyManager
Gets an id-key for given key id.
getBytes(String) - Method in interface at.favre.lib.idmask.Cache
Retrieve the originalId form of given encoded id.
getBytes(String) - Method in class at.favre.lib.idmask.Cache.SimpleLruMemCache
 
getCipherAlgorithm() - Method in class at.favre.lib.idmask.IdMaskEngine.BaseEngine
The used cipher algorithm transformation
getCipherAlgorithm() - Method in class at.favre.lib.idmask.IdMaskEngine.EightByteEncryptionEngine
 
getCipherAlgorithm() - Method in class at.favre.lib.idmask.IdMaskEngine.SixteenByteEngine
 
getEncoded(byte[]) - Method in interface at.favre.lib.idmask.Cache
Retrieve the encoded form of given original id.
getEncoded(byte[]) - Method in class at.favre.lib.idmask.Cache.SimpleLruMemCache
 
getId() - Method in class at.favre.lib.idmask.ext.IdMaskParamConverters.MaskedLongId
Get wrapped long value.
getKeyBytes() - Method in class at.favre.lib.idmask.KeyManager.IdSecretKey
Raw bytes of the key
getKeyId() - Method in class at.favre.lib.idmask.KeyManager.IdSecretKey
Id of the key
getMessage() - Method in exception at.favre.lib.idmask.IdMaskSecurityException
 
getNum1() - Method in class at.favre.lib.idmask.LongTuple
 
getNum2() - Method in class at.favre.lib.idmask.LongTuple
 
getReason() - Method in exception at.favre.lib.idmask.IdMaskSecurityException
Reason type of why the exception was thrown

H

hashCode() - Method in class at.favre.lib.idmask.ext.IdMaskParamConverters.MaskedLongId
 
hashCode() - Method in class at.favre.lib.idmask.KeyManager.IdSecretKey
 
hashCode() - Method in class at.favre.lib.idmask.LongTuple
 
highSecurityMode(boolean) - Method in class at.favre.lib.idmask.Config.Builder
If better security settings should be used sacrificing output size and / or performance.

I

IdMask<T> - Interface in at.favre.lib.idmask
Id mask is responsible for masking/encoding ids in a reversible way.
IdMask.BaseIdMask - Class in at.favre.lib.idmask
Base implementation
IdMask.BigIntegerIdMask - Class in at.favre.lib.idmask
Implementation which handles a big integer up to 15 byte two complements representation
IdMask.ByteArray128bitMask - Class in at.favre.lib.idmask
Implementation which handles a generic 128 bit integer (or other 16 byte long array)
IdMask.LongIdMask - Class in at.favre.lib.idmask
Implementation which handles long type ids (64 bit integers)
IdMask.LongIdTupleMask - Class in at.favre.lib.idmask
Implementation which handles two long ids (2x 64 bit ids)
IdMask.UuidMask - Class in at.favre.lib.idmask
Implementation which handles uuids (Universally unique identifier).
IdMaskBigIntegerParamConverter(IdMask<BigInteger>) - Constructor for class at.favre.lib.idmask.ext.IdMaskParamConverters.IdMaskBigIntegerParamConverter
Create new instance
IdMaskEngine - Interface in at.favre.lib.idmask
The underlying engine responsible for encrypting the provided id.
IdMaskEngine.BaseEngine - Class in at.favre.lib.idmask
Base implementation of the engine
IdMaskEngine.EightByteEncryptionEngine - Class in at.favre.lib.idmask
This schema uses the following cryptographic primitives: AES-128 + ECB + No Padding
IdMaskEngine.SixteenByteEngine - Class in at.favre.lib.idmask
Engine for handling 16-byte long ids.
IdMaskJackson - Class in at.favre.lib.idmask.ext
Default implementations for Jackson serializers & deserializers.
IdMaskJackson.BigIntegerDeserializer - Class in at.favre.lib.idmask.ext
Used to deserialize string to BigInteger
IdMaskJackson.BigIntegerSerializer - Class in at.favre.lib.idmask.ext
Used to serialize BigInteger to string
IdMaskJackson.Deserializer<T> - Class in at.favre.lib.idmask.ext
Base deserializer
IdMaskJackson.LongDeserializer - Class in at.favre.lib.idmask.ext
Used to deserialize string to long
IdMaskJackson.LongSerializer - Class in at.favre.lib.idmask.ext
Used to serialize long to string
IdMaskJackson.Serializer<T> - Class in at.favre.lib.idmask.ext
Base serializer
IdMaskJackson.UuidDeserializer - Class in at.favre.lib.idmask.ext
Used to deserialize string to UUID
IdMaskJackson.UuidSerializer - Class in at.favre.lib.idmask.ext
Used to serialize UUID to string
IdMaskLongIdParamConverter(IdMask<Long>) - Constructor for class at.favre.lib.idmask.ext.IdMaskParamConverters.IdMaskLongIdParamConverter
Create new instance
IdMaskMaskedLongIdParamConverter(IdMask<Long>) - Constructor for class at.favre.lib.idmask.ext.IdMaskParamConverters.IdMaskMaskedLongIdParamConverter
Create new instance
IdMaskParamConverters - Class in at.favre.lib.idmask.ext
A collection of default implementations for JAX-RS 2 ParamConverter for converting query-, path-, matrix-, header-, cookie- and form-parameter.
IdMaskParamConverters() - Constructor for class at.favre.lib.idmask.ext.IdMaskParamConverters
 
IdMaskParamConverters.BaseIdMaskParamConverter<T,​P> - Class in at.favre.lib.idmask.ext
Base id mask param converter with default null handling.
IdMaskParamConverters.IdMaskBigIntegerParamConverter - Class in at.favre.lib.idmask.ext
IdMaskParamConverters.IdMaskLongIdParamConverter - Class in at.favre.lib.idmask.ext
ParamConverter for Long
IdMaskParamConverters.IdMaskMaskedLongIdParamConverter - Class in at.favre.lib.idmask.ext
IdMaskParamConverters.IdMaskUuidParamConverter - Class in at.favre.lib.idmask.ext
ParamConverter for UUID
IdMaskParamConverters.MaskedLongId - Class in at.favre.lib.idmask.ext
Simple wrapper for type long to make it easier to differentiate between any innocent long type and a masked id.
IdMasks - Class in at.favre.lib.idmask
Factory and main API of the library.
IdMaskSecurityException - Exception in at.favre.lib.idmask
Used as exception for probable security relevant issues with given id.
IdMaskSecurityException(String, IdMaskSecurityException.Reason) - Constructor for exception at.favre.lib.idmask.IdMaskSecurityException
 
IdMaskSecurityException(String, IdMaskSecurityException.Reason, Throwable) - Constructor for exception at.favre.lib.idmask.IdMaskSecurityException
 
IdMaskSecurityException.Reason - Enum in at.favre.lib.idmask
Technical reason of the exception
IdMaskUuidParamConverter(IdMask<UUID>) - Constructor for class at.favre.lib.idmask.ext.IdMaskParamConverters.IdMaskUuidParamConverter
Create new instance
IdSecretKey(int, byte[]) - Constructor for class at.favre.lib.idmask.KeyManager.IdSecretKey
Create new instance.

K

KeyManager - Interface in at.favre.lib.idmask
Manages secret keys of IdMask.
KeyManager.CachedKdfConverter - Class in at.favre.lib.idmask
Used as cached key derivation proxy.
KeyManager.CachedKdfConverter.KdfConverter - Interface in at.favre.lib.idmask
Simple interface for deriving keys used in KeyManager.CachedKdfConverter.
KeyManager.Default - Class in at.favre.lib.idmask
Default implementation
KeyManager.Factory - Class in at.favre.lib.idmask
Factory and main API for creating new key managers.
KeyManager.IdSecretKey - Class in at.favre.lib.idmask
Model representing a secret key for encrypting ids and a key id for later matching the id.

L

LongDeserializer(IdMask<Long>) - Constructor for class at.favre.lib.idmask.ext.IdMaskJackson.LongDeserializer
 
LongSerializer(IdMask<Long>) - Constructor for class at.favre.lib.idmask.ext.IdMaskJackson.LongSerializer
 
LongTuple - Class in at.favre.lib.idmask
Simple tuple encapsulating 2 longs (64 bit integers).
LongTuple(long, long) - Constructor for class at.favre.lib.idmask.LongTuple
Create new instance with given long numbers

M

mask(byte[]) - Method in class at.favre.lib.idmask.IdMask.ByteArray128bitMask
 
mask(byte[]) - Method in class at.favre.lib.idmask.IdMaskEngine.EightByteEncryptionEngine
 
mask(byte[]) - Method in interface at.favre.lib.idmask.IdMaskEngine
Mask (or encrypt) given id as bytes.
mask(byte[]) - Method in class at.favre.lib.idmask.IdMaskEngine.SixteenByteEngine
 
mask(LongTuple) - Method in class at.favre.lib.idmask.IdMask.LongIdTupleMask
 
mask(Long) - Method in class at.favre.lib.idmask.IdMask.LongIdMask
 
mask(BigInteger) - Method in class at.favre.lib.idmask.IdMask.BigIntegerIdMask
 
mask(UUID) - Method in class at.favre.lib.idmask.IdMask.UuidMask
 
mask(T) - Method in interface at.favre.lib.idmask.IdMask
Mask a given id.
MaskedLongId(long) - Constructor for class at.favre.lib.idmask.ext.IdMaskParamConverters.MaskedLongId
Create new instance
MAX_ENGINE_ID - Static variable in interface at.favre.lib.idmask.IdMaskEngine
Internal maximal engine id used in version byte
MAX_KEY_ID - Static variable in interface at.favre.lib.idmask.IdMaskEngine
Internal maximal key id used in version byte
MAX_KEY_LENGTH_BYTE - Static variable in interface at.favre.lib.idmask.KeyManager
Maximum byte length of allowed keys
MIN_KEY_LENGTH_BYTE - Static variable in interface at.favre.lib.idmask.KeyManager
Minimum byte length of allowed keys

R

randomizedIds(boolean) - Method in class at.favre.lib.idmask.Config.Builder
If the masking should create non-deterministic ids (different output for every call).

S

secureRandom(SecureRandom) - Method in class at.favre.lib.idmask.Config.Builder
Optionally provide your own secure random implementation.
securityProvider(Provider) - Method in class at.favre.lib.idmask.Config.Builder
Optionally provide your own security provider, e.g.
serialize(T, JsonGenerator, SerializerProvider) - Method in class at.favre.lib.idmask.ext.IdMaskJackson.Serializer
 
Serializer(IdMask<T>, Class<T>) - Constructor for class at.favre.lib.idmask.ext.IdMaskJackson.Serializer
 
SimpleLruMemCache() - Constructor for class at.favre.lib.idmask.Cache.SimpleLruMemCache
 
SimpleLruMemCache(int) - Constructor for class at.favre.lib.idmask.Cache.SimpleLruMemCache
 
SixteenByteEngine(KeyManager, boolean, ByteToTextEncoding, SecureRandom, Provider, boolean, boolean) - Constructor for class at.favre.lib.idmask.IdMaskEngine.SixteenByteEngine
 
size() - Method in class at.favre.lib.idmask.KeyManager.CachedKdfConverter
 
size() - Method in class at.favre.lib.idmask.KeyManager.Default
 
size() - Method in interface at.favre.lib.idmask.KeyManager
Size of currently managed keys including active key.

T

toString() - Method in class at.favre.lib.idmask.ext.IdMaskParamConverters.MaskedLongId
 
toString(P) - Method in class at.favre.lib.idmask.ext.IdMaskParamConverters.BaseIdMaskParamConverter
 

U

UNKNOWN_ENGINE_ID - at.favre.lib.idmask.IdMaskSecurityException.Reason
The encoded engine id in the version byte is unknown.
UNKNOWN_KEY_ID - at.favre.lib.idmask.IdMaskSecurityException.Reason
The encoded key id in the version byte is unknown.
unmask(CharSequence) - Method in class at.favre.lib.idmask.IdMaskEngine.EightByteEncryptionEngine
 
unmask(CharSequence) - Method in class at.favre.lib.idmask.IdMaskEngine.SixteenByteEngine
 
unmask(CharSequence) - Method in interface at.favre.lib.idmask.IdMaskEngine
Unmask (or decrypt) given masked id.
unmask(String) - Method in class at.favre.lib.idmask.IdMask.BigIntegerIdMask
 
unmask(String) - Method in class at.favre.lib.idmask.IdMask.ByteArray128bitMask
 
unmask(String) - Method in class at.favre.lib.idmask.IdMask.LongIdMask
 
unmask(String) - Method in class at.favre.lib.idmask.IdMask.LongIdTupleMask
 
unmask(String) - Method in interface at.favre.lib.idmask.IdMask
Unmask id that was previously masked with IdMask.mask(Object)
unmask(String) - Method in class at.favre.lib.idmask.IdMask.UuidMask
 
UuidDeserializer(IdMask<UUID>) - Constructor for class at.favre.lib.idmask.ext.IdMaskJackson.UuidDeserializer
 
UuidSerializer(IdMask<UUID>) - Constructor for class at.favre.lib.idmask.ext.IdMaskJackson.UuidSerializer
 

V

valueOf(String) - Static method in enum at.favre.lib.idmask.IdMaskSecurityException.Reason
Returns the enum constant of this type with the specified name.
values() - Static method in enum at.favre.lib.idmask.IdMaskSecurityException.Reason
Returns an array containing the constants of this enum type, in the order they are declared.

W

with(byte[]) - Static method in class at.favre.lib.idmask.KeyManager.Factory
Creates a new key manager with a single key and default id, which will be used as active key.
with(int, byte[]) - Static method in class at.favre.lib.idmask.KeyManager.Factory
Creates a new key manager with a single key and id, which will be used as active key.
with(KeyManager.IdSecretKey) - Static method in class at.favre.lib.idmask.KeyManager.Factory
Creates a new key manager with a single id key, which will be used as active key.
with(SecretKey) - Static method in class at.favre.lib.idmask.KeyManager.Factory
Creates a new key manager with a single key and default id, which will be used as active key.
withKeyAndLegacyKeys(KeyManager.IdSecretKey, KeyManager.IdSecretKey...) - Static method in class at.favre.lib.idmask.KeyManager.Factory
Creates a new key manager with a single active key and multiple, keys which are supported for decryption.
wrap(ByteToTextEncoding) - Static method in class at.favre.lib.idmask.ByteToTextEncoding.IdFormatter
Create new formatter instance with default separator and interval.
wrap(ByteToTextEncoding, int) - Static method in class at.favre.lib.idmask.ByteToTextEncoding.IdFormatter
Create new formatter instance.
wrap(ByteToTextEncoding, int, String) - Static method in class at.favre.lib.idmask.ByteToTextEncoding.IdFormatter
Create new formatter instance.

_

_fromString(IdMask<Long>, String) - Method in class at.favre.lib.idmask.ext.IdMaskParamConverters.IdMaskLongIdParamConverter
 
_fromString(IdMask<Long>, String) - Method in class at.favre.lib.idmask.ext.IdMaskParamConverters.IdMaskMaskedLongIdParamConverter
 
_fromString(IdMask<BigInteger>, String) - Method in class at.favre.lib.idmask.ext.IdMaskParamConverters.IdMaskBigIntegerParamConverter
 
_fromString(IdMask<UUID>, String) - Method in class at.favre.lib.idmask.ext.IdMaskParamConverters.IdMaskUuidParamConverter
 
_fromString(IdMask<T>, String) - Method in class at.favre.lib.idmask.ext.IdMaskParamConverters.BaseIdMaskParamConverter
 
_toString(IdMask<Long>, IdMaskParamConverters.MaskedLongId) - Method in class at.favre.lib.idmask.ext.IdMaskParamConverters.IdMaskMaskedLongIdParamConverter
 
_toString(IdMask<Long>, Long) - Method in class at.favre.lib.idmask.ext.IdMaskParamConverters.IdMaskLongIdParamConverter
 
_toString(IdMask<BigInteger>, BigInteger) - Method in class at.favre.lib.idmask.ext.IdMaskParamConverters.IdMaskBigIntegerParamConverter
 
_toString(IdMask<UUID>, UUID) - Method in class at.favre.lib.idmask.ext.IdMaskParamConverters.IdMaskUuidParamConverter
 
_toString(IdMask<T>, P) - Method in class at.favre.lib.idmask.ext.IdMaskParamConverters.BaseIdMaskParamConverter
 
A B C D E F G H I K L M R S T U V W _ 
All Classes All Packages