public class RSAUtil
extends java.lang.Object
| Constructor and Description |
|---|
RSAUtil() |
| Modifier and Type | Method and 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) |
public static boolean supportsPKCS1(org.bouncycastle.asn1.x509.AlgorithmIdentifier pubKeyAlgID)
public static boolean supportsPSS_PSS(short signatureAlgorithm,
org.bouncycastle.asn1.x509.AlgorithmIdentifier pubKeyAlgID)
public static boolean supportsPSS_RSAE(org.bouncycastle.asn1.x509.AlgorithmIdentifier pubKeyAlgID)