欢迎光临
我们一直在努力

java.security.PublicKey翻译-JSP教程,Java技巧及代码

建站超值云服务器,限时71元/月

 

javatm 2 platform
std. ed. v1.4.2


java.security
interface publickey

all superinterfaces:

key, serializable
all known subinterfaces:

dhpublickey, dsapublickey, rsapublickey

public interface publickey

extends key

a public key. this interface contains no methods or constants. it merely serves to group (and provide type safety for) all public key interfaces. note: the specialized public key interfaces extend this interface. see, for example, the dsapublickey interface in java.security.interfaces. 公钥。该接口不含任何方法和常量。仅用来组合所有公钥接口(提供类型安全)。 注意:专门的公钥接口继承该接口。比如java.security.interfaces中的dsapublickey。

see also:

key, privatekey, certificate, signature.initverify(java.security.publickey), dsapublickey, rsapublickey

field summary
static long serialversionuid
          the class fingerprint that is set to indicate serialization compatibility with a previous version of the class. 类印记,设置为表示与该类的早期版本的串行化兼容性。

 

methods inherited from interface java.security.key
getalgorithm, getencoded, getformat

 

field detail

serialversionuid

public static final long serialversionuid
the class fingerprint that is set to indicate serialization compatibility with a previous version of the class. 类印记,设置为表示与该类的早期版本的串行化兼容性。

see also:

constant field values


javatm 2 platform
std. ed. v1.4.2


submit a bug or feature
for further api reference and developer documentation, see java 2 sdk se developer documentation. that documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

copyright 2003 sun microsystems, inc. all rights reserved. use is subject to license terms. also see the documentation redistribution policy.

赞(0)
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com 特别注意:本站所有转载文章言论不代表本站观点! 本站所提供的图片等素材,版权归原作者所有,如需使用,请与原作者联系。未经允许不得转载:IDC资讯中心 » java.security.PublicKey翻译-JSP教程,Java技巧及代码
分享到: 更多 (0)

相关推荐

  • 暂无文章