Class ByteArrayWrapper
java.lang.Object
br.ufsc.labsec.signature.conformanceVerifier.pades.utils.ByteArrayWrapper
public class ByteArrayWrapper extends Object
Wrapper de um array de bytes
-
Constructor Summary
Constructors Constructor Description ByteArrayWrapper(byte[] byteArray)
Construtor -
Method Summary
Modifier and Type Method Description boolean
equals(Object obj)
Verifica a igualdade entre dois objetos ByteArrayWrapperbyte[]
getByteArray()
Retorna o array de bytesint
hashCode()
Função de hash do ByteArrayWrapper
-
Constructor Details
-
ByteArrayWrapper
public ByteArrayWrapper(byte[] byteArray)Construtor- Parameters:
byteArray
- O array de bytes
-
-
Method Details
-
getByteArray
public byte[] getByteArray()Retorna o array de bytes- Returns:
- O array de bytes
-
equals
Verifica a igualdade entre dois objetos ByteArrayWrapper -
hashCode
public int hashCode()Função de hash do ByteArrayWrapper
-