|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.blinkenlights.jid3.crypt.ID3Encryption
Method Summary | |
ICryptoAgent |
deregisterCryptoAgent(java.lang.String sOwnerIdentifier)
Deregister a crypto agent. |
static ID3Encryption |
getInstance()
Get the single instance of the ID3Encryption registrar. |
ICryptoAgent |
lookupCryptoAgent(java.lang.String sOwnerIdentifier)
Look up a registered crypto agent. |
void |
registerCryptoAgent(ICryptoAgent oCryptoAgent)
Register a crypto agent. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static ID3Encryption getInstance()
public void registerCryptoAgent(ICryptoAgent oCryptoAgent)
oCryptoAgent
- the crypto agent to be registeredpublic ICryptoAgent deregisterCryptoAgent(java.lang.String sOwnerIdentifier)
sOwnerIdentifier
- the owner identifier string uniquely identifying the crypto agent to be deregistered
public ICryptoAgent lookupCryptoAgent(java.lang.String sOwnerIdentifier)
sOwnerIdentifier
- the owner identifier string uniquely identifying the crypto agent to be returned
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |