Skip to content

Commit

Permalink
add api file
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusz834 committed Jun 22, 2023
1 parent a5a7b91 commit 23a23e4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions api/next/60665
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
+pkg encoding/asn1, func FromObjectIdentifier(ObjectIdentifier) (OID, error)
+pkg encoding/asn1, func ParseOID([]uint8) (OID, error)
+pkg encoding/asn1, method (OID) Equal(OID) bool
+pkg encoding/asn1, method (OID) EqualObjectIdentifier(ObjectIdentifier) bool
+pkg encoding/asn1, method (OID) String() string
+pkg encoding/asn1, method (OID) ToObjectIdentifier() (ObjectIdentifier, bool)
+pkg encoding/asn1, type OID struct

0 comments on commit 23a23e4

Please sign in to comment.