Class ByteArrayWrapper
java.lang.Object
br.ufsc.labsec.signature.conformanceVerifier.pades.utils.ByteArrayWrapper
Wrapper de um array de bytes
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanVerifica a igualdade entre dois objetos ByteArrayWrapperbyte[]Retorna o array de bytesinthashCode()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
-
hashCode
-