-
Deprecated MethodsMethodDescriptioncom.oss.asn1.AbstractCollection.setComponentPresent
(int) Mark a component (OPTIONAL or with the DEFAULT value) as present.com.oss.asn1.AbstractCollection.setComponentPresent(AbstractData, int) Mark a component (OPTIONAL or with the DEFAULT value) as present if the value of the component is not null, mark it as absent, otherwise.It was replaced by the new method getSize().Get the number of significant bits the BitString contains. This method is deprecated. Use thegetSize
method instead.Validate a PDU by checking its constraints. This method is deprecated. Use theisValid
method ofAbstractData
class instead.As of release 8.0 replaced byIndexedInfoObjectSet.addObject(InfoObject)
As of release 8.0 replaced byIndexedInfoObjectSet.insertObject(InfoObject, int)
As of release 8.0 replaced byIndexedInfoObjectSet.removeAllObjects()
As of release 8.0 replaced byIndexedInfoObjectSet.removeObject(InfoObject)
As of release 8.0 replaced byIndexedInfoObjectSet.setObject(InfoObject, int)
As of release 8.0 replaced byInfoObjectSet.addObject(InfoObject)
As of release 8.0 replaced byInfoObjectSet.insertObject(InfoObject, int)