Uses of Enum Class
eu.europa.esig.dss.enumerations.SignatureProfile
Packages that use SignatureProfile
Package
Description
-
Uses of SignatureProfile in eu.europa.esig.dss.enumerations
Subclasses with type arguments of type SignatureProfile in eu.europa.esig.dss.enumerationsModifier and TypeClassDescriptionenumRepresents a "generic" signature augmentation profile level, such as "*AdES-BASELINE-T".Methods in eu.europa.esig.dss.enumerations that return SignatureProfileModifier and TypeMethodDescriptionSignatureLevel.getSignatureProfile()Returns the correspondingSignatureProfilestatic SignatureProfileSignatureProfile.valueByName(String name) Returns the SignatureProfile based on the name (String)static SignatureProfileReturns the enum constant of this class with the specified name.static SignatureProfile[]SignatureProfile.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in eu.europa.esig.dss.enumerations with parameters of type SignatureProfileModifier and TypeMethodDescriptionstatic SignatureLevelSignatureLevel.getSignatureLevel(SignatureForm signatureForm, SignatureProfile signatureProfile) This method returns an applicable SignatureLevel for the givenSignatureFormandSignatureProfile -
Uses of SignatureProfile in eu.europa.esig.dss.extension
Methods in eu.europa.esig.dss.extension with parameters of type SignatureProfileModifier and TypeMethodDescriptionAbstractDocumentExtender.extendDocument(SignatureProfile signatureProfile) AbstractDocumentExtender.extendDocument(SignatureProfile signatureProfile, SerializableSignatureParameters... extensionParameters) AbstractDocumentExtender.extendDocument(SignatureProfile signatureProfile, List<DSSDocument> detachedContents) AbstractDocumentExtender.extendDocument(SignatureProfile signatureProfile, List<DSSDocument> detachedContents, SerializableSignatureParameters... extensionParameters) protected SPAbstractDocumentExtender.fillSignatureParameters(SP signatureParameters, SignatureProfile signatureProfile, List<DSSDocument> detachedContents) This method fills thesignatureParameterswith the parameters from theaugmentationParametersprotected SignatureLevelAbstractDocumentExtender.getSignatureLevel(SignatureProfile signatureProfile) Gets the targetSignatureLevelfor the givenSignatureProfilerelatively to the signature formatprotected SPAbstractDocumentExtender.initSignatureParameters(SignatureProfile signatureProfile, List<DSSDocument> detachedContents, SerializableSignatureParameters... extensionParameters) This method initializes signature parameters to be used on the signature augmentation -
Uses of SignatureProfile in eu.europa.esig.dss.spi.extension
Methods in eu.europa.esig.dss.spi.extension with parameters of type SignatureProfileModifier and TypeMethodDescriptionDocumentExtender.extendDocument(SignatureProfile signatureProfile) Performs augmentation of all signatures within the provided document according to the specified targetsignatureProfile.DocumentExtender.extendDocument(SignatureProfile signatureProfile, SerializableSignatureParameters... extensionParameters) Performs augmentation of all signatures within the provided document according to the specifiedaugmentationParameters, with format specificextensionParameters.DocumentExtender.extendDocument(SignatureProfile signatureProfile, List<DSSDocument> detachedContents) Performs augmentation of all signatures of a detached format within the provided document according to the specified targetsignatureProfile.DocumentExtender.extendDocument(SignatureProfile signatureProfile, List<DSSDocument> detachedContents, SerializableSignatureParameters... extensionParameters) Performs augmentation of all signatures of a detached format within the provided document according to the specified targetsignatureProfile, with format specificextensionParameters. -
Uses of SignatureProfile in eu.europa.esig.dss.ws.signature.common
Methods in eu.europa.esig.dss.ws.signature.common with parameters of type SignatureProfileModifier and TypeMethodDescriptionRemoteDocumentSignatureService.extendDocument(RemoteDocument toExtendDocument, SignatureProfile signatureProfile, RemoteSignatureParameters parameters) Extends the level of the signatures in thetoExtendDocumentaccording to the defined targetsignatureProfileand/orparametersRemoteDocumentSignatureServiceImpl.extendDocument(RemoteDocument remoteDocument, SignatureProfile signatureProfile, RemoteSignatureParameters remoteParameters) RemoteMultipleDocumentsSignatureService.extendDocument(RemoteDocument toExtendDocument, SignatureProfile signatureProfile, RemoteSignatureParameters parameters) Extends the level of the signatures in thetoExtendDocumentaccording to the defined targetsignatureProfileand/orparametersRemoteMultipleDocumentsSignatureServiceImpl.extendDocument(RemoteDocument remoteDocument, SignatureProfile signatureProfile, RemoteSignatureParameters remoteParameters) -
Uses of SignatureProfile in eu.europa.esig.dss.ws.signature.dto
Methods in eu.europa.esig.dss.ws.signature.dto that return SignatureProfileModifier and TypeMethodDescriptionExtendDocumentDTO.getSignatureProfile()Gets the target signature augmentation profileMethods in eu.europa.esig.dss.ws.signature.dto with parameters of type SignatureProfileModifier and TypeMethodDescriptionvoidExtendDocumentDTO.setSignatureProfile(SignatureProfile signatureProfile) Sets the target signature augmentation profileConstructors in eu.europa.esig.dss.ws.signature.dto with parameters of type SignatureProfileModifierConstructorDescriptionExtendDocumentDTO(RemoteDocument toExtendDocument, SignatureProfile signatureProfile) Simplified constructor with a target signature augmentation profile definitionExtendDocumentDTO(RemoteDocument toExtendDocument, SignatureProfile signatureProfile, RemoteSignatureParameters parameters) Constructor with a target signature augmentation profile and signature parameters definitions