Class 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  
    • 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • p

        protected byte[] p
    • Constructor Detail

      • PrimeFieldParamsType

        public PrimeFieldParamsType()
    • Method Detail

      • 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[]