Uses of Class
eu.europa.esig.dss.enumerations.CommitmentTypeEnum
Package | Description |
---|---|
eu.europa.esig.dss.enumerations | |
eu.europa.esig.dss.ws.signature.common | |
eu.europa.esig.dss.ws.signature.dto.parameters |
-
Uses of CommitmentTypeEnum in eu.europa.esig.dss.enumerations
Methods in eu.europa.esig.dss.enumerations that return CommitmentTypeEnum Modifier and Type Method Description static CommitmentTypeEnum
CommitmentTypeEnum. valueOf(String name)
Returns the enum constant of this type with the specified name.static CommitmentTypeEnum[]
CommitmentTypeEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CommitmentTypeEnum in eu.europa.esig.dss.ws.signature.common
Method parameters in eu.europa.esig.dss.ws.signature.common with type arguments of type CommitmentTypeEnum Modifier and Type Method Description protected List<CommitmentType>
AbstractRemoteSignatureServiceImpl. toCommitmentTypeList(List<CommitmentTypeEnum> commitmentTypeEnums)
-
Uses of CommitmentTypeEnum in eu.europa.esig.dss.ws.signature.dto.parameters
Methods in eu.europa.esig.dss.ws.signature.dto.parameters that return types with arguments of type CommitmentTypeEnum Modifier and Type Method Description List<CommitmentTypeEnum>
RemoteBLevelParameters. getCommitmentTypeIndications()
Get the commitment type indicationsMethod parameters in eu.europa.esig.dss.ws.signature.dto.parameters with type arguments of type CommitmentTypeEnum Modifier and Type Method Description void
RemoteBLevelParameters. setCommitmentTypeIndications(List<CommitmentTypeEnum> commitmentTypeIndications)
Set the commitment type indicationsCommitmentTypeEnum