Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/tomcat
/ parseOIDAsBytes
Method
parseOIDAsBytes
java/org/apache/tomcat/util/buf/Asn1Parser.java:229–231 ·
view source on GitHub ↗
Parses an OID value as raw bytes. @return the parsed OID bytes
()
Source
from the content-addressed store, hash-verified
227
* @
return
the parsed OID bytes
228
*/
229
public
byte[] parseOIDAsBytes() {
230
return
parseBytes(TAG_OID);
231
}
232
233
234
/**
Callers
1
toPrivateKey
Method · 0.95
Calls
1
parseBytes
Method · 0.95
Tested by
no test coverage detected