Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cconlon/kerberos-java-gssapi
/ getBytes
Method
getBytes
src/java/edu/mit/jgss/DerHeader.java:44–47 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
42
}
43
44
public
byte[] getBytes() {
45
byte[] tmp = headerBytes.clone();
46
return
tmp;
47
}
48
49
public
void
setLength(
int
length) {
50
this.length = length;
Callers
3
initSecContext
Method · 0.95
acceptSecContext
Method · 0.95
doCommunication
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected