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 org.apache.xml.security.binding.xmldsig11.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.void
setK1
(BigInteger value) Sets the value of the k1 property.void
setK2
(BigInteger value) Sets the value of the k2 property.void
setK3
(BigInteger value) Sets the value of the k3 property.Methods inherited from class org.apache.xml.security.binding.xmldsig11.CharTwoFieldParamsType
getM, setM
-
Field Details
-
k1
-
k2
-
k3
-
-
Constructor Details
-
PnBFieldParamsType
public PnBFieldParamsType()
-
-
Method Details
-
getK1
Gets the value of the k1 property.- Returns:
- possible object is
BigInteger
-
setK1
Sets the value of the k1 property.- Parameters:
value
- allowed object isBigInteger
-
getK2
Gets the value of the k2 property.- Returns:
- possible object is
BigInteger
-
setK2
Sets the value of the k2 property.- Parameters:
value
- allowed object isBigInteger
-
getK3
Gets the value of the k3 property.- Returns:
- possible object is
BigInteger
-
setK3
Sets the value of the k3 property.- Parameters:
value
- allowed object isBigInteger
-