Package org.digidoc4j.main.xades
Class DetachedXadesExecutionContext
java.lang.Object
org.digidoc4j.main.xades.DetachedXadesExecutionContext
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddDigestDataFile(DigestDataFile digestDataFile) org.digidoc4j.main.ExecutionCommandorg.apache.commons.cli.CommandLineof(org.apache.commons.cli.CommandLine commandLine, org.digidoc4j.main.ExecutionCommand command) voidsetDigestAlgorithm(DigestAlgorithm digestAlgorithm) voidsetProfile(SignatureProfile profile) voidsetSignature(Signature signature) voidsetSignatureToken(SignatureToken signatureToken)
-
Method Details
-
of
public static DetachedXadesExecutionContext of(org.apache.commons.cli.CommandLine commandLine, org.digidoc4j.main.ExecutionCommand command) - Parameters:
commandLine- command line argumentscommand- internal command- Returns:
- context
-
getCommand
public org.digidoc4j.main.ExecutionCommand getCommand() -
getCommandLine
public org.apache.commons.cli.CommandLine getCommandLine() -
getDigestDataFiles
-
addDigestDataFile
-
getSignatureToken
-
setSignatureToken
-
getSignature
-
setSignature
-
getDigestAlgorithm
-
setDigestAlgorithm
-
getProfile
-
setProfile
-