Class SignatureBundle.FileSignaturePair
java.lang.Object
br.ufsc.labsec.signature.conformanceVerifier.signatureBundle.SignatureBundle.FileSignaturePair
- Enclosing class:
- SignatureBundle
public static class SignatureBundle.FileSignaturePair extends Object
Classe interna privada que representa uma assinatura e filename.
-
Constructor Summary
Constructors Constructor Description FileSignaturePair(String fileName, byte[] content)
-
Method Summary
Modifier and Type Method Description byte[]
getContent()
String
getFileName()
-
Constructor Details
-
FileSignaturePair
-
-
Method Details
-
getFileName
-
getContent
public byte[] getContent()
-