Class Parameter


  • public class Parameter
    extends Object
    Definition: Parameters associated to a cryptographic algorithm -- Reference: RFC 3880: Internet X.509 Public Key Infrastructure Certificate and Certificate

    Java class for Parameter complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="Parameter">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="InitialisationVector" type="{}InitialisationVector" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • initialisationVector

        protected byte[] initialisationVector
        The Initialisation vector.
    • Constructor Detail

      • Parameter

        public Parameter()
    • Method Detail

      • getInitialisationVector

        public byte[] getInitialisationVector()
        Gets the value of the initialisationVector property.
        Returns:
        possible object is byte[]
      • setInitialisationVector

        public void setInitialisationVector​(byte[] value)
        Sets the value of the initialisationVector property.
        Parameters:
        value - allowed object is byte[]