- Much more performant OID implementation
- The constructor no longer accepts any arguments
- It was replaced with
ObjectIdentifier.fromParts()
.
- It was replaced with
- Merely finding and replacing
new ObjectIdentifier
with
ObjectIdentifier.fromParts
should be sufficient to upgrade.
- The constructor no longer accepts any arguments
- You can now construct OIDs from
ObjectIdentifier.fromBytes()
and
ObjectIdentifier.fromBytesUnsafe()
.