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

net.jradius.tls.SecurityParameters Maven / Gradle / Ivy

package net.jradius.tls;

class SecurityParameters
{
    byte[] masterSecret = null;
    byte[] clientRandom = null;
    byte[] serverRandom = null;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy