View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window tencentcloud-dbauth-sdk-java-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.tencentcloud.dbauth
├─ com.tencentcloud.dbauth.DBAuthentication.class - [JAR]
com.tencentcloud.dbauth.internal
├─ com.tencentcloud.dbauth.internal.AuthTokenParser.class - [JAR]
├─ com.tencentcloud.dbauth.internal.Constants.class - [JAR]
├─ com.tencentcloud.dbauth.internal.ErrorCodeMatcher.class - [JAR]
├─ com.tencentcloud.dbauth.internal.Signer.class - [JAR]
├─ com.tencentcloud.dbauth.internal.TimerManager.class - [JAR]
├─ com.tencentcloud.dbauth.internal.Token.class - [JAR]
├─ com.tencentcloud.dbauth.internal.TokenCache.class - [JAR]
com.tencentcloud.dbauth.model
├─ com.tencentcloud.dbauth.model.AuthTokenInfoOuterClass.class - [JAR]
├─ com.tencentcloud.dbauth.model.GenerateAuthenticationTokenRequest.class - [JAR]