Deprecated API
Contents
-
Deprecated Classes
-
Deprecated MethodsMethodDescriptionUse
BER.checkSequenceLength(int, int, BERSerializable)because it is immune against longer than minimum numeric value encodings.UseMessageDispatcher.getTransport(Address, TransportType)instead to make sure that the returned mapping supports the intended SNMP application type usage (i.e. command/notification generator or command receiver).UseMessageDispatcherImpl.getTransport(Address, TransportType)instead to make sure that the returned mapping supports the intended SNMP application type usage (i.e. command/notification generator or command receiver).If the engineIDnullis provided this method does only delete the generic user. All already localized users will not be deleted. To delete those users too, useUSM.removeAllUsers(OctetString, OctetString)instead.UseTLSTM.getProtocolVersions()instead.UseTLSTM.setProtocolVersions(String[])instead.UseTransportStateReference.getTarget()instead and cast toCertifiedIdentityif possible.
-
Deprecated ConstructorsConstructorDescriptionUse
AuthSHA2(String, OID, int, int, int)instead to specify the correct HMAC block sizeThe BIT STRING type has been temporarily defined in RFC 1442 and obsoleted by RFC 2578. Use OctetString (i.e. BITS syntax) instead.