Class ProtectedByteArrayType

  • All Implemented Interfaces:
    ProtectedData<Byte[]>, JaxbVisitable, Serializable

    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()
    • Method Detail

      • getClearBytes

        public byte[] getClearBytes()
      • setClearBytes

        public void setClearBytes​(byte[] bytes)
      • canSupportType

        public boolean canSupportType​(Class<?> type)