Class PadesInformation
java.lang.Object
br.ufsc.labsec.signature.conformanceVerifier.cades.CadesInformation
br.ufsc.labsec.signature.conformanceVerifier.pades.PadesInformation
- All Implemented Interfaces:
ExtraInformation
public class PadesInformation extends CadesInformation
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPadesInformation.PadesInformationBuilderNested classes/interfaces inherited from class br.ufsc.labsec.signature.conformanceVerifier.cades.CadesInformation
CadesInformation.CadesInformationBuilder, CadesInformation.CadesInformationBuilderAbstract<Builder,Info extends CadesInformation>, CadesInformation.SignerLocation -
Field Summary
Fields inherited from class br.ufsc.labsec.signature.conformanceVerifier.cades.CadesInformation
contentHintDescription, contentTypeOid, receiptInfo, receiptRequest, signerLocation -
Constructor Summary
Constructors Constructor Description PadesInformation() -
Method Summary
Modifier and Type Method Description static PadesInformation.PadesInformationBuilderbuilder()StringgetContactInfo()StringgetLocation()StringgetReason()StringgetRequestType()TransformRulegetTransformRule()Optional<PadesVisualInfo>getVisualInfo()Methods inherited from class br.ufsc.labsec.signature.conformanceVerifier.cades.CadesInformation
getContentHintDescription, getContentTypeOid, getReceiptInfo, getReceiptRequest, getSignerLocationMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface br.ufsc.labsec.signature.ExtraInformation
getDefaultHashAlgorithm
-
Constructor Details
-
PadesInformation
public PadesInformation()
-
-
Method Details
-
getVisualInfo
-
getReason
-
getContactInfo
-
getLocation
-
getRequestType
-
getTransformRule
-
builder
-