Class TnBFieldParamsType

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

public class TnBFieldParamsType extends CharTwoFieldParamsType

Java class for TnBFieldParamsType complex type.

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

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

  • Constructor Details

    • TnBFieldParamsType

      public TnBFieldParamsType()
  • Method Details

    • getK

      public BigInteger getK()
      Gets the value of the k property.
      Returns:
      possible object is BigInteger
    • setK

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