Class RSAUtil

java.lang.Object
org.spongycastle.tls.crypto.impl.RSAUtil

public class RSAUtil extends Object
  • Constructor Details

    • RSAUtil

      public RSAUtil()
  • Method Details

    • supportsPKCS1

      public static boolean supportsPKCS1(org.spongycastle.asn1.x509.AlgorithmIdentifier pubKeyAlgID)
    • supportsPSS_PSS

      public static boolean supportsPSS_PSS(short signatureAlgorithm, org.spongycastle.asn1.x509.AlgorithmIdentifier pubKeyAlgID)
    • supportsPSS_RSAE

      public static boolean supportsPSS_RSAE(org.spongycastle.asn1.x509.AlgorithmIdentifier pubKeyAlgID)