Class CompositeIndex
- java.lang.Object
-
- org.bouncycastle.jcajce.provider.asymmetric.compositesignatures.CompositeIndex
-
public class CompositeIndex extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CompositeIndex()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
getAlgorithmName(ASN1ObjectIdentifier algorithm)
static java.util.Set<ASN1ObjectIdentifier>
getSupportedIdentifiers()
static boolean
isAlgorithmSupported(ASN1ObjectIdentifier algorithm)
-
-
-
Method Detail
-
isAlgorithmSupported
public static boolean isAlgorithmSupported(ASN1ObjectIdentifier algorithm)
-
getSupportedIdentifiers
public static java.util.Set<ASN1ObjectIdentifier> getSupportedIdentifiers()
-
getAlgorithmName
public static java.lang.String getAlgorithmName(ASN1ObjectIdentifier algorithm)
-
-