Uses of Interface
javacard.security.PublicKey

Packages that use PublicKey
javacard.security   
 

Uses of PublicKey in javacard.security
 

Subinterfaces of PublicKey in javacard.security
 interface DSAPublicKey
          The DSAPublicKey interface is used to verify signatures on signed data using the DSA algorithm.
 interface RSAPublicKey
          The RSAPublicKey is used to verify signatures on signed data using the RSA algorithm.
 

Methods in javacard.security that return PublicKey
 PublicKey KeyPair.getPublic()
          Returns a reference to the public key component of this KeyPair object.
 

Constructors in javacard.security with parameters of type PublicKey
KeyPair(PublicKey publicKey, PrivateKey privateKey)
          Constructs a new KeyPair object containing the specified public key and private key.
 



Java and all Java-based trademarks and logos are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries.