|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.blinkenlights.jid3.test.ID3V2Test.ExpandCryptoAgent
| Constructor Summary | |
ID3V2Test.ExpandCryptoAgent()
|
|
| Method Summary | |
byte[] |
decrypt(byte[] abyEncryptedData,
byte[] abyEncryptionData)
Decrypt an array of bytes. |
byte[] |
encrypt(byte[] abyRawData,
byte[] abyEncryptionData)
Encrypt an array of bytes. |
java.lang.String |
getOwnerIdentifier()
Get the owner identifier for this encryption method. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ID3V2Test.ExpandCryptoAgent()
| Method Detail |
public byte[] decrypt(byte[] abyEncryptedData,
byte[] abyEncryptionData)
throws ID3CryptException
ICryptoAgent
decrypt in interface ICryptoAgentabyEncryptedData - an array of encrypted bytesabyEncryptionData - an array of bytes which are used to decrypt the encrypted data
ID3CryptException
public byte[] encrypt(byte[] abyRawData,
byte[] abyEncryptionData)
throws ID3CryptException
ICryptoAgent
encrypt in interface ICryptoAgentabyRawData - an array of bytes which are to be encryptedabyEncryptionData - an array of bytes which are used to encrypt the raw data
ID3CryptExceptionpublic java.lang.String getOwnerIdentifier()
ICryptoAgent
getOwnerIdentifier in interface ICryptoAgent
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||