public class BigIntegerToBytesCodes extends ObjectToBytesCodes<BigInteger>
| 构造器和说明 |
|---|
BigIntegerToBytesCodes() |
| 限定符和类型 | 方法和说明 |
|---|---|
BigInteger |
decode(byte[] cipherObj,
Type plainType)
decode cipher object to plain object
|
byte[] |
encode(BigInteger plainObj)
encode plain object to cipher object
|
ordercompareTo, matchDecodeType, matchEncodeObjectpublic byte[] encode(BigInteger plainObj)
Codesencode 在类中 ObjectToBytesCodes<BigInteger>plainObj - plain object to be encodedpublic BigInteger decode(byte[] cipherObj, Type plainType)
Codesdecode 在类中 ObjectToBytesCodes<BigInteger>cipherObj - cipher object to be decodedplainType - expected type of plain objectCopyright © 2020. All rights reserved.