All Methods Static Methods Concrete Methods
| Modifier and Type |
Method and Description |
static SWIGTYPE_p_bytesPointer |
AESDecrypt(SWIGTYPE_p_unsigned_char _cipherData,
long _cipherDataSize,
SWIGTYPE_p_unsigned_char _key,
long _keySize,
SWIGTYPE_p_unsigned_char _ivData,
long _ivDataSize) |
static SWIGTYPE_p_bytesPointer |
AESEncrypt(SWIGTYPE_p_unsigned_char _plainData,
long _plainDataSize,
SWIGTYPE_p_unsigned_char _key,
long _keySize,
SWIGTYPE_p_unsigned_char _ivData,
long _ivDataSize) |
static SWIGTYPE_p_Address |
calculateAddress(Hash _hashImpl,
SWIGTYPE_p_PublicPtr _publicKey) |
static SWIGTYPE_p_bytes |
calculateAddress(Hash _hashImpl,
SWIGTYPE_p_unsigned_char _publicKey,
long _len) |
static SWIGTYPE_p_Address |
calculateAddress(SWIGTYPE_p_Hash__Ptr _hashImpl,
SWIGTYPE_p_PublicPtr _publicKey) |
static void |
fillBytes(SWIGTYPE_p_bcos__bytesConstRef input,
byte[] STRING) |
static void |
fillBytes(SWIGTYPE_p_std__string_view input,
byte[] STRING) |
static void |
fillBytes(SWIGTYPE_p_std__vectorT_unsigned_char_t input,
byte[] STRING) |
static SWIGTYPE_p_std__vectorT_unsigned_char_t |
fromHex(java.lang.String input) |
static SWIGTYPE_p_std__vectorT_unsigned_char_t |
fromHex(SWIGTYPE_p_bcos__bytesConstRef input) |
static SWIGTYPE_p_std__vectorT_unsigned_char_t |
fromHex(SWIGTYPE_p_std__string_view input) |
static SWIGTYPE_p_std__vectorT_unsigned_char_t |
fromHex(SWIGTYPE_p_std__vectorT_unsigned_char_t input) |
static int |
getAES_IV_DATA_SIZE() |
static int |
getAES_KEY_SIZE() |
static int |
getAES_MAX_PADDING_SIZE() |
static int |
getSM4_IV_SIZE() |
static int |
getSM4_KEY_SIZE() |
static int |
getSM4_MAX_PADDING_LEN() |
static H256Vector |
h256SpanToVector(SWIGTYPE_p_gsl__spanT_bcos__h256_const_t view) |
static LogEntryVector |
logEntrySpanToVector(SWIGTYPE_p_gsl__spanT_bcos__protocol__LogEntry_const_t view) |
static CryptoSuite |
newCryptoSuite(boolean sm) |
static KeyPairInterface |
pointerToReference(SWIGTYPE_p_std__shared_ptrT_bcos__crypto__KeyPairInterface_t ptr) |
static KeyPairInterface |
pointerToReference(SWIGTYPE_p_std__unique_ptrT_bcos__crypto__KeyPairInterface_t ptr) |
static SWIGTYPE_p_bytesPointer |
SM4Decrypt(SWIGTYPE_p_unsigned_char _cipherData,
long _cipherDataSize,
SWIGTYPE_p_unsigned_char _key,
long _keySize,
SWIGTYPE_p_unsigned_char _ivData,
long _ivDataSize) |
static SWIGTYPE_p_bytesPointer |
SM4Encrypt(SWIGTYPE_p_unsigned_char _plainData,
long _plainDataSize,
SWIGTYPE_p_unsigned_char _key,
long _keySize,
SWIGTYPE_p_unsigned_char _ivData,
long _ivDataSize) |
static SWIGTYPE_p_std__vectorT_unsigned_char_t |
toBytes(byte[] STRING) |
static SWIGTYPE_p_std__vectorT_unsigned_char_t |
toBytes(SWIGTYPE_p_bcos__bytesConstRef input) |
static SWIGTYPE_p_std__vectorT_unsigned_char_t |
toBytes(SWIGTYPE_p_std__string_view input) |
static SWIGTYPE_p_bcos__bytesConstRef |
toBytesConstRef(java.lang.String input) |
static SWIGTYPE_p_bcos__bytesConstRef |
toBytesConstRef(SWIGTYPE_p_std__string_view input) |
static SWIGTYPE_p_bcos__bytesConstRef |
toBytesConstRef(SWIGTYPE_p_std__vectorT_unsigned_char_t input) |
static java.lang.String |
toHex(SWIGTYPE_p_bcos__bytesConstRef input) |
static java.lang.String |
toHex(SWIGTYPE_p_bcos__h256 input) |
static java.lang.String |
toHex(SWIGTYPE_p_std__string_view input) |
static java.lang.String |
toHex(SWIGTYPE_p_std__vectorT_unsigned_char_t input) |
static java.lang.String |
toString(SWIGTYPE_p_bcos__bytesConstRef input) |
static java.lang.String |
toString(SWIGTYPE_p_bcos__u256 input) |
static java.lang.String |
toString(SWIGTYPE_p_std__string_view input) |
static java.lang.String |
toString(SWIGTYPE_p_std__vectorT_unsigned_char_t input) |