From fe8409ea3ebbb34058eeb5c2f0a6977b8a421686 Mon Sep 17 00:00:00 2001 From: Andreas Fitzek Date: Wed, 5 Feb 2014 10:19:00 +0100 Subject: Added API Documentation and Full Documentation --- docs/full/at/gv/egiz/dsig/ObjectFactory.html | 388 +++++++++++++++++++++ docs/full/at/gv/egiz/dsig/X509DataType.html | 343 ++++++++++++++++++ .../full/at/gv/egiz/dsig/X509IssuerSerialType.html | 383 ++++++++++++++++++++ .../at/gv/egiz/dsig/class-use/ObjectFactory.html | 118 +++++++ .../at/gv/egiz/dsig/class-use/X509DataType.html | 190 ++++++++++ .../egiz/dsig/class-use/X509IssuerSerialType.html | 190 ++++++++++ docs/full/at/gv/egiz/dsig/package-frame.html | 22 ++ docs/full/at/gv/egiz/dsig/package-summary.html | 152 ++++++++ docs/full/at/gv/egiz/dsig/package-tree.html | 133 +++++++ docs/full/at/gv/egiz/dsig/package-use.html | 158 +++++++++ .../full/at/gv/egiz/dsig/util/DsigMarschaller.html | 348 ++++++++++++++++++ .../egiz/dsig/util/class-use/DsigMarschaller.html | 118 +++++++ docs/full/at/gv/egiz/dsig/util/package-frame.html | 20 ++ .../full/at/gv/egiz/dsig/util/package-summary.html | 136 ++++++++ docs/full/at/gv/egiz/dsig/util/package-tree.html | 131 +++++++ docs/full/at/gv/egiz/dsig/util/package-use.html | 118 +++++++ 16 files changed, 2948 insertions(+) create mode 100644 docs/full/at/gv/egiz/dsig/ObjectFactory.html create mode 100644 docs/full/at/gv/egiz/dsig/X509DataType.html create mode 100644 docs/full/at/gv/egiz/dsig/X509IssuerSerialType.html create mode 100644 docs/full/at/gv/egiz/dsig/class-use/ObjectFactory.html create mode 100644 docs/full/at/gv/egiz/dsig/class-use/X509DataType.html create mode 100644 docs/full/at/gv/egiz/dsig/class-use/X509IssuerSerialType.html create mode 100644 docs/full/at/gv/egiz/dsig/package-frame.html create mode 100644 docs/full/at/gv/egiz/dsig/package-summary.html create mode 100644 docs/full/at/gv/egiz/dsig/package-tree.html create mode 100644 docs/full/at/gv/egiz/dsig/package-use.html create mode 100644 docs/full/at/gv/egiz/dsig/util/DsigMarschaller.html create mode 100644 docs/full/at/gv/egiz/dsig/util/class-use/DsigMarschaller.html create mode 100644 docs/full/at/gv/egiz/dsig/util/package-frame.html create mode 100644 docs/full/at/gv/egiz/dsig/util/package-summary.html create mode 100644 docs/full/at/gv/egiz/dsig/util/package-tree.html create mode 100644 docs/full/at/gv/egiz/dsig/util/package-use.html (limited to 'docs/full/at/gv/egiz/dsig') diff --git a/docs/full/at/gv/egiz/dsig/ObjectFactory.html b/docs/full/at/gv/egiz/dsig/ObjectFactory.html new file mode 100644 index 00000000..012d0cf6 --- /dev/null +++ b/docs/full/at/gv/egiz/dsig/ObjectFactory.html @@ -0,0 +1,388 @@ + + + + + + +ObjectFactory (PDF-AS 4.0.0-SNAPSHOT Library) + + + + + + + +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + + +
+
at.gv.egiz.dsig
+

Class ObjectFactory

+
+
+ +
+
    +
  • +
    +
    +
    public class ObjectFactory
    +extends Object
    +
    This object contains factory methods for each + Java content interface and Java element interface + generated in the at.gv.egiz.dsig package. +

    An ObjectFactory allows you to programatically + construct new instances of the Java representation + for XML content. The Java representation of XML + content can consist of schema derived interfaces + and classes representing the binding of schema + type definitions, element declarations and model + groups. Factory methods for each of these are + provided in this class.

    +
  • +
