Uses of Class
com.identity4j.util.crypt.EncoderException
-
Packages that use EncoderException Package Description com.identity4j.util.crypt com.identity4j.util.crypt.impl com.identity4j.util.crypt.nss -
-
Uses of EncoderException in com.identity4j.util.crypt
Methods in com.identity4j.util.crypt that throw EncoderException Modifier and Type Method Description byte[]Encoder. decode(byte[] toDecode, byte[] salt, byte[] passphrase, String charset)Decode bytes (if supported) to text.char[]EncoderManager. decode(byte[] encodedBytes, String encoderId, String charset, byte[] salt, byte[] passphrase)byte[]Encoder. encode(byte[] toEncode, byte[] salt, byte[] passphrase, String charset)Encode a stringbyte[]EncoderManager. encode(char[] unencodedString, String encoderId, String charset, byte[] salt, byte[] passphrase) -
Uses of EncoderException in com.identity4j.util.crypt.impl
Methods in com.identity4j.util.crypt.impl that throw EncoderException Modifier and Type Method Description byte[]AbstractEncoder. decode(byte[] toDecode, byte[] salt, byte[] passphrase, String charset)byte[]AESEncoder. decode(byte[] toDecode, byte[] salt, byte[] passphrase, String charset)byte[]Base64Encoder. decode(byte[] toDecode, byte[] salt, byte[] passphrase, String charset)byte[]CompoundEncoder. decode(byte[] toDecode, byte[] salt, byte[] passphrase, String charset)byte[]PBEWithMD5AndDESEncoder. decode(byte[] toDecode, byte[] salt, byte[] passphrase, String charset)byte[]PlainEncoder. decode(byte[] toEncode, byte[] salt, byte[] passphrase, String charset)byte[]RawAESEncoder. decode(byte[] toDecode, byte[] salt, byte[] passphrase, String charset)byte[]AbstractUnixSHAEncoder. encode(byte[] toEncode, byte[] salt, byte[] passphrase, String charset)byte[]AESEncoder. encode(byte[] toEncode, byte[] salt, byte[] passphrase, String charset)protected byte[]AESEncoder. encode(byte[] toEncode, byte[] salt, byte[] passphrase, String charset, int keyLength, int iterations)byte[]Base64Encoder. encode(byte[] toEncode, byte[] salt, byte[] passphrase, String charset)byte[]CompoundEncoder. encode(byte[] toEncode, byte[] salt, byte[] passphrase, String charset)byte[]Drupal7Encoder. encode(byte[] toEncode, byte[] salt, byte[] passphrase, String charset)byte[]MessageDigestEncoder. encode(byte[] toEncode, byte[] salt, byte[] passphrase, String charset)byte[]MessageDigestStringEncoder. encode(byte[] toEncode, byte[] salt, byte[] passphrase, String charset)byte[]PBEWithMD5AndDESEncoder. encode(byte[] toEncode, byte[] salt, byte[] passphrase, String charset)byte[]PlainEncoder. encode(byte[] toEncode, byte[] salt, byte[] passphrase, String charset)byte[]RawAESEncoder. encode(byte[] toEncode, byte[] salt, byte[] passphrase, String charset)protected byte[]RawAESEncoder. encode(byte[] toEncode, byte[] salt, byte[] passphrase, String charset, int keyLength, int iterations)byte[]UnicodeEncoder. encode(byte[] toEncode, byte[] salt, byte[] passphrase, String charset)byte[]UnixBlowfishEncoder. encode(byte[] toEncode, byte[] salt, byte[] passphrase, String charset)byte[]UnixDESEncoder. encode(byte[] toEncode, byte[] salt, byte[] passphrase, String charset)byte[]UnixMD5Encoder. encode(byte[] toEncode, byte[] salt, byte[] passphrase, String charset)booleanAbstractUnixSHAEncoder. match(byte[] encodedData, byte[] unencodedData, byte[] passphrase, String charset)booleanUnixBlowfishEncoder. match(byte[] encodedData, byte[] unencodedData, byte[] passphrase, String charset)booleanUnixDESEncoder. match(byte[] encodedData, byte[] unencodedData, byte[] passphrase, String charset)booleanUnixMD5Encoder. match(byte[] encodedData, byte[] unencodedData, byte[] passphrase, String charset) -
Uses of EncoderException in com.identity4j.util.crypt.nss
Methods in com.identity4j.util.crypt.nss that throw EncoderException Modifier and Type Method Description byte[]NSSEncoder. decode(byte[] toDecode, byte[] salt, byte[] passphrase, String charset)byte[]NSSEncoder. encode(byte[] toEncode, byte[] salt, byte[] passphrase, String charset)
-