Uses of Interface
org.blinkenlights.jid3.crypt.ICryptoAgent

Packages that use ICryptoAgent
org.blinkenlights.jid3.crypt   
org.blinkenlights.jid3.test   
 

Uses of ICryptoAgent in org.blinkenlights.jid3.crypt
 

Methods in org.blinkenlights.jid3.crypt that return ICryptoAgent
 ICryptoAgent ID3Encryption.deregisterCryptoAgent(java.lang.String sOwnerIdentifier)
          Deregister a crypto agent.
 ICryptoAgent ID3Encryption.lookupCryptoAgent(java.lang.String sOwnerIdentifier)
          Look up a registered crypto agent.
 

Methods in org.blinkenlights.jid3.crypt with parameters of type ICryptoAgent
 void ID3Encryption.registerCryptoAgent(ICryptoAgent oCryptoAgent)
          Register a crypto agent.
 

Uses of ICryptoAgent in org.blinkenlights.jid3.test
 

Classes in org.blinkenlights.jid3.test that implement ICryptoAgent
 class ID3V2Test.DummyCryptoAgent
           
 class ID3V2Test.ExpandCryptoAgent
           
 class ID3V2Test.ROTCryptoAgent