开发者

Is it resource-intensive to call KeyFactory.createKey?

开发者 https://www.devze.com 2023-03-27 06:21 出处:网络
Does it use a lot of resour开发者_StackOverflowces to invoke KeyFactory.createKey?No. createKey simply constructs a Key object from the fields you provide, and doesn\'t require any RPC calls or other

Does it use a lot of resour开发者_StackOverflowces to invoke KeyFactory.createKey?


No. createKey simply constructs a Key object from the fields you provide, and doesn't require any RPC calls or other overhead. It's no more expensive than your average constructor.

0

精彩评论

暂无评论...
验证码 换一张
取 消