Interface XadesWithBaselineAttributes
- All Known Subinterfaces:
XAdES_B_Level
,XAdES_T_Level
- All Known Implementing Classes:
BLevelXAdESImpl
,TLevelXAdESImpl
public interface XadesWithBaselineAttributes
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setSignatureProductionPlaceV2
(SignatureProductionPlaceV2 productionPlace) Set the production place.void
setSignerRoleV2
(SignerRoleV2 signerRole) Set the signer roles.void
setSigningCertificateV2
(X509Certificate signingCertificate, SigningCertificateV2Info additionalInfo) Set the signing certificate.
-
Method Details
-
getSigningCertificateV2
SigningCertificateV2 getSigningCertificateV2() -
setSigningCertificateV2
void setSigningCertificateV2(X509Certificate signingCertificate, SigningCertificateV2Info additionalInfo) Set the signing certificate.- Parameters:
signingCertificate
- Signing certificate information.
-
getSignatureProductionPlaceV2
SignatureProductionPlace getSignatureProductionPlaceV2() -
setSignatureProductionPlaceV2
Set the production place.- Parameters:
productionPlace
- Production place information.
-
getSignerRoleV2
SignerRoleV2 getSignerRoleV2() -
setSignerRoleV2
Set the signer roles.- Parameters:
signerRole
- Signer's Roles.
-