Class PnBFieldParamsType
java.lang.Object
org.apache.xml.security.binding.xmldsig11.CharTwoFieldParamsType
org.apache.xml.security.binding.xmldsig11.PnBFieldParamsType
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 Summary
FieldsFields inherited from class CharTwoFieldParamsType
m -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetK1()Gets the value of the k1 property.getK2()Gets the value of the k2 property.getK3()Gets the value of the k3 property.voidsetK1(BigInteger value) Sets the value of the k1 property.voidsetK2(BigInteger value) Sets the value of the k2 property.voidsetK3(BigInteger value) Sets the value of the k3 property.Methods inherited from class CharTwoFieldParamsType
getM, setM
-
Field Details
-
k1
-
k2
-
k3
-
-
Constructor Details
-
PnBFieldParamsType
public PnBFieldParamsType()
-
-
Method Details
-
getK1
-
setK1
Sets the value of the k1 property.- Parameters:
value- allowed object isBigInteger
-
getK2
-
setK2
Sets the value of the k2 property.- Parameters:
value- allowed object isBigInteger
-
getK3
-
setK3
Sets the value of the k3 property.- Parameters:
value- allowed object isBigInteger
-