程序包的使用
io.nuls.core.crypto
-
使用io.nuls.core.crypto的程序包 程序包 说明 io.nuls.base.script io.nuls.base.signture io.nuls.core.crypto io.nuls.v2.model io.nuls.v2.util -
io.nuls.base.script使用的io.nuls.core.crypto中的类 类 说明 ECKey Represents an elliptic curve public and (optionally) private key, usable for digital signatures but not encryption.Sha256Hash A Sha256Hash just wraps a byte[] so that equals and hashcode work correctly, allowing it to be used as keys in a map. -
io.nuls.base.signture使用的io.nuls.core.crypto中的类 类 说明 ECKey Represents an elliptic curve public and (optionally) private key, usable for digital signatures but not encryption. -
io.nuls.core.crypto使用的io.nuls.core.crypto中的类 类 说明 ECKey Represents an elliptic curve public and (optionally) private key, usable for digital signatures but not encryption.ECKey.ECDSASignature Groups the two components that make up a signature, and provides a way to encode to DER form, which is how ECDSA signatures are represented when embedded in other data structures in the Bitcoin protocol.EncryptedData 加密后的数据LazyECPoint A wrapper around ECPoint that delays decoding of the point for as long as possible.Sha256Hash A Sha256Hash just wraps a byte[] so that equals and hashcode work correctly, allowing it to be used as keys in a map. -
io.nuls.v2.model使用的io.nuls.core.crypto中的类 类 说明 ECKey Represents an elliptic curve public and (optionally) private key, usable for digital signatures but not encryption. -
io.nuls.v2.util使用的io.nuls.core.crypto中的类 类 说明 ECKey Represents an elliptic curve public and (optionally) private key, usable for digital signatures but not encryption.