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