opencard.opt.iso.fs
Class CardFilePartialAppID

java.lang.Object
  |
  +--opencard.opt.iso.fs.CardFilePathComponent
        |
        +--opencard.opt.iso.fs.CardFileAppID
              |
              +--opencard.opt.iso.fs.CardFilePartialAppID

public class CardFilePartialAppID
extends CardFileAppID

CardFilePartialAppID contains a single CardFilePath component, a partial application ID.


Fields inherited from class opencard.opt.iso.fs.CardFilePathComponent
comp
 
Constructor Summary
CardFilePartialAppID(java.lang.String comp)
           
 
Methods inherited from class opencard.opt.iso.fs.CardFileAppID
equals, hashCode, toByteArray
 
Methods inherited from class opencard.opt.iso.fs.CardFilePathComponent
createComponent, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CardFilePartialAppID

public CardFilePartialAppID(java.lang.String comp)