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