Uses of Enum
eu.europa.esig.dss.enumerations.ASiCContainerType
Package
Description
-
Uses of ASiCContainerType in eu.europa.esig.dss.asic.cades.merge
Modifier and TypeMethodDescriptionprotected ASiCContainerType
ASiCEWithCAdESContainerMerger.getTargetASiCContainerType()
protected ASiCContainerType
ASiCSWithCAdESContainerMerger.getTargetASiCContainerType()
-
Uses of ASiCContainerType in eu.europa.esig.dss.asic.cades.signature
Modifier and TypeMethodDescriptionprotected ASiCWithCAdESSignatureExtension
ASiCWithCAdESService.getExtensionProfile
(SignatureLevel signatureLevel, ASiCContainerType containerType) Returns the extension profile to be used for the current signature -
Uses of ASiCContainerType in eu.europa.esig.dss.asic.common
Modifier and TypeMethodDescriptionstatic ASiCContainerType
ASiCUtils.getASiCContainerType
(MimeType asicMimeType) Returns relatedASiCContainerType
for the givenasicMimeType
ASiCContent.getContainerType()
Gets the container typeASiCParameters.getContainerType()
The method returns the expected type of the ASiC containerstatic ASiCContainerType
ASiCUtils.getContainerType
(ASiCContent asicContent) Returns container typestatic ASiCContainerType
ASiCUtils.getContainerType
(DSSDocument archiveContainer) This method verifies type of the provided container documentModifier and TypeMethodDescriptionvoid
ASiCContent.setContainerType
(ASiCContainerType containerType) Sets the container typevoid
ASiCParameters.setContainerType
(ASiCContainerType containerType) Sets the expected container type -
Uses of ASiCContainerType in eu.europa.esig.dss.asic.common.merge
Modifier and TypeMethodDescriptionprotected abstract ASiCContainerType
DefaultContainerMerger.getTargetASiCContainerType()
This method returns a target ASiC Container Type of the current merger classModifier and TypeMethodDescriptionprotected String
DefaultContainerMerger.getFinalContainerName
(ASiCContainerType asicContainerType) This method returns a filename for the merged container -
Uses of ASiCContainerType in eu.europa.esig.dss.asic.common.signature
Modifier and TypeMethodDescriptionAbstractASiCContentBuilder.build
(List<DSSDocument> documents, ASiCContainerType asicContainerType) Builds theASiCContent
from the -
Uses of ASiCContainerType in eu.europa.esig.dss.asic.common.validation
Modifier and TypeMethodDescriptionAbstractASiCContainerValidator.getContainerType()
Returns a container type -
Uses of ASiCContainerType in eu.europa.esig.dss.asic.xades.merge
Modifier and TypeMethodDescriptionprotected ASiCContainerType
ASiCEWithXAdESContainerMerger.getTargetASiCContainerType()
protected ASiCContainerType
ASiCSWithXAdESContainerMerger.getTargetASiCContainerType()
-
Uses of ASiCContainerType in eu.europa.esig.dss.diagnostic
Modifier and TypeMethodDescriptionDiagnosticData.getContainerType()
This method returns the container type -
Uses of ASiCContainerType in eu.europa.esig.dss.diagnostic.jaxb
Modifier and TypeMethodDescriptionXmlContainerInfo.getContainerType()
Gets the value of the containerType property.Modifier and TypeMethodDescriptionAdapter2.marshal
(ASiCContainerType value) void
XmlContainerInfo.setContainerType
(ASiCContainerType value) Sets the value of the containerType property. -
Uses of ASiCContainerType in eu.europa.esig.dss.enumerations
Modifier and TypeMethodDescriptionstatic ASiCContainerType
ASiCContainerType.valueByName
(String name) Returns the ASiCContainerType based on the name (String)static ASiCContainerType
Returns the enum constant of this type with the specified name.static ASiCContainerType[]
ASiCContainerType.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ASiCContainerType in eu.europa.esig.dss.jaxb.parsers
Modifier and TypeMethodDescriptionstatic ASiCContainerType
Parses the value and returnsASiCContainerType
Modifier and TypeMethodDescriptionstatic String
ASiCContainerTypeParser.print
(ASiCContainerType v) Gets a text name of the value -
Uses of ASiCContainerType in eu.europa.esig.dss.simplereport
Modifier and TypeMethodDescriptionSimpleReport.getContainerType()
Returns a container type, when applicable (i.e. -
Uses of ASiCContainerType in eu.europa.esig.dss.simplereport.jaxb
Modifier and TypeMethodDescriptionXmlSimpleReport.getContainerType()
Gets the value of the containerType property.Modifier and TypeMethodDescriptionAdapter2.marshal
(ASiCContainerType value) void
XmlSimpleReport.setContainerType
(ASiCContainerType value) Sets the value of the containerType property. -
Uses of ASiCContainerType in eu.europa.esig.dss.validation
Modifier and TypeMethodDescriptionvoid
ContainerInfo.setContainerType
(ASiCContainerType containerType) Sets theASiCContainerType
-
Uses of ASiCContainerType in eu.europa.esig.dss.validation.process.bbb.fc.checks
ModifierConstructorDescriptionContainerTypeCheck
(I18nProvider i18nProvider, XmlFC result, ASiCContainerType containerType, MultiValuesConstraint constraint) Default constructor -
Uses of ASiCContainerType in eu.europa.esig.dss.ws.signature.common
Modifier and TypeMethodDescriptionprotected SerializableSignatureParameters
AbstractRemoteSignatureServiceImpl.getASiCSignatureParameters
(ASiCContainerType asicContainerType, SignatureForm signatureForm) Gets the ASiC Signature Parametersprotected TimestampParameters
AbstractRemoteSignatureServiceImpl.toTimestampParameters
(RemoteTimestampParameters remoteTimestampParameters, SignatureForm signatureForm, ASiCContainerType asicContainerType) Transforms ASiCRemoteTimestampParameters
toTimestampParameters
-
Uses of ASiCContainerType in eu.europa.esig.dss.ws.signature.dto.parameters
Modifier and TypeMethodDescriptionRemoteSignatureParameters.getAsicContainerType()
Gets ASiC container typeModifier and TypeMethodDescriptionvoid
RemoteSignatureParameters.setAsicContainerType
(ASiCContainerType asicContainerType) Sets ASiCContainerType for ASiC format creation