Uses of Class
eu.europa.esig.dss.enumerations.ASiCContainerType
-
Uses of ASiCContainerType in eu.europa.esig.dss.asic.common
Methods in eu.europa.esig.dss.asic.common that return ASiCContainerType Modifier and Type Method Description static ASiCContainerTypeASiCUtils. getASiCContainerType(MimeType asicMimeType)ASiCContainerTypeASiCParameters. getContainerType()The method returns the expected type of the ASiC containerstatic ASiCContainerTypeASiCUtils. getContainerType(DSSDocument archive, DSSDocument mimetype, String zipComment, List<DSSDocument> signedDocuments)Methods in eu.europa.esig.dss.asic.common with parameters of type ASiCContainerType Modifier and Type Method Description voidASiCParameters. setContainerType(ASiCContainerType containerType) -
Uses of ASiCContainerType in eu.europa.esig.dss.asic.common.validation
Methods in eu.europa.esig.dss.asic.common.validation that return ASiCContainerType Modifier and Type Method Description ASiCContainerTypeAbstractASiCContainerValidator. getContainerType() -
Uses of ASiCContainerType in eu.europa.esig.dss.diagnostic
Methods in eu.europa.esig.dss.diagnostic that return ASiCContainerType Modifier and Type Method Description ASiCContainerTypeDiagnosticData. 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 ASiCContainerType Modifier and Type Field Description protected ASiCContainerTypeXmlContainerInfo. containerTypeMethods in eu.europa.esig.dss.diagnostic.jaxb that return ASiCContainerType Modifier and Type Method Description ASiCContainerTypeXmlContainerInfo. getContainerType()Gets the value of the containerType property.ASiCContainerTypeAdapter2. unmarshal(String value)Methods in eu.europa.esig.dss.diagnostic.jaxb with parameters of type ASiCContainerType Modifier and Type Method Description StringAdapter2. 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 ASiCContainerType Modifier and Type Method Description static ASiCContainerTypeASiCContainerType. valueByName(String name)Returns the ASiCContainerType based on the name (String)static ASiCContainerTypeASiCContainerType. valueOf(String name)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 ASiCContainerType Modifier and Type Method Description static ASiCContainerTypeASiCContainerTypeParser. parse(String v)Methods in eu.europa.esig.dss.jaxb.parsers with parameters of type ASiCContainerType Modifier and Type Method Description static StringASiCContainerTypeParser. print(ASiCContainerType v) -
Uses of ASiCContainerType in eu.europa.esig.dss.simplereport.jaxb
Fields in eu.europa.esig.dss.simplereport.jaxb declared as ASiCContainerType Modifier and Type Field Description protected ASiCContainerTypeXmlSimpleReport. containerTypeMethods in eu.europa.esig.dss.simplereport.jaxb that return ASiCContainerType Modifier and Type Method Description ASiCContainerTypeXmlSimpleReport. getContainerType()Gets the value of the containerType property.ASiCContainerTypeAdapter2. unmarshal(String value)Methods in eu.europa.esig.dss.simplereport.jaxb with parameters of type ASiCContainerType Modifier and Type Method Description StringAdapter2. marshal(ASiCContainerType value)voidXmlSimpleReport. 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 ASiCContainerType Modifier and Type Method Description ASiCContainerTypeContainerInfo. getContainerType()Methods in eu.europa.esig.dss.validation with parameters of type ASiCContainerType Modifier and Type Method Description voidContainerInfo. setContainerType(ASiCContainerType containerType) -
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 ASiCContainerType Constructor Description ContainerTypeCheck(I18nProvider i18nProvider, XmlFC result, ASiCContainerType containerType, MultiValuesConstraint constraint) -
Uses of ASiCContainerType in eu.europa.esig.dss.ws.signature.common
Methods in eu.europa.esig.dss.ws.signature.common with parameters of type ASiCContainerType Modifier and Type Method Description protected SerializableSignatureParametersAbstractRemoteSignatureServiceImpl. getASiCSignatureParameters(ASiCContainerType asicContainerType, SignatureForm signatureForm)protected TimestampParametersAbstractRemoteSignatureServiceImpl. toTimestampParameters(RemoteTimestampParameters remoteTimestampParameters, SignatureForm signatureForm, ASiCContainerType asicContainerType) -
Uses of ASiCContainerType in eu.europa.esig.dss.ws.signature.dto.parameters
Methods in eu.europa.esig.dss.ws.signature.dto.parameters that return ASiCContainerType Modifier and Type Method Description ASiCContainerTypeRemoteSignatureParameters. getAsicContainerType()Methods in eu.europa.esig.dss.ws.signature.dto.parameters with parameters of type ASiCContainerType Modifier and Type Method Description voidRemoteSignatureParameters. setAsicContainerType(ASiCContainerType asicContainerType)