public class PadesSignatureExplorer2 extends SignatureExplorer2
acceptableExplicitPolicies, client, defaultSignaturePolicyId, securityContextId, validate
Constructor and Description |
---|
PadesSignatureExplorer2(RestPkiClient client)
Create a new instance using the given RestPkiClient.
|
Modifier and Type | Method and Description |
---|---|
PadesSignature |
open()
Performs the open signature operation.
|
fillRequest, setAcceptableExplicitPolicies, setDefaultSignaturePolicy, setSecurityContext, setSignatureFile, setSignatureFile, setSignatureFile, setSignatureFile, setSignatureFile, setValidate
public PadesSignatureExplorer2(RestPkiClient client)
client
- the RestPkiClient which shall be used.public PadesSignature open() throws RestException, java.io.IOException
RestException
- if an error occurs when calling REST PKIjava.io.IOException
- if an error occurs while reading the signature file.