Re: [go-nuts] Base64

2017-06-25 Thread Ian Lance Taylor
You are sending this e-mail to golang-nuts@googlegroups.com. Why are you doing that? Please do not repeat your question. We already saw your question. We do not know the answer. You are asking the wrong people in the wrong place. Ian On Sun, Jun 25, 2017 at 12:44 PM, asolkar.c...@yahoo.in

Re: [go-nuts] Base64

2017-06-25 Thread asolkar.c...@yahoo.in
Hi Shawn, I have two Window machines one has *Server 2008 R2*and another on has *Server 2012 R2* with same *JDK version 1.8.* I am working on a financial application where I receive a base64 encoded public encrypted value which I need to decode using Base64, decrypt and validate. My program is

Re: [go-nuts] Base64

2017-06-25 Thread Shawn Milochik
We're missing what your question has to do with Go. This is a mailing list for the Go programming language. You seem to be asking a question about Java, which is not an appropriate topic here. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To un

Re: [go-nuts] Base64

2017-06-25 Thread Manish Asolkar
Hi Steven, Can you suggest me on problem post before? -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more options

Re: [go-nuts] Base64

2017-06-24 Thread Steven Hartland
Might want to ask on a java mailing list not a golang one ;-) On 24/06/2017 13:09, Manish Asolkar wrote: hi, I have two Window machines one has *Server 2008 R2* and another on has *Server 2012 R2* with same *JDK version 1.8.* I am working on a financial application where I receive a base64

[go-nuts] Base64

2017-06-24 Thread Manish Asolkar
hi, I have two Window machines one has *Server 2008 R2* and another on has *Server 2012 R2* with same *JDK version 1.8.* I am working on a financial application where I receive a base64 encoded public encrypted value which I need to decode using Base64, decrypt and validate. My program is