Class SignerRole
java.lang.Object
eu.europa.esig.dss.model.signature.SignerRole
This class represents the signer roles extracted from the signature.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets the role categoryGets the certificate's 'notAfter' for a 'certified' role categoryGets the certificate's 'notBefore' for a 'certified' role categorygetRole()
Gets the roleint
hashCode()
void
setNotAfter
(Date notAfter) Sets the certificate's 'notAfter' for a 'certified' role categoryvoid
setNotBefore
(Date notBefore) Sets the certificate's 'notBefore' for a 'certified' role categorytoString()
-
Constructor Details
-
SignerRole
The default constructor- Parameters:
role
-String
category
-EndorsementType
of the SignedRole
-
-
Method Details
-
getRole
-
getCategory
-
getNotBefore
-
setNotBefore
-
getNotAfter
-
setNotAfter
-
toString
-
equals
-
hashCode
-