All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.omg.CSIIOP.CompoundSecMech Maven / Gradle / Ivy

The newest version!
package org.omg.CSIIOP;


/**
* org/omg/CSIIOP/CompoundSecMech.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from /home/tomek/workspace/openjdk-orb/src/share/classes/org/omg/CSIIOP/CSIIOP.idl
* Wednesday, February 1, 2023 4:15:31 PM CET
*/

public final class CompoundSecMech implements org.omg.CORBA.portable.IDLEntity
{
  public short target_requires = (short)0;
  public org.omg.IOP.TaggedComponent transport_mech = null;
  public org.omg.CSIIOP.AS_ContextSec as_context_mech = null;
  public org.omg.CSIIOP.SAS_ContextSec sas_context_mech = null;

  public CompoundSecMech ()
  {
  } // ctor

  public CompoundSecMech (short _target_requires, org.omg.IOP.TaggedComponent _transport_mech, org.omg.CSIIOP.AS_ContextSec _as_context_mech, org.omg.CSIIOP.SAS_ContextSec _sas_context_mech)
  {
    target_requires = _target_requires;
    transport_mech = _transport_mech;
    as_context_mech = _as_context_mech;
    sas_context_mech = _sas_context_mech;
  } // ctor

} // class CompoundSecMech




© 2015 - 2024 Weber Informatics LLC | Privacy Policy