You are currently viewing a snapshot of www.mozilla.org taken on April 21, 2008. Most of this content is highly out of date (some pages haven't been updated since the project began in 1998) and exists for historical purposes only. If there are any pages on this archive site that you think should be added back to www.mozilla.org, please file a bug.




org.mozilla.jss.pkcs11
Class PK11ECPublicKey

java.lang.Object
  extended by org.mozilla.jss.pkcs11.PK11PubKey
      extended by org.mozilla.jss.pkcs11.PK11ECPublicKey
All Implemented Interfaces:
java.io.Serializable, java.security.Key, java.security.PublicKey

public final class PK11ECPublicKey
extends PK11PubKey

See Also:
Serialized Form

Field Summary
protected  org.mozilla.jss.pkcs11.KeyProxy keyProxy
           
 
Fields inherited from interface java.security.PublicKey
serialVersionUID
 
Constructor Summary
PK11ECPublicKey(byte[] pointer)
           
 
Method Summary
 
Methods inherited from class org.mozilla.jss.pkcs11.PK11PubKey
fromRaw, fromSPKI, getAlgorithm, getEncoded, getFormat, getKeyType, verifyKeyIsOnToken
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

keyProxy

protected org.mozilla.jss.pkcs11.KeyProxy keyProxy
Constructor Detail

PK11ECPublicKey

public PK11ECPublicKey(byte[] pointer)