Interface RSAJWK.OtherPrimeInfo

Enclosing interface:
RSAJWK

public static interface RSAJWK.OtherPrimeInfo

RSA JSON Web Key other prime info.

Since:
1.5
Author:
Jeremy Kuhn
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the other prime info coefficient encoded as Base64URL.
    Returns the other prime info exponent encoded as Base64URL.
    Returns the other prime info prime factor encoded as Base64URL.
  • Method Details

    • getPrimeFactor

      String getPrimeFactor()

      Returns the other prime info prime factor encoded as Base64URL.

      Returns:
      the Base64URL encoded other prime info prime factor with no padding.
    • getExponent

      String getExponent()

      Returns the other prime info exponent encoded as Base64URL.

      Returns:
      the Base64URL encoded other prime info exponent with no padding.
    • getCoefficient

      String getCoefficient()

      Returns the other prime info coefficient encoded as Base64URL.

      Returns:
      the Base64URL encoded other prime info coefficient with no padding.