How to Generate Signed Data (PKCS#7)
Java Code for All API Methods
.NET Code for All API Methods
TBS
Byte Array
You need to pass TBS data which differs for each method
· TBS data will be CSR data, for createCertificate()
· TBS data will be (Subject DN details, key algorithm & size, PFX password) for createSoftTokenCert()
· TBS data will be Subject DN details, key algorithm & size, PFX password) should be signed by the PFX) for createSoftTokenCert()
· TBS data will be Certificate serial number for
getX509Certificate()
· TBS data will be Certificate serial number for
revokeX509Cert()
TBS data will be Signed data for isSignatureValid()
PFX Path
String
You need to pass the path where PFX should be stored
Pin
String
You need to pass PFX password of Certificate
Last updated