Package org.bouncycastle.tls.crypto.impl
Class RSAUtil
java.lang.Object
org.bouncycastle.tls.crypto.impl.RSAUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleansupportsPKCS1(org.bouncycastle.asn1.x509.AlgorithmIdentifier pubKeyAlgID) static booleansupportsPSS_PSS(short signatureAlgorithm, org.bouncycastle.asn1.x509.AlgorithmIdentifier pubKeyAlgID) static booleansupportsPSS_RSAE(org.bouncycastle.asn1.x509.AlgorithmIdentifier pubKeyAlgID)
-
Constructor Details
-
RSAUtil
public RSAUtil()
-
-
Method Details
-
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)
-