org.omg.SSLIOP.SSLIOP.idl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of openjdk-orb Show documentation
Show all versions of openjdk-orb Show documentation
JBoss repackaging of the OpenJDK ORB
#pragma prefix "omg.org"
#include
#include
module SSLIOP {
// Security mechanism SSL
const IOP::ComponentId TAG_SSL_SEC_TRANS = 20;
struct SSL {
Security::AssociationOptions target_supports;
Security::AssociationOptions target_requires;
unsigned short port;
};
};
© 2015 - 2024 Weber Informatics LLC | Privacy Policy