Methods Summary |
---|
public byte[] | decrypt(byte[] abyEncryptedData, byte[] abyEncryptionData)Decrypt an array of bytes.
|
public byte[] | encrypt(byte[] abyRawData, byte[] abyEncryptionData)Encrypt an array of bytes.
|
public java.lang.String | getOwnerIdentifier()Get the owner identifier for this encryption method.
Each encrypted frame in a tag has its encryption method represented by a unique owner identifier.
This value much match the owner identifier of a crypto agent to be used for decryption.
|