opencard.opt.security
Class PublicKeyFile

java.lang.Object
  |
  +--opencard.opt.security.KeyFile
        |
        +--opencard.opt.security.PublicKeyFile

public class PublicKeyFile
extends KeyFile
implements PublicKeyRef

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.

See Also:
Serialized Form

Constructor Summary
PublicKeyFile(CardFilePath directory, int keyNr)
          Constructor from directory path and key number.
 
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
 

Constructor Detail

PublicKeyFile

public PublicKeyFile(CardFilePath directory,
                     int keyNr)
Constructor from directory path and key number.
Parameters:
path - opencard.opt.iso.fs.CardFilePath
keyNr - int