Uses of Enum
org.digidoc4j.SignatureProfile
Packages that use SignatureProfile
Package
Description
DigiDoc4J public api
-
Uses of SignatureProfile in org.digidoc4j
Fields in org.digidoc4j declared as SignatureProfileModifier and TypeFieldDescriptionstatic final SignatureProfileConstant.Default.SIGNATURE_PROFILEMethods in org.digidoc4j that return SignatureProfileModifier and TypeMethodDescriptionstatic SignatureProfileSignatureProfile.findByProfile(String profile) Find SignatureProfile by profile string.Signature.getProfile()Returns the signature profile.Configuration.getSignatureProfile()Signature profile.SignatureParameters.getSignatureProfile()static SignatureProfileReturns the enum constant of this type with the specified name.static SignatureProfile[]SignatureProfile.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.digidoc4j with parameters of type SignatureProfileModifier and TypeMethodDescriptionvoidContainer.extendSignatureProfile(SignatureProfile profile) Extends profile of all signatures to SignatureProfilevoidContainer.extendSignatureProfile(SignatureProfile profile, List<Signature> signaturesToExtend) Extends profile of selected signatures to SignatureProfilestatic booleanSignatureContainerMatcherValidator.isBDocOnlySignature(SignatureProfile signatureProfile) voidConfiguration.setSignatureProfile(SignatureProfile signatureProfile) Set signature profile.voidSignatureParameters.setSignatureProfile(SignatureProfile signatureProfile) DetachedXadesSignatureBuilder.withSignatureProfile(SignatureProfile signatureProfile) Set a signature profile: Time Stamp, Archive Time Stamp or no profile.OCSPSourceBuilder.withSignatureProfile(SignatureProfile signatureProfile) Deprecated.Deprecated for removal.SignatureBuilder.withSignatureProfile(SignatureProfile signatureProfile) Set a signature profile: Time Stamp, Archive Time Stamp or no profile. -
Uses of SignatureProfile in org.digidoc4j.impl.asic
Methods in org.digidoc4j.impl.asic that return SignatureProfileMethods in org.digidoc4j.impl.asic with parameters of type SignatureProfileModifier and TypeMethodDescriptionvoidAsicContainer.extendSignatureProfile(SignatureProfile profile) voidAsicContainer.extendSignatureProfile(SignatureProfile profile, List<Signature> signaturesToExtend) AsicContainer.getExtensionValidationErrors(SignatureProfile targetProfile) Checks whether all the signatures in the container can be extended to target profile and returns the map with the unique ID-s of the signatures that cannot be extended.AsicContainer.getExtensionValidationErrors(SignatureProfile targetProfile, List<Signature> signaturesToExtend) Checks whether the selected signatures in the container can be extended to target profile and returns the map with the unique ID-s of the signatures that cannot be extended, together with exceptions wrapped into DigiDoc4JException. -
Uses of SignatureProfile in org.digidoc4j.impl.asic.xades
Methods in org.digidoc4j.impl.asic.xades that return SignatureProfileModifier and TypeMethodDescriptionBesSignature.getProfile()EpesSignature.getProfile()LongTermArchiveSignature.getProfile()LongTermSignature.getProfile()TimemarkSignature.getProfile()TimestampSignature.getProfile()XadesSignature.getProfile()This method returns signature profile(SignatureProfile object).Methods in org.digidoc4j.impl.asic.xades with parameters of type SignatureProfileModifier and TypeMethodDescriptionList<eu.europa.esig.dss.model.DSSDocument> SignatureExtender.extend(List<Signature> signaturesToExtend, SignatureProfile profile) voidSignatureExtendingValidator.validateExtendability(Signature signature, SignatureProfile targetProfile) Checks whether the signature can be extended to target profile.static voidSignatureExtendingValidator.validateProfileExtendability(List<Signature> signatures, SignatureProfile targetProfile) Checks whether DigiDoc4j's rules allow all the signatures to be extended to target profile. -
Uses of SignatureProfile in org.digidoc4j.impl.asic.xades.validation
Methods in org.digidoc4j.impl.asic.xades.validation that return SignatureProfileMethods in org.digidoc4j.impl.asic.xades.validation with parameters of type SignatureProfileModifier and TypeMethodDescriptionvoidSignatureValidationData.setSignatureProfile(SignatureProfile signatureProfile) -
Uses of SignatureProfile in org.digidoc4j.impl.ddoc
Methods in org.digidoc4j.impl.ddoc that return SignatureProfileMethods in org.digidoc4j.impl.ddoc with parameters of type SignatureProfileModifier and TypeMethodDescriptionvoidDDocContainer.extendSignatureProfile(SignatureProfile profile) voidDDocContainer.extendSignatureProfile(SignatureProfile profile, List<Signature> signaturesToExtend) -
Uses of SignatureProfile in org.digidoc4j.impl.pades
Methods in org.digidoc4j.impl.pades with parameters of type SignatureProfileModifier and TypeMethodDescriptionvoidPadesContainer.extendSignatureProfile(SignatureProfile profile) voidPadesContainer.extendSignatureProfile(SignatureProfile profile, List<Signature> signaturesToExtend) -
Uses of SignatureProfile in org.digidoc4j.main.xades
Methods in org.digidoc4j.main.xades that return SignatureProfileMethods in org.digidoc4j.main.xades with parameters of type SignatureProfileModifier and TypeMethodDescriptionvoidDetachedXadesExecutionContext.setProfile(SignatureProfile profile)