Class CadesInformation
java.lang.Object
br.ufsc.labsec.signature.conformanceVerifier.cades.CadesInformation
- All Implemented Interfaces:
 ExtraInformation
- Direct Known Subclasses:
 PadesInformation,TSInformation
public class CadesInformation extends Object implements ExtraInformation
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCadesInformation.CadesInformationBuilderstatic classCadesInformation.CadesInformationBuilderAbstract<Builder,Info extends CadesInformation>static classCadesInformation.SignerLocation - 
Field Summary
Fields Modifier and Type Field Description protected StringcontentHintDescriptionprotected StringcontentTypeOidprotected org.apache.commons.lang3.tuple.Pair<String,String>receiptInfoprotected SignatureContainer<CadesSignature>receiptRequestprotected Map<CadesInformation.SignerLocation,String>signerLocation - 
Constructor Summary
Constructors Modifier Constructor Description protectedCadesInformation() - 
Method Summary
Modifier and Type Method Description StringgetContentHintDescription()StringgetContentTypeOid()org.apache.commons.lang3.tuple.Pair<String,String>getReceiptInfo()SignatureContainer<CadesSignature>getReceiptRequest()StringgetSignerLocation(CadesInformation.SignerLocation location)Methods 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 
- 
Field Details
- 
receiptInfo
 - 
receiptRequest
 - 
contentHintDescription
 - 
contentTypeOid
 - 
signerLocation
 
 - 
 - 
Constructor Details
- 
CadesInformation
protected CadesInformation() 
 - 
 - 
Method Details
- 
getContentHintDescription
 - 
getContentTypeOid
 - 
getSignerLocation
 - 
getReceiptInfo
 - 
getReceiptRequest
 
 -