Package javacard.security
Interface PublicKey
-
- All Superinterfaces:
Key
- All Known Subinterfaces:
DHPublicKey,DSAPublicKey,ECPublicKey,RSAPublicKey,XECPublicKey
public interface PublicKey extends Key
ThePublicKeyinterface is the base interface for public keys used in asymmetric algorithms.
-
-
Method Summary
-
Methods inherited from interface javacard.security.Key
clearKey, getSize, getType, isInitialized
-
-