The CryptoX509 class / Examples |
IMPORT xml MAIN DEFINE x509 xml.CryptoX509 LET x509 = xml.CryptoX509.Create() TRY CALL x509.loadPEM("Certificate.crt"); DISPLAY "Id : ",x509.getIdentifier() CATCH DISPLAY "Unable to load certificate :",STATUS END TRY END MAIN