public key is the one which is shared , l can share my public key to you . Suppose you want to send a document to me .So you can encrypt it using a public key . Once it reaches me I can decrypt it using a private key . If the document is delivered to an unknown person he cannot decrypt it since he does not have the private key .
Tuesday, May 5, 2015
Tuesday, April 28, 2015
org.omg.CORBA.COMM_FAILURE: CAUGHT_EXCEPTION_WHILE_CONFIGURING_SSL_CLIENT_SOCKET
JSSL0080E:javax.net.ssl.SSLHandshakeException
Sunday, April 26, 2015
Javax.mail.MessagingException
IOException while sending message;
nested exception is:
com.sun.mail.SMTP.SMTPTransport.sendMessage.
You seem to have call javax.mail.Transport. send from a j2ee application.
occurs if attachment is not present.
Remember extension is must , in case the extension is missing you will get this exception .
Monday, April 6, 2015
Reports
Report can be scheduled based on events or time . this can be sent to bank user or bank customer.
Customer cheques
Stale Customer cheque can be revalidated . in case of correspondent bank cheque stale and revalidation status need not be shared to corr. Bank through a report.
Subscribe to:
Posts (Atom)
-
Hi Guys , In this blog I will share information related to error : can't bind to 'formcontrol' since it isn't a known pr...
-
Hi Guys , This blog is about the error " Target container is not a DOM element. " The full error in the console log is ...
-
Error Blog This blog is about the error Error: Objects are not valid as a React child Problem Statement error on start of...