From 835256964f3fa64587a0e05b859d012d125be308 Mon Sep 17 00:00:00 2001 From: Andreas Fitzek Date: Thu, 20 Feb 2014 10:54:04 +0100 Subject: Documentation update --- docs/full/at/gv/egiz/sl/util/BKUSLConnector.html | 31 ++-- docs/full/at/gv/egiz/sl/util/BaseSLConnector.html | 47 +++--- docs/full/at/gv/egiz/sl/util/ISLConnector.html | 26 ++-- .../at/gv/egiz/sl/util/ISignatureConnector.html | 21 +-- .../egiz/sl/util/ISignatureConnectorSLWrapper.html | 29 ++-- docs/full/at/gv/egiz/sl/util/MOAConnector.html | 85 +++++----- docs/full/at/gv/egiz/sl/util/SLMarschaller.html | 63 ++++---- .../gv/egiz/sl/util/class-use/BKUSLConnector.html | 118 -------------- .../gv/egiz/sl/util/class-use/BaseSLConnector.html | 158 ------------------- .../at/gv/egiz/sl/util/class-use/ISLConnector.html | 173 --------------------- .../sl/util/class-use/ISignatureConnector.html | 162 ------------------- .../class-use/ISignatureConnectorSLWrapper.html | 118 -------------- .../at/gv/egiz/sl/util/class-use/MOAConnector.html | 118 -------------- .../gv/egiz/sl/util/class-use/SLMarschaller.html | 118 -------------- docs/full/at/gv/egiz/sl/util/package-frame.html | 7 +- docs/full/at/gv/egiz/sl/util/package-summary.html | 17 +- docs/full/at/gv/egiz/sl/util/package-tree.html | 19 +-- docs/full/at/gv/egiz/sl/util/package-use.html | 157 ------------------- 18 files changed, 152 insertions(+), 1315 deletions(-) delete mode 100644 docs/full/at/gv/egiz/sl/util/class-use/BKUSLConnector.html delete mode 100644 docs/full/at/gv/egiz/sl/util/class-use/BaseSLConnector.html delete mode 100644 docs/full/at/gv/egiz/sl/util/class-use/ISLConnector.html delete mode 100644 docs/full/at/gv/egiz/sl/util/class-use/ISignatureConnector.html delete mode 100644 docs/full/at/gv/egiz/sl/util/class-use/ISignatureConnectorSLWrapper.html delete mode 100644 docs/full/at/gv/egiz/sl/util/class-use/MOAConnector.html delete mode 100644 docs/full/at/gv/egiz/sl/util/class-use/SLMarschaller.html delete mode 100644 docs/full/at/gv/egiz/sl/util/package-use.html (limited to 'docs/full/at/gv/egiz/sl/util') diff --git a/docs/full/at/gv/egiz/sl/util/BKUSLConnector.html b/docs/full/at/gv/egiz/sl/util/BKUSLConnector.html index 033c6d51..4875200f 100644 --- a/docs/full/at/gv/egiz/sl/util/BKUSLConnector.html +++ b/docs/full/at/gv/egiz/sl/util/BKUSLConnector.html @@ -2,16 +2,15 @@ - - -BKUSLConnector (PDF-AS 4.0.0-SNAPSHOT Library) - + +BKUSLConnector + @@ -28,13 +27,11 @@
  • Overview
  • Package
  • -
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • -
    PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
    @@ -213,7 +210,7 @@ extends
  • CONFIG_BKU_URL

    -
    public static final String CONFIG_BKU_URL
    +
    public static final java.lang.String CONFIG_BKU_URL
    See Also:
    Constant Field Values
  • @@ -249,9 +246,9 @@ extends

    sendInfoboxReadRequest

    public InfoboxReadResponseType sendInfoboxReadRequest(InfoboxReadRequestType request)
    -                                               throws at.gv.egiz.pdfas.common.exceptions.PdfAsException
    + throws PdfAsException
    Throws:
    -
    at.gv.egiz.pdfas.common.exceptions.PdfAsException
    +
    PdfAsException
    @@ -261,9 +258,9 @@ extends

    sendCMSRequest

    public CreateCMSSignatureResponseType sendCMSRequest(CreateCMSSignatureRequestType request)
    -                                              throws at.gv.egiz.pdfas.common.exceptions.PdfAsException
    + throws PdfAsException
    Throws:
    -
    at.gv.egiz.pdfas.common.exceptions.PdfAsException
    +
    PdfAsException
    @@ -283,13 +280,11 @@ extends Overview
  • Package
  • -
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • -
    PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
    @@ -237,7 +234,7 @@ implements
  • PDF_MIME_TYPE

    -
    public static final String PDF_MIME_TYPE
    +
    public static final java.lang.String PDF_MIME_TYPE
    See Also:
    Constant Field Values
  • @@ -247,7 +244,7 @@ implements
  • PDF_MIME_TYPE_DESC

    -
    public static final String PDF_MIME_TYPE_DESC
    +
    public static final java.lang.String PDF_MIME_TYPE_DESC
    See Also:
    Constant Field Values
  • @@ -257,7 +254,7 @@ implements
  • DETACHED

    -
    public static final String DETACHED
    +
    public static final java.lang.String DETACHED
    See Also:
    Constant Field Values
  • @@ -267,7 +264,7 @@ implements
  • XMLREQUEST

    -
    public static final String XMLREQUEST
    +
    public static final java.lang.String XMLREQUEST
    See Also:
    Constant Field Values
  • @@ -325,11 +322,13 @@ implements

    createCMSRequest

    public CreateCMSSignatureRequestType createCMSRequest(byte[] signatureData,
    -                                             int[] byteRange)
    + int[] byteRange) + throws PDFIOException
    Specified by:
    createCMSRequest in interface ISLConnector
    -
    +
    Throws:
    +
    PDFIOException
    @@ -349,13 +348,11 @@ implements Overview
  • Package
  • -
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • -
    PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
    @@ -195,12 +192,12 @@ implements

    getCertificate

    public iaik.x509.X509Certificate getCertificate()
    -                                         throws at.gv.egiz.pdfas.common.exceptions.PdfAsException
    + throws
    PdfAsException
    Specified by:
    getCertificate in interface ISignatureConnector
    Throws:
    -
    at.gv.egiz.pdfas.common.exceptions.PdfAsException
    +
    PdfAsException
    @@ -211,12 +208,12 @@ implements sign
    public byte[] sign(byte[] input,
               int[] byteRange)
    -            throws at.gv.egiz.pdfas.common.exceptions.PdfAsException
    + throws
    PdfAsException
    Specified by:
    sign in interface ISignatureConnector
    Throws:
    -
    at.gv.egiz.pdfas.common.exceptions.PdfAsException
    +
    PdfAsException
    @@ -236,13 +233,11 @@ implements Overview
  • Package
  • -
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • -
    PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
    @@ -236,7 +233,7 @@ implements
  • MOA_SIGN_URL

    -
    public static final String MOA_SIGN_URL
    +
    public static final java.lang.String MOA_SIGN_URL
    See Also:
    Constant Field Values
  • @@ -246,7 +243,7 @@ implements
  • MOA_SIGN_KEY_ID

    -
    public static final String MOA_SIGN_KEY_ID
    +
    public static final java.lang.String MOA_SIGN_KEY_ID
    See Also:
    Constant Field Values
  • @@ -256,7 +253,7 @@ implements
  • MOA_SIGN_CERTIFICATE

    -
    public static final String MOA_SIGN_CERTIFICATE
    +
    public static final java.lang.String MOA_SIGN_CERTIFICATE
    See Also:
    Constant Field Values
  • @@ -266,7 +263,7 @@ implements
  • KEY_ID_PATTERN

    -
    public static final String KEY_ID_PATTERN
    +
    public static final java.lang.String KEY_ID_PATTERN
    See Also:
    Constant Field Values
  • @@ -276,7 +273,7 @@ implements
  • CONTENT_PATTERN

    -
    public static final String CONTENT_PATTERN
    +
    public static final java.lang.String CONTENT_PATTERN
    See Also:
    Constant Field Values
  • @@ -286,7 +283,7 @@ implements
  • FAULTCODE

    -
    public static final String FAULTCODE
    +
    public static final java.lang.String FAULTCODE
    See Also:
    Constant Field Values
  • @@ -296,7 +293,7 @@ implements
  • FAULTSTRING

    -
    public static final String FAULTSTRING
    +
    public static final java.lang.String FAULTSTRING
    See Also:
    Constant Field Values
  • @@ -306,7 +303,7 @@ implements
  • ERRORRESPONSE

    -
    public static final String ERRORRESPONSE
    +
    public static final java.lang.String ERRORRESPONSE
    See Also:
    Constant Field Values
  • @@ -316,7 +313,7 @@ implements
  • ERRORCODE

    -
    public static final String ERRORCODE
    +
    public static final java.lang.String ERRORCODE
    See Also:
    Constant Field Values
  • @@ -326,7 +323,7 @@ implements
  • CMSSIGNATURE

    -
    public static final String CMSSIGNATURE
    +
    public static final java.lang.String CMSSIGNATURE
    See Also:
    Constant Field Values
  • @@ -336,7 +333,7 @@ implements
  • CMS_REQUEST

    -
    public static final String CMS_REQUEST
    +
    public static final java.lang.String CMS_REQUEST
    See Also:
    Constant Field Values
  • @@ -355,13 +352,13 @@ implements

    MOAConnector

    public MOAConnector(Configuration config)
    -             throws CertificateException,
    -                    FileNotFoundException,
    -                    IOException
    + throws java.security.cert.CertificateException, + java.io.FileNotFoundException, + java.io.IOException
    Throws:
    -
    CertificateException
    -
    FileNotFoundException
    -
    IOException
    +
    java.security.cert.CertificateException
    +
    java.io.FileNotFoundException
    +
    java.io.IOException
    @@ -379,12 +376,12 @@ implements

    getCertificate

    public iaik.x509.X509Certificate getCertificate()
    -                                         throws at.gv.egiz.pdfas.common.exceptions.PdfAsException
    + throws
    PdfAsException
    Specified by:
    getCertificate in interface ISignatureConnector
    Throws:
    -
    at.gv.egiz.pdfas.common.exceptions.PdfAsException
    +
    PdfAsException
    @@ -395,12 +392,12 @@ implements sign
    public byte[] sign(byte[] input,
               int[] byteRange)
    -            throws at.gv.egiz.pdfas.common.exceptions.PdfAsException
    + throws
    PdfAsException
    Specified by:
    sign in interface ISignatureConnector
    Throws:
    -
    at.gv.egiz.pdfas.common.exceptions.PdfAsException
    +
    PdfAsException
    @@ -420,13 +417,11 @@ implements Overview
  • Package
  • -
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • -
    PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
    @@ -137,28 +134,28 @@ extends static void -marshal(Object obj, - OutputStream os)  +marshal(java.lang.Object obj, + java.io.OutputStream os)  -static String -marshalToString(Object obj)  +static java.lang.String +marshalToString(java.lang.Object obj)  -static Object -unmarshal(InputStream is)  +static java.lang.Object +unmarshal(java.io.InputStream is)  -static Object -unmarshalFromString(String message)  +static java.lang.Object +unmarshalFromString(java.lang.String message)  @@ -197,11 +194,11 @@ extends
  • marshal

    -
    public static void marshal(Object obj,
    -           OutputStream os)
    -                    throws javax.xml.bind.JAXBException
    +
    public static void marshal(java.lang.Object obj,
    +           java.io.OutputStream os)
    +                    throws javax.xml.bind.JAXBException
    Throws:
    -
    javax.xml.bind.JAXBException
    +
    javax.xml.bind.JAXBException
  • @@ -210,10 +207,10 @@ extends
  • marshalToString

    -
    public static String marshalToString(Object obj)
    -                              throws javax.xml.bind.JAXBException
    +
    public static java.lang.String marshalToString(java.lang.Object obj)
    +                                        throws javax.xml.bind.JAXBException
    Throws:
    -
    javax.xml.bind.JAXBException
    +
    javax.xml.bind.JAXBException
  • @@ -222,10 +219,10 @@ extends
  • unmarshal

    -
    public static Object unmarshal(InputStream is)
    -                        throws javax.xml.bind.JAXBException
    +
    public static java.lang.Object unmarshal(java.io.InputStream is)
    +                                  throws javax.xml.bind.JAXBException
    Throws:
    -
    javax.xml.bind.JAXBException
    +
    javax.xml.bind.JAXBException
  • @@ -234,10 +231,10 @@ extends
  • unmarshalFromString

    -
    public static Object unmarshalFromString(String message)
    -                                  throws javax.xml.bind.JAXBException
    +
    public static java.lang.Object unmarshalFromString(java.lang.String message)
    +                                            throws javax.xml.bind.JAXBException
    Throws:
    -
    javax.xml.bind.JAXBException
    +
    javax.xml.bind.JAXBException
  • @@ -257,13 +254,11 @@ extends Overview
  • Package
  • -
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • -
    PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]