+
+
+ +
+
+ +
+
+ + +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + + + diff --git a/docs/full/at/gv/egiz/dsig/X509DataType.html b/docs/full/at/gv/egiz/dsig/X509DataType.html new file mode 100644 index 00000000..4173ac2a --- /dev/null +++ b/docs/full/at/gv/egiz/dsig/X509DataType.html @@ -0,0 +1,343 @@ + + + + + + +X509DataType (PDF-AS 4.0.0-SNAPSHOT Library) + + + + + + + +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + + +
+
at.gv.egiz.dsig
+

Class X509DataType

+
+
+ +
+
    +
  • +
    +
    +
    public class X509DataType
    +extends Object
    +

    Java class for X509DataType complex type. + +

    The following schema fragment specifies the expected content contained within this class. + +

    + <complexType name="X509DataType">
    +   <complexContent>
    +     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
    +       <sequence maxOccurs="unbounded">
    +         <choice>
    +           <element name="X509IssuerSerial" type="{http://www.w3.org/2000/09/xmldsig#}X509IssuerSerialType"/>
    +           <element name="X509SKI" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
    +           <element name="X509SubjectName" type="{http://www.w3.org/2001/XMLSchema}string"/>
    +           <element name="X509Certificate" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
    +           <element name="X509CRL" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
    +           <any processContents='lax' namespace='##other'/>
    +         </choice>
    +       </sequence>
    +     </restriction>
    +   </complexContent>
    + </complexType>
    + 
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        x509IssuerSerialOrX509SKIOrX509SubjectName

        +
        protected List<Object> x509IssuerSerialOrX509SKIOrX509SubjectName
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        X509DataType

        +
        public X509DataType()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getX509IssuerSerialOrX509SKIOrX509SubjectName

        +
        public List<Object> getX509IssuerSerialOrX509SKIOrX509SubjectName()
        +
        Gets the value of the x509IssuerSerialOrX509SKIOrX509SubjectName property. + +

        + This accessor method returns a reference to the live list, + not a snapshot. Therefore any modification you make to the + returned list will be present inside the JAXB object. + This is why there is not a set method for the x509IssuerSerialOrX509SKIOrX509SubjectName property. + +

        + For example, to add a new item, do as follows: +

        +    getX509IssuerSerialOrX509SKIOrX509SubjectName().add(newItem);
        + 
        + + +

        + Objects of the following type(s) are allowed in the list + JAXBElement<X509IssuerSerialType> + Object + Element + JAXBElement<byte[]> + JAXBElement<byte[]> + JAXBElement<String> + JAXBElement<byte[]>

        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + + + diff --git a/docs/full/at/gv/egiz/dsig/X509IssuerSerialType.html b/docs/full/at/gv/egiz/dsig/X509IssuerSerialType.html new file mode 100644 index 00000000..9f7b1a1e --- /dev/null +++ b/docs/full/at/gv/egiz/dsig/X509IssuerSerialType.html @@ -0,0 +1,383 @@ + + + + + + +X509IssuerSerialType (PDF-AS 4.0.0-SNAPSHOT Library) + + + + + + + +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + + +
+
at.gv.egiz.dsig
+

Class X509IssuerSerialType

+
+
+ +
+
    +
  • +
    +
    +
    public class X509IssuerSerialType
    +extends Object
    +

    Java class for X509IssuerSerialType complex type. + +

    The following schema fragment specifies the expected content contained within this class. + +

    + <complexType name="X509IssuerSerialType">
    +   <complexContent>
    +     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
    +       <sequence>
    +         <element name="X509IssuerName" type="{http://www.w3.org/2001/XMLSchema}string"/>
    +         <element name="X509SerialNumber" type="{http://www.w3.org/2001/XMLSchema}integer"/>
    +       </sequence>
    +     </restriction>
    +   </complexContent>
    + </complexType>
    + 
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        x509IssuerName

        +
        protected String x509IssuerName
        +
      • +
      + + + +
        +
      • +

        x509SerialNumber

        +
        protected BigInteger x509SerialNumber
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        X509IssuerSerialType

        +
        public X509IssuerSerialType()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getX509IssuerName

        +
        public String getX509IssuerName()
        +
        Gets the value of the x509IssuerName property.
        +
        Returns:
        possible object is + String
        +
      • +
      + + + +
        +
      • +

        setX509IssuerName

        +
        public void setX509IssuerName(String value)
        +
        Sets the value of the x509IssuerName property.
        +
        Parameters:
        value - allowed object is + String
        +
      • +
      + + + +
        +
      • +

        getX509SerialNumber

        +
        public BigInteger getX509SerialNumber()
        +
        Gets the value of the x509SerialNumber property.
        +
        Returns:
        possible object is + BigInteger
        +
      • +
      + + + +
        +
      • +

        setX509SerialNumber

        +
        public void setX509SerialNumber(BigInteger value)
        +
        Sets the value of the x509SerialNumber property.
        +
        Parameters:
        value - allowed object is + BigInteger
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + + + diff --git a/docs/full/at/gv/egiz/dsig/class-use/ObjectFactory.html b/docs/full/at/gv/egiz/dsig/class-use/ObjectFactory.html new file mode 100644 index 00000000..2444620c --- /dev/null +++ b/docs/full/at/gv/egiz/dsig/class-use/ObjectFactory.html @@ -0,0 +1,118 @@ + + + + + + +Uses of Class at.gv.egiz.dsig.ObjectFactory (PDF-AS 4.0.0-SNAPSHOT Library) + + + + + + + +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + +
+

