Search in sources :

Example 6 with BufferProxy

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);
}
Also used : BufferProxy(org.mozilla.jss.nss.BufferProxy)

Aggregations

BufferProxy (org.mozilla.jss.nss.BufferProxy)6 PRFDProxy (org.mozilla.jss.nss.PRFDProxy)2 CryptoManager (org.mozilla.jss.CryptoManager)1 SSLFDProxy (org.mozilla.jss.nss.SSLFDProxy)1 PK11Cert (org.mozilla.jss.pkcs11.PK11Cert)1 PK11PrivKey (org.mozilla.jss.pkcs11.PK11PrivKey)1 SSLAlertEvent (org.mozilla.jss.ssl.SSLAlertEvent)1