Class CanonicalKeyType


  • public class CanonicalKeyType
    extends java.lang.Object

    Java class for CanonicalKeyType complex type.

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

     <complexType name="CanonicalKeyType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <choice>
             <element name="publicVerificationKey" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
           </choice>
         </restriction>
       </complexContent>
     </complexType>
     
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] getPublicVerificationKey()
      Gets the value of the publicVerificationKey property.
      void setPublicVerificationKey​(byte[] value)
      Sets the value of the publicVerificationKey property.
      • Methods inherited from class java.lang.Object

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

      • publicVerificationKey

        protected byte[] publicVerificationKey
    • Constructor Detail

      • CanonicalKeyType

        public CanonicalKeyType()
    • Method Detail

      • getPublicVerificationKey

        public byte[] getPublicVerificationKey()
        Gets the value of the publicVerificationKey property.
        Returns:
        possible object is byte[]
      • setPublicVerificationKey

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