Class AlgorithmIdentifier


  • public class AlgorithmIdentifier
    extends Object
    Definition: Identification of a cryptographic algorithm -- Reference: RFC 3880: Internet X.509 Public Key Infrastructure Certificate and Certificate -- Usage: This data structure contains: the algorithm identifier associated parameters

    Java class for AlgorithmIdentifier complex type.

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

     <complexType name="AlgorithmIdentifier">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="Parameter" type="{}Parameter" minOccurs="0"/>
           </sequence>
           <attribute name="Algorithm" use="required" type="{}AlgorithmType" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • parameter

        protected Parameter parameter
        The Parameter.
    • Constructor Detail

      • AlgorithmIdentifier

        public AlgorithmIdentifier()
    • Method Detail

      • getParameter

        public Parameter getParameter()
        Gets the value of the parameter property.
        Returns:
        possible object is Parameter
      • setParameter

        public void setParameter​(Parameter value)
        Sets the value of the parameter property.
        Parameters:
        value - allowed object is Parameter
      • getAlgorithm

        public AlgorithmType getAlgorithm()
        Gets the value of the algorithm property.
        Returns:
        possible object is AlgorithmType
      • setAlgorithm

        public void setAlgorithm​(AlgorithmType value)
        Sets the value of the algorithm property.
        Parameters:
        value - allowed object is AlgorithmType