public class VirgilCustomParams extends VirgilAsn1Compatible implements AutoCloseable
swigCMemOwn| Modifier | Constructor and Description |
|---|---|
|
VirgilCustomParams() |
protected |
VirgilCustomParams(long cPtr,
boolean cMemoryOwn) |
|
VirgilCustomParams(VirgilCustomParams other) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
close() |
void |
delete() |
protected void |
finalize() |
protected static long |
getCPtr(VirgilCustomParams obj) |
byte[] |
getData(byte[] key) |
int |
getInteger(byte[] key) |
byte[] |
getString(byte[] key) |
boolean |
isEmpty() |
void |
removeData(byte[] key) |
void |
removeInteger(byte[] key) |
void |
removeString(byte[] key) |
void |
setData(byte[] key,
byte[] value) |
void |
setInteger(byte[] key,
int value) |
void |
setString(byte[] key,
byte[] value) |
fromAsn1, getCPtr, toAsn1protected VirgilCustomParams(long cPtr,
boolean cMemoryOwn)
public VirgilCustomParams()
public VirgilCustomParams(VirgilCustomParams other)
protected static long getCPtr(VirgilCustomParams obj)
protected void finalize()
finalize in class VirgilAsn1Compatiblepublic void delete()
delete in class VirgilAsn1Compatiblepublic void close()
close in interface AutoCloseableclose in class VirgilAsn1Compatiblepublic boolean isEmpty()
public void setInteger(byte[] key,
int value)
public int getInteger(byte[] key)
public void removeInteger(byte[] key)
public void setString(byte[] key,
byte[] value)
public byte[] getString(byte[] key)
public void removeString(byte[] key)
public void setData(byte[] key,
byte[] value)
public byte[] getData(byte[] key)
public void removeData(byte[] key)
public void clear()
Copyright © 2016. All rights reserved.