Class EncodedKey


  • public class EncodedKey
    extends java.lang.Object

    Java class for EncodedKey complex type.

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

     <complexType name="EncodedKey">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="algorithm" type="{http://certificateservices.org/xsd/sensitivekeys}notemptystring"/>
             <element name="data" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
             <element name="format" type="{http://certificateservices.org/xsd/sensitivekeys}notemptystring"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String algorithm  
      protected byte[] data  
      protected java.lang.String format  
    • Constructor Summary

      Constructors 
      Constructor Description
      EncodedKey()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getAlgorithm()
      Gets the value of the algorithm property.
      byte[] getData()
      Gets the value of the data property.
      java.lang.String getFormat()
      Gets the value of the format property.
      void setAlgorithm​(java.lang.String value)
      Sets the value of the algorithm property.
      void setData​(byte[] value)
      Sets the value of the data property.
      void setFormat​(java.lang.String value)
      Sets the value of the format property.
      • Methods inherited from class java.lang.Object

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

      • algorithm

        protected java.lang.String algorithm
      • data

        protected byte[] data
      • format

        protected java.lang.String format
    • Constructor Detail

      • EncodedKey

        public EncodedKey()
    • Method Detail

      • getAlgorithm

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

        public void setAlgorithm​(java.lang.String value)
        Sets the value of the algorithm property.
        Parameters:
        value - allowed object is String
      • getData

        public byte[] getData()
        Gets the value of the data property.
        Returns:
        possible object is byte[]
      • setData

        public void setData​(byte[] value)
        Sets the value of the data property.
        Parameters:
        value - allowed object is byte[]
      • getFormat

        public java.lang.String getFormat()
        Gets the value of the format property.
        Returns:
        possible object is String
      • setFormat

        public void setFormat​(java.lang.String value)
        Sets the value of the format property.
        Parameters:
        value - allowed object is String