v11.0.0
- 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 ObjectIdentifierwith
ObjectIdentifier.fromPartsshould be sufficient to upgrade.
- The constructor no longer accepts any arguments
- You can now construct OIDs from
ObjectIdentifier.fromBytes()and
ObjectIdentifier.fromBytesUnsafe().