Class RSAUtil


  • public class RSAUtil
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      RSAUtil()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean supportsPKCS1​(org.bouncycastle.asn1.x509.AlgorithmIdentifier pubKeyAlgID)  
      static boolean supportsPSS_PSS​(short signatureAlgorithm, org.bouncycastle.asn1.x509.AlgorithmIdentifier pubKeyAlgID)  
      static boolean supportsPSS_RSAE​(org.bouncycastle.asn1.x509.AlgorithmIdentifier pubKeyAlgID)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RSAUtil

        public RSAUtil()
    • Method Detail

      • supportsPKCS1

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

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

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