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 Summary
Fields Modifier and Type Field Description protected java.math.BigInteger
k
-
Fields inherited from class org.apache.xml.security.binding.xmldsig11.CharTwoFieldParamsType
m
-
-
Constructor Summary
Constructors Constructor Description TnBFieldParamsType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.math.BigInteger
getK()
Gets the value of the k property.void
setK(java.math.BigInteger value)
Sets the value of the k property.-
Methods inherited from class org.apache.xml.security.binding.xmldsig11.CharTwoFieldParamsType
getM, setM
-
-