Reputation: 69
Is there any way to convert DSA private key as string or byte[] in java?
Upvotes: 0
Views: 149
Reputation: 328526
You call the getEncoded() method of the key.
getEncoded()
Related:
Upvotes: 1