phani50

Results 2 issues of phani50

Hello, I have very specific constrint to generate a x509 certificate with public key 64 bytes (X coordinate + Y coordinate). PFB code, Security.addProvider(new BouncyCastleProvider()); ECNamedCurveParameterSpec parameterSpec = ECNamedCurveTable.getParameterSpec(EllipticCurveName.prime256v1.name()); KeyPairGenerator...

Hi Team, We are using agnostic to run all migration scripts (for mysql). As pert of this i have to drop a column if exists in table. for this i...