opencard.opt.security
Interface PrivateKeyRef
- All Known Implementing Classes:
- PrivateKeyFile
- public abstract interface PrivateKeyRef
- extends KeyRef, java.security.PrivateKey
Interface for classes that reference a private 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 PrivateKeyRef.
Concrete card service implementations should then support a subset
of the subclasses of PrivateKeyRef, for example PrivateKeyFile
for cards that store their keys in ISO files.
- See Also:
PrivateKeyFile
Fields inherited from class java.security.PrivateKey |
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 |