Class AllowWeakRSAKey

  • All Implemented Interfaces:
    JWSSignerOption

    @Immutable
    public final class AllowWeakRSAKey
    extends java.lang.Object
    implements JWSSignerOption
    JSON Web Signature (JWS) option to allow weak RSA keys that are shorter than 2048 bits.
    • Method Detail

      • getInstance

        public static AllowWeakRSAKey getInstance()
        Returns an instance of this class.
        Returns:
        The instance.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object