public class SM4Parameters extends AlgorithmParametersSpi
| 限定符和类型 | 字段和说明 |
|---|---|
private GCMParameterSpec |
gcmParameterSpec |
private byte[] |
iv |
| 构造器和说明 |
|---|
SM4Parameters() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected byte[] |
engineGetEncoded() |
protected byte[] |
engineGetEncoded(String format) |
protected <T extends AlgorithmParameterSpec> |
engineGetParameterSpec(Class<T> paramSpec) |
protected void |
engineInit(AlgorithmParameterSpec paramSpec) |
protected void |
engineInit(byte[] params) |
protected void |
engineInit(byte[] params,
String format) |
protected String |
engineToString() |
private byte[] iv
private GCMParameterSpec gcmParameterSpec
protected void engineInit(AlgorithmParameterSpec paramSpec) throws InvalidParameterSpecException
protected void engineInit(byte[] params)
throws IOException
engineInit 在类中 AlgorithmParametersSpiIOExceptionprotected void engineInit(byte[] params,
String format)
throws IOException
engineInit 在类中 AlgorithmParametersSpiIOExceptionprotected <T extends AlgorithmParameterSpec> T engineGetParameterSpec(Class<T> paramSpec) throws InvalidParameterSpecException
protected byte[] engineGetEncoded()
throws IOException
engineGetEncoded 在类中 AlgorithmParametersSpiIOExceptionprotected byte[] engineGetEncoded(String format) throws IOException
engineGetEncoded 在类中 AlgorithmParametersSpiIOExceptionprotected String engineToString()
engineToString 在类中 AlgorithmParametersSpiCopyright © 2024. All rights reserved.