Uses of Enum
eu.europa.esig.dss.enumerations.ASiCContainerType
Packages that use ASiCContainerType
Package
Description
-
Uses of ASiCContainerType in eu.europa.esig.dss.asic.cades.merge
Methods in eu.europa.esig.dss.asic.cades.merge that return ASiCContainerTypeModifier and TypeMethodDescriptionprotected ASiCContainerType
ASiCEWithCAdESContainerMerger.getTargetASiCContainerType()
protected ASiCContainerType
ASiCSWithCAdESContainerMerger.getTargetASiCContainerType()
-
Uses of ASiCContainerType in eu.europa.esig.dss.asic.cades.signature
Methods in eu.europa.esig.dss.asic.cades.signature with parameters of type ASiCContainerTypeModifier 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
Methods in eu.europa.esig.dss.asic.common that return ASiCContainerTypeModifier 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 documentMethods in eu.europa.esig.dss.asic.common with parameters of type ASiCContainerTypeModifier 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
Methods in eu.europa.esig.dss.asic.common.merge that return ASiCContainerTypeModifier and TypeMethodDescriptionprotected abstract ASiCContainerType
DefaultContainerMerger.getTargetASiCContainerType()
This method returns a target ASiC Container Type of the current merger classMethods in eu.europa.esig.dss.asic.common.merge with parameters of type ASiCContainerTypeModifier 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
Methods in eu.europa.esig.dss.asic.common.signature with parameters of type ASiCContainerTypeModifier and TypeMethodDescriptionAbstractASiCContentBuilder.build
(List<DSSDocument> documents, ASiCContainerType asicContainerType) Builds theASiCContent
from the -
Uses of ASiCContainerType in eu.europa.esig.dss.asic.common.validation
Methods in eu.europa.esig.dss.asic.common.validation that return ASiCContainerTypeModifier and TypeMethodDescriptionAbstractASiCContainerValidator.getContainerType()
Returns a container type -
Uses of ASiCContainerType in eu.europa.esig.dss.asic.xades.merge
Methods in eu.europa.esig.dss.asic.xades.merge that return ASiCContainerTypeModifier and TypeMethodDescriptionprotected ASiCContainerType
ASiCEWithXAdESContainerMerger.getTargetASiCContainerType()
protected ASiCContainerType
ASiCSWithXAdESContainerMerger.getTargetASiCContainerType()
-
Uses of ASiCContainerType in eu.europa.esig.dss.diagnostic
Methods in eu.europa.esig.dss.diagnostic that return ASiCContainerTypeModifier and TypeMethodDescriptionDiagnosticData.getContainerType()
This method returns the container type -
Uses of ASiCContainerType in eu.europa.esig.dss.diagnostic.jaxb
Fields in eu.europa.esig.dss.diagnostic.jaxb declared as ASiCContainerTypeMethods in eu.europa.esig.dss.diagnostic.jaxb that return ASiCContainerTypeModifier and TypeMethodDescriptionXmlContainerInfo.getContainerType()
Gets the value of the containerType property.Methods in eu.europa.esig.dss.diagnostic.jaxb with parameters of type ASiCContainerTypeModifier 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
Methods in eu.europa.esig.dss.enumerations that return ASiCContainerTypeModifier 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
Methods in eu.europa.esig.dss.jaxb.parsers that return ASiCContainerTypeModifier and TypeMethodDescriptionstatic ASiCContainerType
Parses the value and returnsASiCContainerType
Methods in eu.europa.esig.dss.jaxb.parsers with parameters of type ASiCContainerTypeModifier and TypeMethodDescriptionstatic String
ASiCContainerTypeParser.print
(ASiCContainerType v) Gets a text name of the value -
Uses of ASiCContainerType in eu.europa.esig.dss.simplereport
Methods in eu.europa.esig.dss.simplereport that return ASiCContainerTypeModifier and TypeMethodDescriptionSimpleReport.getContainerType()
Returns a container type, when applicable (i.e. -
Uses of ASiCContainerType in eu.europa.esig.dss.simplereport.jaxb
Fields in eu.europa.esig.dss.simplereport.jaxb declared as ASiCContainerTypeMethods in eu.europa.esig.dss.simplereport.jaxb that return ASiCContainerTypeModifier and TypeMethodDescriptionXmlSimpleReport.getContainerType()
Gets the value of the containerType property.Methods in eu.europa.esig.dss.simplereport.jaxb with parameters of type ASiCContainerTypeModifier 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
Methods in eu.europa.esig.dss.validation that return ASiCContainerTypeMethods in eu.europa.esig.dss.validation with parameters of type ASiCContainerTypeModifier and TypeMethodDescriptionvoid
ContainerInfo.setContainerType
(ASiCContainerType containerType) Sets theASiCContainerType
-
Uses of ASiCContainerType in eu.europa.esig.dss.validation.process.bbb.fc.checks
Constructors in eu.europa.esig.dss.validation.process.bbb.fc.checks with parameters of type ASiCContainerTypeModifierConstructorDescriptionContainerTypeCheck
(I18nProvider i18nProvider, XmlFC result, ASiCContainerType containerType, MultiValuesConstraint constraint) Default constructor -
Uses of ASiCContainerType in eu.europa.esig.dss.ws.signature.common
Methods in eu.europa.esig.dss.ws.signature.common with parameters of type ASiCContainerTypeModifier 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
Methods in eu.europa.esig.dss.ws.signature.dto.parameters that return ASiCContainerTypeModifier and TypeMethodDescriptionRemoteSignatureParameters.getAsicContainerType()
Gets ASiC container typeMethods in eu.europa.esig.dss.ws.signature.dto.parameters with parameters of type ASiCContainerTypeModifier and TypeMethodDescriptionvoid
RemoteSignatureParameters.setAsicContainerType
(ASiCContainerType asicContainerType) Sets ASiCContainerType for ASiC format creation