Class EncryptionMethodType

java.lang.Object
com.evolveum.prism.xml.ns._public.types_3.EncryptionMethodType
All Implemented Interfaces:
JaxbVisitable, Serializable, Cloneable

public class EncryptionMethodType extends Object implements Serializable, Cloneable, JaxbVisitable
TODO Loosely based on XML encryption standard. But we cannot use full standard as we are not bound to XML. We need this to work also for JSON and YAML and other languages.

Java class for EncryptionMethodType complex type.

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

 <complexType name="EncryptionMethodType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="algorithm" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • algorithm

      protected String algorithm
  • Constructor Details

    • EncryptionMethodType

      public EncryptionMethodType()
  • Method Details