Uses of Class
br.ufsc.labsec.signature.wrappers.SignatureWrapper.Format
-
Uses of SignatureWrapper.Format in br.ufsc.labsec.signature.conformanceVerifier.containerCreator
Methods in br.ufsc.labsec.signature.conformanceVerifier.containerCreator with parameters of type SignatureWrapper.Format Modifier and Type Method Description protected abstract SignatureContainer<Sig>
AbstractSignatureContainerCreator. createSignatureContainer(byte[] fileBytes, byte[] detachedBytes, Map<String,byte[]> hashes, SignatureWrapper.Format format)
Constrói o esqueleto de um contêiner com as informações de cada assinaturaprotected CadesSignatureContainer
CadesSignatureContainerCreator. createSignatureContainer(byte[] fileBytes, byte[] detachedBytes, Map<String,byte[]> hashes, SignatureWrapper.Format format)
protected SignatureContainer<JadesSignature>
JadesSignatureContainerCreator. createSignatureContainer(byte[] fileBytes, byte[] detachedBytes, Map<String,byte[]> hashes, SignatureWrapper.Format format)
protected SignatureContainer<PadesSignature>
PadesSignatureContainerCreator. createSignatureContainer(byte[] fileBytes, byte[] detachedBytes, Map<String,byte[]> hashes, SignatureWrapper.Format format)
protected SignatureContainer<XadesSignature>
XadesSignatureContainerCreator. createSignatureContainer(byte[] fileBytes, byte[] detachedBytes, Map<String,byte[]> hashes, SignatureWrapper.Format format)
-
Uses of SignatureWrapper.Format in br.ufsc.labsec.signature.conformanceVerifier.report.artifacts
Constructors in br.ufsc.labsec.signature.conformanceVerifier.report.artifacts with parameters of type SignatureWrapper.Format Constructor Description CompressedSignatureArtifacts(String fileName, String signatureBytes, String fileBytes, Map<String,String> fileHashes, SignatureWrapper.Format format, List<SignatureArtifact> signatureArtifacts)
-
Uses of SignatureWrapper.Format in br.ufsc.labsec.signature.wrappers
Fields in br.ufsc.labsec.signature.wrappers declared as SignatureWrapper.Format Modifier and Type Field Description protected SignatureWrapper.Format
SignatureWrapper. format
Methods in br.ufsc.labsec.signature.wrappers that return SignatureWrapper.Format Modifier and Type Method Description SignatureWrapper.Format
SignatureWrapper. format()
static SignatureWrapper.Format
SignatureWrapper.Format. valueOf(String name)
Returns the enum constant of this type with the specified name.static SignatureWrapper.Format[]
SignatureWrapper.Format. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in br.ufsc.labsec.signature.wrappers with parameters of type SignatureWrapper.Format Constructor Description SignatureBytesWrapper(byte[] signedData, byte[] detachedData, String filename, SignatureWrapper.Format format)
SignatureBytesWrapper(byte[] signedData, String filename, SignatureWrapper.Format format)
SignatureDataWrapper(InputStream signedData, String filename, SignatureWrapper.Format format)
SignatureWrapper(T signedData, String filename, SignatureWrapper.Format format)