Class ProtectedByteArrayType

  • All Implemented Interfaces:
    PlainStructured, PlainStructured.WithoutStrategy, ProtectedData<Byte[]>, JaxbVisitable, Serializable, Cloneable

    public class ProtectedByteArrayType
    extends ProtectedDataType<Byte[]>
    Specific subtype for protected binary byte array data.

    Java class for ProtectedByteArrayType complex type.

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

     <complexType name="ProtectedByteArrayType">
       <complexContent>
         <extension base="{http://prism.evolveum.com/xml/ns/public/types-3}ProtectedDataType">
           <sequence>
             <element name="clearValue" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • ProtectedByteArrayType

        public ProtectedByteArrayType()