Uses of Class
at.gv.egiz.dsig.ObjectFactory

+
+
No usage of at.gv.egiz.dsig.ObjectFactory
+ +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + + + diff --git a/docs/full/at/gv/egiz/dsig/class-use/X509DataType.html b/docs/full/at/gv/egiz/dsig/class-use/X509DataType.html new file mode 100644 index 00000000..175d7ec6 --- /dev/null +++ b/docs/full/at/gv/egiz/dsig/class-use/X509DataType.html @@ -0,0 +1,190 @@ + + + + + + +Uses of Class at.gv.egiz.dsig.X509DataType (PDF-AS 4.0.0-SNAPSHOT Library) + + + + + + + +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + +
+

Uses of Class
at.gv.egiz.dsig.X509DataType

+
+
+ +
+ +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + + + diff --git a/docs/full/at/gv/egiz/dsig/class-use/X509IssuerSerialType.html b/docs/full/at/gv/egiz/dsig/class-use/X509IssuerSerialType.html new file mode 100644 index 00000000..f83b8ffb --- /dev/null +++ b/docs/full/at/gv/egiz/dsig/class-use/X509IssuerSerialType.html @@ -0,0 +1,190 @@ + + + + + + +Uses of Class at.gv.egiz.dsig.X509IssuerSerialType (PDF-AS 4.0.0-SNAPSHOT Library) + + + + + + + +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + +
+

Uses of Class
at.gv.egiz.dsig.X509IssuerSerialType

+
+
+ +
+ +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + + + diff --git a/docs/full/at/gv/egiz/dsig/package-frame.html b/docs/full/at/gv/egiz/dsig/package-frame.html new file mode 100644 index 00000000..d0f81f5f --- /dev/null +++ b/docs/full/at/gv/egiz/dsig/package-frame.html @@ -0,0 +1,22 @@ + + + + + + +at.gv.egiz.dsig (PDF-AS 4.0.0-SNAPSHOT Library) + + + + +

at.gv.egiz.dsig

+
+

Classes

+ +
+ + diff --git a/docs/full/at/gv/egiz/dsig/package-summary.html b/docs/full/at/gv/egiz/dsig/package-summary.html new file mode 100644 index 00000000..9837d2a0 --- /dev/null +++ b/docs/full/at/gv/egiz/dsig/package-summary.html @@ -0,0 +1,152 @@ + + + + + + +at.gv.egiz.dsig (PDF-AS 4.0.0-SNAPSHOT Library) + + + + + + + +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + +
+

Package at.gv.egiz.dsig

+
+
+ +
+ +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + + + diff --git a/docs/full/at/gv/egiz/dsig/package-tree.html b/docs/full/at/gv/egiz/dsig/package-tree.html new file mode 100644 index 00000000..5ed0c0aa --- /dev/null +++ b/docs/full/at/gv/egiz/dsig/package-tree.html @@ -0,0 +1,133 @@ + + + + + + +at.gv.egiz.dsig Class Hierarchy (PDF-AS 4.0.0-SNAPSHOT Library) + + + + + + + +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + +
+

