Class ProtectedByteArrayType

java.lang.Object
com.evolveum.prism.xml.ns._public.types_3.ProtectedDataType<Byte[]>
com.evolveum.prism.xml.ns._public.types_3.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:
  • Constructor Details

    • ProtectedByteArrayType

      public ProtectedByteArrayType()
  • Method Details