MCPcopy 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

initSecContextMethod · 0.95
acceptSecContextMethod · 0.95
doCommunicationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected