Class PnBFieldParamsType
- java.lang.Object
-
- org.apache.xml.security.binding.xmldsig11.CharTwoFieldParamsType
-
- org.apache.xml.security.binding.xmldsig11.PnBFieldParamsType
-
public class PnBFieldParamsType extends CharTwoFieldParamsType
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
Fields Modifier and Type Field Description protected java.math.BigInteger
k1
protected java.math.BigInteger
k2
protected java.math.BigInteger
k3
-
Fields inherited from class org.apache.xml.security.binding.xmldsig11.CharTwoFieldParamsType
m
-
-
Constructor Summary
Constructors Constructor Description PnBFieldParamsType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.math.BigInteger
getK1()
Gets the value of the k1 property.java.math.BigInteger
getK2()
Gets the value of the k2 property.java.math.BigInteger
getK3()
Gets the value of the k3 property.void
setK1(java.math.BigInteger value)
Sets the value of the k1 property.void
setK2(java.math.BigInteger value)
Sets the value of the k2 property.void
setK3(java.math.BigInteger value)
Sets the value of the k3 property.-
Methods inherited from class org.apache.xml.security.binding.xmldsig11.CharTwoFieldParamsType
getM, setM
-
-
-
-
Method Detail
-
getK1
public java.math.BigInteger getK1()
Gets the value of the k1 property.- Returns:
- possible object is
BigInteger
-
setK1
public void setK1(java.math.BigInteger value)
Sets the value of the k1 property.- Parameters:
value
- allowed object isBigInteger
-
getK2
public java.math.BigInteger getK2()
Gets the value of the k2 property.- Returns:
- possible object is
BigInteger
-
setK2
public void setK2(java.math.BigInteger value)
Sets the value of the k2 property.- Parameters:
value
- allowed object isBigInteger
-
getK3
public java.math.BigInteger getK3()
Gets the value of the k3 property.- Returns:
- possible object is
BigInteger
-
setK3
public void setK3(java.math.BigInteger value)
Sets the value of the k3 property.- Parameters:
value
- allowed object isBigInteger
-
-