Hello, I was wondering if there was any plans to support Oracle's Network Encryption <https://docs.oracle.com/cd/E11882_01/network.112/e40393/asojbdc.htm#ASOAG030> with this toolkit? I could not see a way to add these properties as is.
To support it, I believe it it would have to be able to support the following parameters (taken from the URL above) 10.2.1 CONNECTION_PROPERTY_THIN_NET_ENCRYPTION_LEVEL Parameter This parameter defines the level of security that the client wants to negotiate with the server. Table 10-1 <https://docs.oracle.com/cd/E11882_01/network.112/e40393/asojbdc.htm#BJFBFAHB> describes this parameters attributes. Table 10-1 CONNECTION_PROPERTY_THIN_NET_ENCRYPTION_LEVEL Attributes AttributeDescription Parameter Type String Parameter Class Static Permitted Values REJECTED; ACCEPTED; REQUESTED; REQUIRED Default Value ACCEPTED Syntax prop.setProperty(OracleConnection.CONNECTION_PROPERTY_THIN_NET_ENCRYPTION_LEVEL, level); where prop is an object of the Properties class Example prop.setProperty(OracleConnection.CONNECTION_PROPERTY_THIN_NET_ENCRYPTION_LEVEL,"REQUIRED"); where prop is an object of the Properties class thank you -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sequel-talk/522a8ca9-9f4e-41bb-944b-d43ef163ec97%40googlegroups.com.
