C and Java API Comparison

The following table maps the C functions from the RSA Authentication Agent API for C, to each Java method from the RSA Authentication Agent API for Java.

 

RSA Authentication Agent API
C Functions
Equivalent RSA Authentication Agent API
Java Methods
AceGetAuthenticationStatus AuthSession.getAuthStatus
AceGetPinParams AuthSession.getPinData
AceGetShell AuthSession.getShell
AceGetTime AuthSession.getAceTime
AceInitialize AuthSessionFactory.getInstance
AceInitializeEx AuthSessionFactory.getInstance(path)
AceShutdown AuthSessionFactory.shutdown
SD_Check AuthSession.check
SD_ClientCheck AuthSession.clientCheck
SD_Close AuthSession.close
SD_Init AuthSessionFactory.createUserSession
SD_Lock AuthSession.lock
SD_Next AuthSession.next
SD_PIN AuthSession.pin
AceGetAlphanumeric AuthSession.getPinData.isAlphanumeric
AceGetMaxPinLen AuthSession.getPinData.getMaxPinLength
AceGetMinPinLen AuthSession.getPinData.getMinPinLength
AceGetSystemPin AuthSession.getSystemPin
AceGetUserSelectable AuthSession.getPinData.isUserSelectable
AceAgentStatusDisplay AuthSessionFactory.getAceServerStatus