|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectopencard.opt.security.KeyFile
opencard.opt.security.PublicKeyFile
public class PublicKeyFile
Reference to a public key stored on a smart card in an ISO file. Identifies the key file by specifying the directory the key is contained in as well as a key number.
| Field Summary |
|---|
| Fields inherited from interface java.security.PublicKey |
|---|
serialVersionUID |
| Constructor Summary | |
|---|---|
PublicKeyFile(CardFilePath directory,
int keyNr)
Constructor from directory path and key number. |
|
| Method Summary |
|---|
| Methods inherited from class opencard.opt.security.KeyFile |
|---|
getAlgorithm, getDirectory, getEncoded, getFormat, getKeyNumber |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.security.Key |
|---|
getAlgorithm, getEncoded, getFormat |
| Constructor Detail |
|---|
public PublicKeyFile(CardFilePath directory,
int keyNr)
directory - opencard.opt.iso.fs.CardFilePathkeyNr - int
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||