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.enumerations
Methods in eu.europa.esig.dss.enumerations that return ASiCContainerType Modifier and Type Method Description 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.signature
Methods in eu.europa.esig.dss.signature with parameters of type ASiCContainerType Modifier and Type Method Description protected StringAbstractSignatureService. getFinalFileName(DSSDocument originalFile, SigningOperation operation, SignatureLevel level, ASiCContainerType containerType) -
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.ws.signature.common
Methods in eu.europa.esig.dss.ws.signature.common with parameters of type ASiCContainerType Modifier and Type Method Description protected AbstractSignatureParametersAbstractRemoteSignatureServiceImpl. getASiCSignatureParameters(ASiCContainerType asicContainerType, SignatureForm signatureForm) -
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)
-