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 --- .../full/at/gv/egiz/dsig/X509IssuerSerialType.html | 383 +++++++++++++++++++++ 1 file changed, 383 insertions(+) create mode 100644 docs/full/at/gv/egiz/dsig/X509IssuerSerialType.html (limited to 'docs/full/at/gv/egiz/dsig/X509IssuerSerialType.html') 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]
+
+ + + + -- cgit v1.2.3