Generated by
JDiff

Interface org.globalplatform.GPRegistryEntry

Documentation changed from old to new.

Changed Methods
void deregisterService(short) Documentation changed from old to new.
Changed from non-abstract to abstract.
Deregisters a service name.
AID getAID() Changed from non-abstract to abstract. Gets the AID of the Application corresponding to this entry.
short getPrivileges(byte[], short) Changed from non-abstract to abstract. Gets the Privilege Bytes of the Application corresponding to this entry.
byte getState() Changed from non-abstract to abstract. Gets the Life Cycle State of the Application corresponding to this entry.
boolean isAssociated(AID) Changed from non-abstract to abstract. Checks whether the Application corresponding to this entry is associated with the specified Security Domain.
boolean isPrivileged(byte) Changed from non-abstract to abstract. Checks whether the Application corresponding to this entry has the specified privilege.
void registerService(short) Documentation changed from old to new.
Changed from non-abstract to abstract.
Registers a service name identifying a service provided by the Application corresponding to this entry.
boolean setState(byte) Changed from non-abstract to abstract. Sets the Life Cycle state of the Application corresponding to this entry.