注释类型 Signable


@Target({METHOD,TYPE}) @Retention(RUNTIME) @Documented @Overlay public @interface Signable
Created by davidoff shen on 2017-04-20.
  • 元素详细资料

    • paperName

      String paperName
      默认值:
      ""
    • algorithm

      String algorithm
      默认值:
      "SHA256withRSA"
    • serializer

      Class<? extends SignatureSerializer> serializer
      默认值:
      org.coodex.concrete.common.SignatureSerializer.class