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 SignatureProfile
Constant.Default.SIGNATURE_PROFILE
Methods in org.digidoc4j that return SignatureProfileModifier and TypeMethodDescriptionstatic SignatureProfile
SignatureProfile.findByProfile
(String profile) Find SignatureProfile by profile string.Signature.getProfile()
Returns the signature profile.Configuration.getSignatureProfile()
Signature profile.SignatureParameters.getSignatureProfile()
static SignatureProfile
Returns 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 TypeMethodDescriptionvoid
Container.extendSignatureProfile
(SignatureProfile profile) Extends profile of all signatures to SignatureProfilevoid
Container.extendSignatureProfile
(SignatureProfile profile, List<Signature> signaturesToExtend) Extends profile of selected signatures to SignatureProfilestatic boolean
SignatureContainerMatcherValidator.isBDocOnlySignature
(SignatureProfile signatureProfile) void
Configuration.setSignatureProfile
(SignatureProfile signatureProfile) Set signature profile.void
SignatureParameters.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 TypeMethodDescriptionvoid
AsicContainer.extendSignatureProfile
(SignatureProfile profile) void
AsicContainer.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) void
SignatureExtendingValidator.validateExtendability
(Signature signature, SignatureProfile targetProfile) Checks whether the signature can be extended to target profile.static void
SignatureExtendingValidator.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 TypeMethodDescriptionvoid
SignatureValidationData.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 TypeMethodDescriptionvoid
DDocContainer.extendSignatureProfile
(SignatureProfile profile) void
DDocContainer.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 TypeMethodDescriptionvoid
PadesContainer.extendSignatureProfile
(SignatureProfile profile) void
PadesContainer.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 TypeMethodDescriptionvoid
DetachedXadesExecutionContext.setProfile
(SignatureProfile profile)