use of org.mozilla.jss.nss.BufferProxy in project jss by dogtagpki.
the class TestBuffer method TestCreateFree.
public static void TestCreateFree() {
BufferProxy buf = Buffer.Create(100);
assert (buf != null);
Buffer.Free(buf);
}
Aggregations