public class HttpCryptoSm4Certificate extends Object
| 构造器和说明 |
|---|
HttpCryptoSm4Certificate() |
HttpCryptoSm4Certificate(String secretKey) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getSecretKey() |
org.springframework.security.crypto.encrypt.TextEncryptor |
getTextEncryptor() |
void |
setSecretKey(String secretKey) |
void |
setTextEncryptor(org.springframework.security.crypto.encrypt.TextEncryptor textEncryptor) |
public HttpCryptoSm4Certificate()
public HttpCryptoSm4Certificate(String secretKey)
public String getSecretKey()
public void setSecretKey(String secretKey)
public void setTextEncryptor(org.springframework.security.crypto.encrypt.TextEncryptor textEncryptor)
public org.springframework.security.crypto.encrypt.TextEncryptor getTextEncryptor()
Copyright © 2023. All rights reserved.