Use is subject to License Terms. Your use of this web site or any of its contents or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

JSR 177

java.security
Interface PublicKey

All Superinterfaces:
Key

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.

Version:
1.31 03/01/23
See Also:
Key, Signature.initVerify(java.security.PublicKey)

Method Summary
 
Methods inherited from interface java.security.Key
getAlgorithm, getEncoded, getFormat
 


JSR 177

Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 177 specification.