asit.verifier.paper
Class PaperNotification

java.lang.Object
  extended byasit.verifier.paper.PaperNotification

public class PaperNotification
extends Object


Constructor Summary
PaperNotification()
           
 
Method Summary
 String getBase64SignatureValue()
           
 iaik.x509.X509Certificate getCert()
           
 VerifySignatureClient getClient()
           
 String getDeliveryId()
           
 String getDeliveryQuality()
           
 String getDeliveryServer()
           
 Date getDueDate()
           
 Element getElement()
           
 Date getFirstNotification()
           
 iaik.security.rsa.RSAPrivateKey getKey()
           
 String getMunicipality()
           
 InputStream getPDFNotification(InputStream foxsl)
           
 String getRecipientAdressLine()
           
 String getRecipientName()
           
 String getRecipientPostalCode()
           
 String getSenderName()
           
 Element getSignedElement()
           
 String getSigningTime()
           
static void main(String[] args)
           
 void setBase64SignatureValue(String base64SignatureValue)
           
 void setCert(iaik.x509.X509Certificate cert)
           
 void setClient(VerifySignatureClient client)
           
 void setDeliveryId(String deliveryId)
           
 void setDeliveryQuality(String deliveryQuality)
           
 void setDeliveryServer(String deliveryServer)
           
 void setDueDate(Date dueDate)
           
 void setFirstNotification(Date firstNotification)
           
 void setKey(iaik.security.rsa.RSAPrivateKey key)
           
 void setMunicipality(String municipality)
           
 void setRecipientAdressLine(String recipientAdressLine)
           
 void setRecipientName(String recipientName)
           
 void setRecipientPostalCode(String recipientPostalCode)
           
 void setSenderName(String senderName)
           
 void setSigningTime(String signingTime)
           
 VerifyResult verifySignature(String url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PaperNotification

public PaperNotification()
Method Detail

getBase64SignatureValue

public String getBase64SignatureValue()

setBase64SignatureValue

public void setBase64SignatureValue(String base64SignatureValue)

getSigningTime

public String getSigningTime()

setSigningTime

public void setSigningTime(String signingTime)

getCert

public iaik.x509.X509Certificate getCert()

setCert

public void setCert(iaik.x509.X509Certificate cert)

getKey

public iaik.security.rsa.RSAPrivateKey getKey()

setKey

public void setKey(iaik.security.rsa.RSAPrivateKey key)

getClient

public VerifySignatureClient getClient()

setClient

public void setClient(VerifySignatureClient client)

verifySignature

public VerifyResult verifySignature(String url)
                             throws PaperNotificationException
Throws:
PaperNotificationException

getPDFNotification

public InputStream getPDFNotification(InputStream foxsl)
                               throws PaperNotificationException
Throws:
PaperNotificationException

getSignedElement

public Element getSignedElement()
                         throws PaperNotificationException
Throws:
PaperNotificationException

getElement

public Element getElement()
                   throws PaperNotificationException
Throws:
PaperNotificationException

getDeliveryId

public String getDeliveryId()

setDeliveryId

public void setDeliveryId(String deliveryId)

getDeliveryQuality

public String getDeliveryQuality()

setDeliveryQuality

public void setDeliveryQuality(String deliveryQuality)

getDeliveryServer

public String getDeliveryServer()

setDeliveryServer

public void setDeliveryServer(String deliveryServer)

getDueDate

public Date getDueDate()

setDueDate

public void setDueDate(Date dueDate)

getFirstNotification

public Date getFirstNotification()

setFirstNotification

public void setFirstNotification(Date firstNotification)

getMunicipality

public String getMunicipality()

setMunicipality

public void setMunicipality(String municipality)

getRecipientAdressLine

public String getRecipientAdressLine()

setRecipientAdressLine

public void setRecipientAdressLine(String recipientAdressLine)

getRecipientName

public String getRecipientName()

setRecipientName

public void setRecipientName(String recipientName)

getRecipientPostalCode

public String getRecipientPostalCode()

setRecipientPostalCode

public void setRecipientPostalCode(String recipientPostalCode)

getSenderName

public String getSenderName()

setSenderName

public void setSenderName(String senderName)

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception


Copyright 2007 Institut fuer Angewandte Informationsverarbeitung und Kommunikationstechnologie. All Rights Reserved.