Class PrimeFieldParamsType

java.lang.Object
org.apache.xml.security.binding.xmldsig11.PrimeFieldParamsType

public class PrimeFieldParamsType extends 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 Details

    • p

      protected byte[] p
  • Constructor Details

    • PrimeFieldParamsType

      public PrimeFieldParamsType()
  • Method Details

    • getP

      public byte[] getP()
      Gets the value of the p property.
      Returns:
      possible object is byte[]
    • setP

      public void setP(byte[] value)
      Sets the value of the p property.
      Parameters:
      value - allowed object is byte[]