Interface XadesWithBasicAttributes
-
- All Known Implementing Classes:
ArchivalXAdESImpl
,BasicXAdESImpl
,CompleteValidationXAdESImpl
,ExplicitPolicyXAdESImpl
,ExtendedLongXAdESImpl
,ExtendedXAdESImpl
,TimestampXAdESImpl
public interface XadesWithBasicAttributes
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SignatureProductionPlace
getSignatureProductionPlace()
SignerRole
getSignerRole()
SigningCertificate
getSigningCertificate()
void
setSignatureProductionPlace(SignatureProductionPlace productionPlace)
void
setSignerRole(SignerRole signerRole)
void
setSigningCertificate(java.security.cert.X509Certificate certificate)
-
-
-
Method Detail
-
getSigningCertificate
SigningCertificate getSigningCertificate()
-
setSigningCertificate
void setSigningCertificate(java.security.cert.X509Certificate certificate)
-
getSignatureProductionPlace
SignatureProductionPlace getSignatureProductionPlace()
-
setSignatureProductionPlace
void setSignatureProductionPlace(SignatureProductionPlace productionPlace)
-
getSignerRole
SignerRole getSignerRole()
-
setSignerRole
void setSignerRole(SignerRole signerRole)
-
-