Tag: security

Questions Related to security

  1. Create a hash of the document and encrypt the resulting hash using the signer's private key

  2. Encrypt the document using the signer's private key

  3. Encrypt the document using the signer's private key and create a hash of the encrypted document

  4. Encrypt the document using the signer's public key


Correct Option: A

Identify code below is what type of validation. String input = request.getParameter ("input"); String characterPattern = "/ [^A-z]/"; If (! input. matches (characterPattern)) { out.println (“Invalid Input”); }

  1. White list validation

  2. Blacklist validation

  3. Mix validation

  4. No validation


Correct Option: A
  1. Server.xml

  2. config.xml

  3. web.xml

  4. application.properties


Correct Option: C
  1. Milliseconds

  2. Seconds

  3. Minutes

  4. Hours


Correct Option: C