public class PQCUtil
extends java.lang.Object
| Constructor and Description |
|---|
PQCUtil() |
| Modifier and Type | Method and Description |
|---|---|
static org.bouncycastle.asn1.ASN1ObjectIdentifier |
getMLDSAObjectidentifier(int signatureScheme) |
static int |
getMLDSASignatureScheme(org.bouncycastle.crypto.params.MLDSAParameters parameters) |
static org.bouncycastle.asn1.ASN1ObjectIdentifier |
getSLHDSAObjectidentifier(int signatureScheme) |
static int |
getSLHDSASignatureScheme(org.bouncycastle.crypto.params.SLHDSAParameters parameters) |
static boolean |
supportsMLDSA(org.bouncycastle.asn1.x509.AlgorithmIdentifier pubKeyAlgID,
org.bouncycastle.asn1.ASN1ObjectIdentifier mlDsaAlgOid) |
static boolean |
supportsSLHDSA(org.bouncycastle.asn1.x509.AlgorithmIdentifier pubKeyAlgID,
org.bouncycastle.asn1.ASN1ObjectIdentifier slhDsaAlgOid) |
public static org.bouncycastle.asn1.ASN1ObjectIdentifier getMLDSAObjectidentifier(int signatureScheme)
public static int getMLDSASignatureScheme(org.bouncycastle.crypto.params.MLDSAParameters parameters)
public static org.bouncycastle.asn1.ASN1ObjectIdentifier getSLHDSAObjectidentifier(int signatureScheme)
public static int getSLHDSASignatureScheme(org.bouncycastle.crypto.params.SLHDSAParameters parameters)
public static boolean supportsMLDSA(org.bouncycastle.asn1.x509.AlgorithmIdentifier pubKeyAlgID,
org.bouncycastle.asn1.ASN1ObjectIdentifier mlDsaAlgOid)
public static boolean supportsSLHDSA(org.bouncycastle.asn1.x509.AlgorithmIdentifier pubKeyAlgID,
org.bouncycastle.asn1.ASN1ObjectIdentifier slhDsaAlgOid)