Uses of Class
com.gigaspaces.security.encoding.EncodingException
Packages that use EncodingException
Package
Description
Security Encoding
-
Uses of EncodingException in com.gigaspaces.security.encoding
Methods in com.gigaspaces.security.encoding that throw EncodingExceptionModifier and TypeMethodDescriptionContentEncoder.decode(byte[] bytes) Decode the byte array returning a decrypted object.byte[]Encode the object returning an encrypted byte array.PasswordEncoder.encodePassword(String rawPass) Encodes the specified raw password with an implementation specific algorithm.static SecretKeyKeyFactory.generateKey(byte[] key, String algorithm) Generate a key based on a secret key from the given byte array.static SecretKeyKeyFactory.generateKey(String algorithm) Generate a 128 bit key using the key generator of the algorithm provided.static SecretKeyKeyFactory.generateKey(String key, String algorithm) Generate a key based on the provided secret.booleanPasswordEncoder.isPasswordValid(String encPass, String rawPass) Validates a specified "raw" password against an encoded password. -
Uses of EncodingException in com.gigaspaces.security.encoding.aes
Methods in com.gigaspaces.security.encoding.aes that throw EncodingException -
Uses of EncodingException in com.gigaspaces.security.encoding.md5
Methods in com.gigaspaces.security.encoding.md5 that throw EncodingExceptionModifier and TypeMethodDescriptionMd5PasswordEncoder.encodePassword(String rawPass) booleanMd5PasswordEncoder.isPasswordValid(String encPass, String rawPass)