实例化接口时出错

时间:2010-11-30 10:45:11

标签: blackberry

以下代码无法使用消息进行编译:{{1​​}} SymmetricKey是  一个界面。我该如何解决这个问题?

cannot instantiate type SymmetricKey

1 个答案:

答案 0 :(得分:2)

我使用SymmetricKeyFactory

解决了我的问题
SymmetricKey key=
    SymmetricKeyFactory.getInstance("AES_256","key".getBytes(), 0, "abc123".length());