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 ASiCContainerType
ASiCUtils. getASiCContainerType(MimeType asicMimeType)
ASiCContainerType
ASiCParameters. getContainerType()
The method returns the expected type of the ASiC containerstatic ASiCContainerType
ASiCUtils. 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 void
ASiCParameters. 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 ASiCContainerType
AbstractASiCContainerValidator. 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 ASiCContainerType
DiagnosticData. 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 ASiCContainerType
XmlContainerInfo. containerType
Methods in eu.europa.esig.dss.diagnostic.jaxb that return ASiCContainerType Modifier and Type Method Description ASiCContainerType
XmlContainerInfo. getContainerType()
Gets the value of the containerType property.ASiCContainerType
Adapter2. unmarshal(String value)
Methods in eu.europa.esig.dss.diagnostic.jaxb with parameters of type ASiCContainerType Modifier and Type Method Description String
Adapter2. 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 ASiCContainerType Modifier and Type Method Description static ASiCContainerType
ASiCContainerType. valueByName(String name)
Returns the ASiCContainerType based on the name (String)static ASiCContainerType
ASiCContainerType. 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 ASiCContainerType
ASiCContainerTypeParser. parse(String v)
Methods in eu.europa.esig.dss.jaxb.parsers with parameters of type ASiCContainerType Modifier and Type Method Description static String
ASiCContainerTypeParser. 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 ASiCContainerType
XmlSimpleReport. containerType
Methods in eu.europa.esig.dss.simplereport.jaxb that return ASiCContainerType Modifier and Type Method Description ASiCContainerType
XmlSimpleReport. getContainerType()
Gets the value of the containerType property.ASiCContainerType
Adapter2. unmarshal(String value)
Methods in eu.europa.esig.dss.simplereport.jaxb with parameters of type ASiCContainerType Modifier and Type Method Description String
Adapter2. 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 ASiCContainerType Modifier and Type Method Description ASiCContainerType
ContainerInfo. getContainerType()
Methods in eu.europa.esig.dss.validation with parameters of type ASiCContainerType Modifier and Type Method Description void
ContainerInfo. 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 SerializableSignatureParameters
AbstractRemoteSignatureServiceImpl. getASiCSignatureParameters(ASiCContainerType asicContainerType, SignatureForm signatureForm)
protected TimestampParameters
AbstractRemoteSignatureServiceImpl. 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 ASiCContainerType
RemoteSignatureParameters. getAsicContainerType()
Methods in eu.europa.esig.dss.ws.signature.dto.parameters with parameters of type ASiCContainerType Modifier and Type Method Description void
RemoteSignatureParameters. setAsicContainerType(ASiCContainerType asicContainerType)