Is there any way to convert DSA private key as string or byte[] in java?
Asked
Active
Viewed 120 times
0
-
1This question appears to be off-topic because it is about solving a programming problem. – otus Sep 30 '14 at 06:38
-
3If you post this on stackoverflow, pretty please make sure you describe your issue in much more detail. Convert to or from? Convert to *what*? What have you tried? What does your private key look like? As it stands, the only sensible answer is "Yes". – Maarten Bodewes Sep 30 '14 at 09:02
-
IS the opposite process possible? that is, converting the byte[] to private key using Java? – user123 Oct 28 '14 at 07:17