Hierarchy For Package at.gv.egiz.dsig

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + + + diff --git a/docs/full/at/gv/egiz/dsig/package-use.html b/docs/full/at/gv/egiz/dsig/package-use.html new file mode 100644 index 00000000..5ff4290c --- /dev/null +++ b/docs/full/at/gv/egiz/dsig/package-use.html @@ -0,0 +1,158 @@ + + + + + + +Uses of Package at.gv.egiz.dsig (PDF-AS 4.0.0-SNAPSHOT Library) + + + + + + + +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + +
+

Uses of Package
at.gv.egiz.dsig

+
+
+ +
+ +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + + + diff --git a/docs/full/at/gv/egiz/dsig/util/DsigMarschaller.html b/docs/full/at/gv/egiz/dsig/util/DsigMarschaller.html new file mode 100644 index 00000000..4ab45524 --- /dev/null +++ b/docs/full/at/gv/egiz/dsig/util/DsigMarschaller.html @@ -0,0 +1,348 @@ + + + + + + +DsigMarschaller (PDF-AS 4.0.0-SNAPSHOT Library) + + + + + + + +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + + +
+
at.gv.egiz.dsig.util
+

Class DsigMarschaller

+
+
+ +
+
    +
  • +
    +
    +
    public class DsigMarschaller
    +extends Object
    +
  • +
+
+
+ +
+
+ +
+
+ + +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + + + diff --git a/docs/full/at/gv/egiz/dsig/util/class-use/DsigMarschaller.html b/docs/full/at/gv/egiz/dsig/util/class-use/DsigMarschaller.html new file mode 100644 index 00000000..5e2e22f4 --- /dev/null +++ b/docs/full/at/gv/egiz/dsig/util/class-use/DsigMarschaller.html @@ -0,0 +1,118 @@ + + + + + + +Uses of Class at.gv.egiz.dsig.util.DsigMarschaller (PDF-AS 4.0.0-SNAPSHOT Library) + + + + + + + +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + +
+

Uses of Class
at.gv.egiz.dsig.util.DsigMarschaller

+
+
No usage of at.gv.egiz.dsig.util.DsigMarschaller
+ +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + + + diff --git a/docs/full/at/gv/egiz/dsig/util/package-frame.html b/docs/full/at/gv/egiz/dsig/util/package-frame.html new file mode 100644 index 00000000..00bcd630 --- /dev/null +++ b/docs/full/at/gv/egiz/dsig/util/package-frame.html @@ -0,0 +1,20 @@ + + + + + + +at.gv.egiz.dsig.util (PDF-AS 4.0.0-SNAPSHOT Library) + + + + +

at.gv.egiz.dsig.util

+
+

Classes

+ +
+ + diff --git a/docs/full/at/gv/egiz/dsig/util/package-summary.html b/docs/full/at/gv/egiz/dsig/util/package-summary.html new file mode 100644 index 00000000..532ce12a --- /dev/null +++ b/docs/full/at/gv/egiz/dsig/util/package-summary.html @@ -0,0 +1,136 @@ + + + + + + +at.gv.egiz.dsig.util (PDF-AS 4.0.0-SNAPSHOT Library) + + + + + + + +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + +
+

Package at.gv.egiz.dsig.util

+
+
+ +
+ +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + + + diff --git a/docs/full/at/gv/egiz/dsig/util/package-tree.html b/docs/full/at/gv/egiz/dsig/util/package-tree.html new file mode 100644 index 00000000..af7732ec --- /dev/null +++ b/docs/full/at/gv/egiz/dsig/util/package-tree.html @@ -0,0 +1,131 @@ + + + + + + +at.gv.egiz.dsig.util Class Hierarchy (PDF-AS 4.0.0-SNAPSHOT Library) + + + + + + + +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + +
+

Hierarchy For Package at.gv.egiz.dsig.util

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + + + diff --git a/docs/full/at/gv/egiz/dsig/util/package-use.html b/docs/full/at/gv/egiz/dsig/util/package-use.html new file mode 100644 index 00000000..5407cab6 --- /dev/null +++ b/docs/full/at/gv/egiz/dsig/util/package-use.html @@ -0,0 +1,118 @@ + + + + + + +Uses of Package at.gv.egiz.dsig.util (PDF-AS 4.0.0-SNAPSHOT Library) + + + + + + + +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + +
+

Uses of Package
at.gv.egiz.dsig.util

+
+
No usage of at.gv.egiz.dsig.util
+ +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + + + -- cgit v1.2.3