public abstract class AbstractKeySelector extends KeySelector
KeySelector implementations.KeySelector.Purpose| Constructor and Description |
|---|
AbstractKeySelector() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
algorithmEquals(String sAlgURI,
String sAlgName)
Checks if a JCA/JCE public key algorithm name is compatible with the
specified signature algorithm URI.
|
String |
toString() |
select, singletonKeySelectorpublic static boolean algorithmEquals(@Nonnull String sAlgURI, @Nonnull String sAlgName)
sAlgURI - The requested algorithm URI.sAlgName - The provided algorithm name from a public key.true if the name matches the URI.Copyright © 2014–2021 Philip Helger. All rights reserved.