| 程序包 | 说明 |
|---|---|
| com.jn.langx.security.crypto.digest.internal | |
| com.jn.langx.security.crypto.digest.internal.impl | |
| com.jn.langx.security.gm.crypto.digest.sm3 |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
GeneralDigest.copyIn(GeneralDigest t) |
| 构造器和说明 |
|---|
GeneralDigest(GeneralDigest t)
Copy constructor.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
_MD4Digest
implementation of MD4 as RFC 1320 by R.
|
class |
_MD5Digest
implementation of MD5 as outlined in "Handbook of Applied Cryptography", pages 346 - 347.
|
class |
_SHA1Digest
implementation of SHA-1 as outlined in "Handbook of Applied Cryptography", pages 346 - 349.
|
class |
_SHA224Digest
SHA-224 as described in RFC 3874
block word digest
SHA-1 512 32 160
SHA-224 512 32 224
SHA-256 512 32 256
SHA-384 1024 64 384
SHA-512 1024 64 512
|
class |
_SHA256Digest
FIPS 180-2 implementation of SHA-256.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
_SM3Digest
Implementation of Chinese SM3 digest as described at
http://tools.ietf.org/html/draft-shen-sm3-hash-01
and at .... ( Chinese PDF )
The specification says "process a bit stream",
but this is written to process bytes in blocks of 4,
meaning this will process 32-bit word groups.
|
Copyright © 2021. All rights reserved.