Interface SignatureArtifactInterface
- All Known Implementing Classes:
AbstractSignatureArtifact, CommonSignatureArtifact, LpaSignatureArtifact, SignatureArtifact, StampSignatureArtifact
public interface SignatureArtifactInterface
-
Method Summary
Modifier and TypeMethodDescriptiongetCrls()Collection<CompressedCommonSourceInterface<org.bouncycastle.asn1.ocsp.BasicOCSPResponse>> getOcsps()voidsetAdesType(AdESType adesType) voidsetCurrentTimeReference(Date currentTimeReference)
-
Method Details
-
getAdesType
AdESType getAdesType() -
setAdesType
-
getCurrentTimeReference
Date getCurrentTimeReference() -
setCurrentTimeReference
-
getCertificates
Collection<CompressedCommonSourceInterface<Certificate>> getCertificates() -
getCrls
Collection<CompressedCommonSourceInterface<X509CRL>> getCrls() -
getOcsps
Collection<CompressedCommonSourceInterface<org.bouncycastle.asn1.ocsp.BasicOCSPResponse>> getOcsps()
-