org.mozilla.jss.pkcs11
Class PK11ECPublicKey

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

public final class PK11ECPublicKey
extends PK11PubKey

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.mozilla.jss.pkcs11.PK11PubKey
keyProxy
 
Fields inherited from interface java.security.PublicKey
serialVersionUID
 
Constructor Summary
PK11ECPublicKey(byte[] pointer)
           
 
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
 

Constructor Detail

PK11ECPublicKey

public PK11ECPublicKey(byte[] pointer)