/** * Call this method in order to reuse <CODE>SnmpOutgoingRequest</CODE> cache. * @param cache The security cache. */ public void setSecurityCache(SnmpSecurityCache cache);
/** * Returns the cached security data used when marshalling the call as a secure one. * @return The cached data. */ public SnmpSecurityCache getSecurityCache();