public final class RSAAutoCertificateConfig extends AbstractRSAConfig implements NotificationConfig
| Modifier and Type | Class and Description |
|---|---|
static class |
RSAAutoCertificateConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
AeadCipher |
createAeadCipher()
创建认证加解密器
|
Verifier |
createVerifier()
创建验签器
|
java.lang.String |
getCipherType()
获取认证加解密器类型
|
java.lang.String |
getSignType()
获取签名类型
|
createCredential, createDecryptor, createEncryptor, createSigner, createValidatorpublic java.lang.String getSignType()
getSignType in interface NotificationConfigpublic java.lang.String getCipherType()
getCipherType in interface NotificationConfigpublic Verifier createVerifier()
createVerifier in interface NotificationConfigpublic AeadCipher createAeadCipher()
createAeadCipher in interface NotificationConfig