java.security.PublicKey翻译
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
JavaTM 2 Platform
Std. Ed. v1.4.2
PREV CLASS NEXT CLASS
FRAMES NO FRAMES
<!--
if(window==top) {
document.writeln('<A HREF="../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
java.security
Inte易做图ce PublicKey
All Superinte易做图ces:
Key, Serializable
All Known Subinte易做图ces:
DHPublicKey, DSAPublicKey, RSAPublicKey
public inte易做图ce PublicKey
extends Key
A public key. This inte易做图ce contains no methods or constants. It merely serves to group (and provide type safety for) all public key inte易做图ces. Note: The specialized public key inte易做图ces extend this inte易做图ce. See, for example, the DSAPublicKey inte易做图ce in java.security.inte易做图ces. 公钥。该接口不含任何方法和常量。仅用来组合所有公钥接口(提供类型安全)。
注意:专门的公钥接口继承该接口。比如java.security.inte易做图ces中的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 inte易做图ce java.security.Key
getAlgorithm, getEncoded, getFormat
Field Detail
serialVersionUIDpublic static final long serialVersionUID
The class fingerprint that is set to indicate serialization compatibility with a previous version of the class. 类印记,设置为表示与该类的早期版本的串行化兼容性。
补充:Jsp教程,Java技巧及代码