Class TnBFieldParamsType
java.lang.Object
org.apache.xml.security.binding.xmldsig11.CharTwoFieldParamsType
org.apache.xml.security.binding.xmldsig11.TnBFieldParamsType
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
FieldsFields inherited from class CharTwoFieldParamsType
m -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetK()Gets the value of the k property.voidsetK(BigInteger value) Sets the value of the k property.Methods inherited from class CharTwoFieldParamsType
getM, setM
-
Field Details
-
k
-
-
Constructor Details
-
TnBFieldParamsType
public TnBFieldParamsType()
-
-
Method Details
-
getK
-
setK
Sets the value of the k property.- Parameters:
value- allowed object isBigInteger
-