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 class
CadesInformation.CadesInformationBuilder
static class
CadesInformation.CadesInformationBuilderAbstract<Builder,Info extends CadesInformation>
static class
CadesInformation.SignerLocation
-
Field Summary
Fields Modifier and Type Field Description protected String
contentHintDescription
protected String
contentTypeOid
protected org.apache.commons.lang3.tuple.Pair<String,String>
receiptInfo
protected SignatureContainer<CadesSignature>
receiptRequest
protected Map<CadesInformation.SignerLocation,String>
signerLocation
-
Constructor Summary
Constructors Modifier Constructor Description protected
CadesInformation()
-
Method Summary
Modifier and Type Method Description String
getContentHintDescription()
String
getContentTypeOid()
org.apache.commons.lang3.tuple.Pair<String,String>
getReceiptInfo()
SignatureContainer<CadesSignature>
getReceiptRequest()
String
getSignerLocation(CadesInformation.SignerLocation location)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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
-