posted 13 years ago
Hi everyone,
I'm trying to write a Jradius client for a Radius authentication.
When my code runs, it returns the exception "java.io.IOException: DER input, Integer tag error".
I think the problem is with the certificate .p12 I created with keytool with this command line:
keytool -genkey -v -alias aprivatekey -keyalg RSA -keystore mykeystore.p12 -storepass changeit -storetype pkcs12 -provider org.bouncycastle.jce.provider.BouncyCastleProvider
I have no idea on how to solve it...help!
thank you