Tag: security
Questions Related to security
-
isSafeHTML(java.lang.String context, java.lang.String input, boolean allowNull) and encodeForHTML(java.lang.String input)
-
isSafeHTML(java.lang.String context, java.lang.String input)
-
SafeHTML(java.lang.String context, java.lang.String input)
-
ValidHTML(java.lang.String context, java.lang.String input)
-
SecurityException
-
EnterpriseException
-
EnterpriseSecurityException
-
None of the above
-
A constant value stored as plain text within a configuration file
-
There is no salt added while calculating the hash value
-
The accountName is used as the salt value
-
The salt value is calculated from the password value
-
Its a form of encoding
-
Its a form of encryption
-
Its a form of decryption
-
Its simply the operation of reducing a possibly encoded string down to its simplest form
-
Encrypts the input and returns the encrypted string
-
Encodes the data
-
Hashes the data
-
Create a digital signature for the provided input data and return the signature in a string
-
isValidDirectory( java.lang.String context, java.lang.String input)
-
isValidDirectory( java.lang.String context, java.lang.String input) and isValidFileName(java.lang.String context, java.lang.String input)
-
isSafeDirectoryPath(java.lang.String context, java.lang.String input,boolean allowNull) and isSafeFileName(java.lang.String context, java.lang.String input,boolean allowNull)
-
ValidateDirectoryPath(java.lang.String context, java.lang.String input,boolean allowNull)
-
String hashPassword(String password)
-
String hashPassword(String password, String accountName)
-
String hashpassword(String password)
-
None of the above
-
Boolean
-
String
-
Integer
-
void
-
String
-
boolean
-
Integer
-
void
-
Integer
-
Byte
-
String
-
BigInteger