Class PnBFieldParamsType

java.lang.Object
org.apache.xml.security.binding.xmldsig11.CharTwoFieldParamsType
org.apache.xml.security.binding.xmldsig11.PnBFieldParamsType

public class PnBFieldParamsType extends CharTwoFieldParamsType

Java class for PnBFieldParamsType complex type.

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

<complexType name="PnBFieldParamsType">
  <complexContent>
    <extension base="{http://www.w3.org/2009/xmldsig11#}CharTwoFieldParamsType">
      <sequence>
        <element name="K1" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/>
        <element name="K2" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/>
        <element name="K3" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>
  • Field Details

  • Constructor Details

    • PnBFieldParamsType

      public PnBFieldParamsType()
  • Method Details

    • getK1

      public BigInteger getK1()
      Gets the value of the k1 property.
      Returns:
      possible object is BigInteger
    • setK1

      public void setK1(BigInteger value)
      Sets the value of the k1 property.
      Parameters:
      value - allowed object is BigInteger
    • getK2

      public BigInteger getK2()
      Gets the value of the k2 property.
      Returns:
      possible object is BigInteger
    • setK2

      public void setK2(BigInteger value)
      Sets the value of the k2 property.
      Parameters:
      value - allowed object is BigInteger
    • getK3

      public BigInteger getK3()
      Gets the value of the k3 property.
      Returns:
      possible object is BigInteger
    • setK3

      public void setK3(BigInteger value)
      Sets the value of the k3 property.
      Parameters:
      value - allowed object is BigInteger