Overview Package Class Use tree deprecated Index help JAVATM 2 Platform
Std. Ed. v1.4.2 PREV CLASS NEXT classframes NO FRAMES all Classes summary:nested | FIELD | Constr | Methoddetail:field | Constr | Method
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. example, the Dsapublickey interface in Java.security.interfaces. Public. The interface does not contain any methods or constants. Used only to combine all public key interfaces (providing type safety). Note: The specialized public key interface inherits the interface. Like the Dsapublickey in Java.security.interfaces.
-
Also:
-
Key, Privatekey, certificate, signature.initverify (Java.security.PublicKey), Dsapublickey, Rsapublickey
Field summarystatic Longserialversionuid
The class fingerprint the "is" set to indicate serialization compatibility with a previous version of the class. Class stamp, set to represent serialization compatibility with earlier versions of the class. Methods inherited from interface Java.security.KeygetAlgorithm, getencoded, GetFormat
Field Detail
Serialversionuid
public static final Long Serialversionuid
The
-
class fingerprint The "is" set to indicate serialization compatibility with a previous version of the class. Class stamp, set to represent serialization compatibility with earlier versions of the class.
-
Also:
-
Constant Field Values
Overview Package Class Use tree deprecated Index help JAVATM 2 Platform
Std. Ed. v1.4.2 PREV CLASS NEXT classframes NO FRAMES all Classes summary: nested | field | constr | methoddetail: field | constr | method Submit a bug or feature
for further API reference and developer documentation, The Java 2 SDK SE Developer documentation. That is documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of term s, workarounds, and working code examples.
Copyright 2003 Sun Microsystems, Inc. All rights reserved. Use are subject to license terms. Also the documentation redistribution policy.