Class RsaJWK.OtherFactors

java.lang.Object
org.forgerock.json.JsonValue
org.forgerock.json.jose.jwk.RsaJWK.OtherFactors
All Implemented Interfaces:
Cloneable, Iterable<JsonValue>
Enclosing class:
RsaJWK

public static class RsaJWK.OtherFactors extends JsonValue
Holds the other prime factors.
  • Constructor Details

    • OtherFactors

      public OtherFactors(String r, String d, String t)
      Creates the other prime factors.
      Parameters:
      r - r value
      d - d value
      t - t value
    • OtherFactors

      Create other prime factors.
      Parameters:
      info - RSAOtherPrimeInfo used to create the other prime factors object.
  • Method Details