Package org.digidoc4j.main.xades
Class DetachedXadesExecutionContext
java.lang.Object
org.digidoc4j.main.xades.DetachedXadesExecutionContext
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addDigestDataFile
(DigestDataFile digestDataFile) org.digidoc4j.main.ExecutionCommand
org.apache.commons.cli.CommandLine
of
(org.apache.commons.cli.CommandLine commandLine, org.digidoc4j.main.ExecutionCommand command) void
setDigestAlgorithm
(DigestAlgorithm digestAlgorithm) void
setProfile
(SignatureProfile profile) void
setSignature
(Signature signature) void
setSignatureToken
(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
-