Interface NotificationConfig

All Known Implementing Classes:
AbstractNotificationConfig, AutoCertificateNotificationConfig, RSAAutoCertificateConfig, RSACombinedNotificationConfig, RSANotificationConfig, RSAPublicKeyConfig, RSAPublicKeyNotificationConfig

public interface NotificationConfig
用于解析通知的配置
  • Method Details

    • getSignType

      String getSignType()
      获取签名类型
      Returns:
      签名类型
    • getCipherType

      String getCipherType()
      获取认证加解密器类型
      Returns:
      认证加解密器类型
    • createVerifier

      Verifier createVerifier()
      创建验签器
      Returns:
      验签器
    • createAeadCipher

      AeadCipher createAeadCipher()
      创建认证加解密器
      Returns:
      认证加解密器