mobile CCTV,mobile surveillance,police body worn cameras

 forgetPW
 registerNow
search
view: 676|reply: 1
打印 prevThread nextThread

关于生成认证ID入参的一些问题

[copyURL]

29

主题

93

帖子

309

积分

midMem

Rank: 3Rank: 3

积分
309
jumpTo
owner
poston 2021-11-19 17:45 | authorOnly 回帖奖励 |倒序浏览 |阅读模式
        private void doAuth() {
                BVAuth_Request bvAuth_request = new BVAuth_Request();
                bvAuth_request.setSzDeveloperAppID(Constant.APP_ID);
                bvAuth_request.setSzAppType(Constant.TYPE_MCP);
                bvAuth_request.setSzDeveloperRsaE(Constant.RSAE);
                bvAuth_request.setSzDeveloperRsaN(Constant.RSAN);
                String serial_num = sharedTools.getShareString(SERIAL_NUMBER_VALUE, "");
                bvAuth_request.setSzSerialNumber(serial_num);
                bvAuth_request.setSzAppDeviceID(getClientID().substring(3));
                String innerInfo = sharedTools.getShareString(INNER_INFO_VALUE, "");
                bvAuth_request.setSzInnerInfo(innerInfo);
                bvAuth_request.setUserLabel(Constant.USER_LABEL);
                bvAuth_request.setSzHardwareSN(Build.FINGERPRINT);// TODO
                BVCU.getAuth().setAuthEventCallback(bvAuthEventCallback);
                int result = BVCU.getAuth().auth(getApplicationContext(), bvAuth_request);
                Log.d(TAG, "认证方法 result :" + result);
        }


Constant.APP_ID  与Constant.RSAE 与Constant.RSAN与Constant.USER_LABEL  是不是只要我们企业认证成功后 他们是唯一的吗。
比如我们企业认证成功  他们都是定死的。
收费的吗?


reply

使用道具 report

1

主题

311

帖子

1105

积分

vipMem

Rank: 6Rank: 6

积分
1105
sofa
poston 2021-11-19 18:00 | authorOnly
唯一的,不收费。 可以通过销售经理那边联系下给你创建一个。
reply agree Against

使用道具 report

creditRule

QQ|wireless surveillance

GMT+8, 2024-5-2 13:39 , Processed in 0.057619 second(s), 19 queries .

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

QuickReply backToTop BackToList