public class VirgilBase64 extends Object implements AutoCloseable
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
swigCMemOwn |
| Modifier | Constructor and Description |
|---|---|
protected |
VirgilBase64(long cPtr,
boolean cMemoryOwn) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
static byte[] |
decode(String base64str) |
void |
delete() |
static String |
encode(byte[] data) |
protected void |
finalize() |
protected static long |
getCPtr(VirgilBase64 obj) |
protected static long getCPtr(VirgilBase64 obj)
public void delete()
public void close()
close in interface AutoCloseablepublic static String encode(byte[] data)
public static byte[] decode(String base64str)
Copyright © 2016. All rights reserved.