Uses of Enum Class
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 ASiCContainerTypeASiCEWithCAdESContainerMerger.getTargetASiCContainerType()protected ASiCContainerTypeASiCSWithCAdESContainerMerger.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 ASiCWithCAdESSignatureExtensionASiCWithCAdESService.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 ASiCContainerTypeASiCUtils.getASiCContainerType(MimeType asicMimeType) Returns relatedASiCContainerTypefor the givenasicMimeTypeASiCContent.getContainerType()Gets the container typeASiCParameters.getContainerType()The method returns the expected type of the ASiC containerstatic ASiCContainerTypeASiCUtils.getContainerType(ASiCContent asicContent) Returns container typestatic ASiCContainerTypeASiCUtils.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 TypeMethodDescriptionvoidASiCContent.setContainerType(ASiCContainerType containerType) Sets the container typevoidASiCParameters.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 ASiCContainerTypeDefaultContainerMerger.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 StringDefaultContainerMerger.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 theASiCContentfrom 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 TypeMethodDescriptionAbstractASiCContainerAnalyzer.getContainerType()Returns a container typeAbstractASiCContainerValidator.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 ASiCContainerTypeASiCEWithXAdESContainerMerger.getTargetASiCContainerType()protected ASiCContainerTypeASiCSWithXAdESContainerMerger.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 TypeMethodDescriptionAdapter1.marshal(ASiCContainerType value) voidXmlContainerInfo.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 ASiCContainerTypeASiCContainerType.valueByName(String name) Returns the ASiCContainerType based on the name (String)static ASiCContainerTypeReturns the enum constant of this class with the specified name.static ASiCContainerType[]ASiCContainerType.values()Returns an array containing the constants of this enum class, 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 ASiCContainerTypeParses the value and returnsASiCContainerTypeMethods in eu.europa.esig.dss.jaxb.parsers with parameters of type ASiCContainerTypeModifier and TypeMethodDescriptionstatic StringASiCContainerTypeParser.print(ASiCContainerType v) Gets a text name of the value -
Uses of ASiCContainerType in eu.europa.esig.dss.model
Methods in eu.europa.esig.dss.model that return ASiCContainerTypeMethods in eu.europa.esig.dss.model with parameters of type ASiCContainerTypeModifier and TypeMethodDescriptionvoidContainerInfo.setContainerType(ASiCContainerType containerType) Sets theASiCContainerType -
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 TypeMethodDescriptionAdapter1.marshal(ASiCContainerType value) voidXmlSimpleReport.setContainerType(ASiCContainerType value) Sets the value of the containerType property. -
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 SerializableSignatureParametersAbstractRemoteSignatureServiceImpl.getASiCSignatureParameters(ASiCContainerType asicContainerType, SignatureForm signatureForm) Gets the ASiC Signature Parametersprotected TimestampParametersAbstractRemoteSignatureServiceImpl.toTimestampParameters(RemoteTimestampParameters remoteTimestampParameters, SignatureForm signatureForm, ASiCContainerType asicContainerType) Transforms ASiCRemoteTimestampParameterstoTimestampParameters -
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 TypeMethodDescriptionvoidRemoteSignatureParameters.setAsicContainerType(ASiCContainerType asicContainerType) Sets ASiCContainerType for ASiC format creation