public class DetachedXadesExecutionContext extends Object
Modifier and Type | Method and Description |
---|---|
void |
addDigestDataFile(DigestDataFile digestDataFile) |
org.digidoc4j.main.ExecutionCommand |
getCommand() |
org.apache.commons.cli.CommandLine |
getCommandLine() |
DigestAlgorithm |
getDigestAlgorithm() |
List<DigestDataFile> |
getDigestDataFiles() |
SignatureProfile |
getProfile() |
Signature |
getSignature() |
SignatureToken |
getSignatureToken() |
static DetachedXadesExecutionContext |
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) |
public static DetachedXadesExecutionContext of(org.apache.commons.cli.CommandLine commandLine, org.digidoc4j.main.ExecutionCommand command)
commandLine
- command line argumentscommand
- internal commandpublic org.digidoc4j.main.ExecutionCommand getCommand()
public org.apache.commons.cli.CommandLine getCommandLine()
public List<DigestDataFile> getDigestDataFiles()
public void addDigestDataFile(DigestDataFile digestDataFile)
public SignatureToken getSignatureToken()
public void setSignatureToken(SignatureToken signatureToken)
public Signature getSignature()
public void setSignature(Signature signature)
public DigestAlgorithm getDigestAlgorithm()
public void setDigestAlgorithm(DigestAlgorithm digestAlgorithm)
public SignatureProfile getProfile()
public void setProfile(SignatureProfile profile)
Copyright © 2024. All rights reserved.