Skip to content

v11.0.0

Latest
Compare
Choose a tag to compare
@JonathanWilbur JonathanWilbur released this 22 Jun 00:55
· 1 commit to master since this release
  • Much more performant OID implementation
    • The constructor no longer accepts any arguments
      • It was replaced with ObjectIdentifier.fromParts().
    • Merely finding and replacing new ObjectIdentifier with
      ObjectIdentifier.fromParts should be sufficient to upgrade.
  • You can now construct OIDs from ObjectIdentifier.fromBytes() and
    ObjectIdentifier.fromBytesUnsafe().