Class PrimeFieldParamsType
- java.lang.Object
-
- org.apache.xml.security.binding.xmldsig11.PrimeFieldParamsType
-
public class PrimeFieldParamsType extends java.lang.Object
Java class for PrimeFieldParamsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PrimeFieldParamsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="P" type="{http://www.w3.org/2000/09/xmldsig#}CryptoBinary"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected byte[]
p
-
Constructor Summary
Constructors Constructor Description PrimeFieldParamsType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getP()
Gets the value of the p property.void
setP(byte[] value)
Sets the value of the p property.
-