opencard.opt.security
Interface PublicKeyRef
- All Known Implementing Classes:
- PublicKeyFile
- public abstract interface PublicKeyRef
- extends KeyRef, java.security.PublicKey
Interface for classes that reference a public key stored on a smart card.
Different cards use different ways of identifying a key on the card,
for example file names, indexes, numbers, logical names.
Wherever a card service interface needs to identify a key on card
the interface should use type PublicKeyRef.
Concrete card service implementations should then support a subset
of the subclasses of PublicKeyRef, for example PublicKeyFile
for cards that store their keys in ISO files.
- See Also:
PublicKeyFile
Fields inherited from class java.security.PublicKey |
serialVersionUID |
Fields inherited from class java.security.Key |
serialVersionUID |
Fields inherited from class java.io.Serializable |
serialVersionUID |
Fields inherited from class java.security.Key |
serialVersionUID |
Fields inherited from class java.io.Serializable |
serialVersionUID |