public class SSLNetworkAuditEventSource extends NetworkAuditEventSource
Thread.State, Thread.UncaughtExceptionHandlerMAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY| Modifier and Type | Method and Description |
|---|---|
static SSLNetworkAuditEventSource |
createSSLSource(InputStream keyStoreFile,
String pass,
String server,
int port)
This is the factory method to create a new SSL based network audit event source.
|
addEventListener, close, connect, hasNext, nextEvent, removeEventListener, run, setFilteractiveCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yieldpublic static SSLNetworkAuditEventSource createSSLSource(InputStream keyStoreFile, String pass, String server, int port) throws Exception
keyStoreFile - The file containing the private/public key pair.pass - The password in case the key file is encrypted.server - The server name/address to which this source will be connected.port - The port of the server to which the source will be connected.Exception - In case anything went wrong (setting up the server socket, extracting the keys)Copyright © 2013 jwall.org. All Rights Reserved.