Package | Description |
---|---|
org.apache.sshd.common.util.security | |
org.apache.sshd.common.util.security.bouncycastle | |
org.apache.sshd.common.util.security.eddsa |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSecurityProviderRegistrar |
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<java.lang.String,SecurityProviderRegistrar> |
SecurityUtils.REGISTERED_PROVIDERS |
Modifier and Type | Method and Description |
---|---|
static SecurityProviderRegistrar |
SecurityProviderRegistrar.findSecurityProviderRegistrarBySecurityEntity(java.util.function.Predicate<? super SecurityProviderRegistrar> entitySelector,
java.util.Collection<? extends SecurityProviderRegistrar> registrars) |
static SecurityProviderRegistrar |
SecurityUtils.getRegisteredProvider(java.lang.String provider) |
static SecurityProviderRegistrar |
SecurityUtils.registerSecurityProvider(SecurityProviderRegistrar registrar) |
Modifier and Type | Method and Description |
---|---|
static boolean |
SecurityProviderRegistrar.isSecurityEntitySupported(SecurityProviderRegistrar registrar,
java.lang.Class<?> entityType,
java.lang.String name,
java.lang.String defaultValue)
Checks whether the requested entity type algorithm/name is listed
as supported by the registrar's configuration
|
static boolean |
SecurityProviderRegistrar.registerSecurityProvider(SecurityProviderRegistrar registrar)
Attempts to register the security provider represented by the registrar
if not already registered.
|
static SecurityProviderRegistrar |
SecurityUtils.registerSecurityProvider(SecurityProviderRegistrar registrar) |
Modifier and Type | Method and Description |
---|---|
static <T> SecurityEntityFactory<T> |
SecurityUtils.createSecurityEntityFactory(java.lang.Class<T> entityType,
java.util.function.Predicate<? super SecurityProviderRegistrar> entitySelector) |
static SecurityProviderRegistrar |
SecurityProviderRegistrar.findSecurityProviderRegistrarBySecurityEntity(java.util.function.Predicate<? super SecurityProviderRegistrar> entitySelector,
java.util.Collection<? extends SecurityProviderRegistrar> registrars) |
static SecurityProviderRegistrar |
SecurityProviderRegistrar.findSecurityProviderRegistrarBySecurityEntity(java.util.function.Predicate<? super SecurityProviderRegistrar> entitySelector,
java.util.Collection<? extends SecurityProviderRegistrar> registrars) |
static <T> SecurityEntityFactory<T> |
SecurityUtils.resolveSecurityEntityFactory(java.lang.Class<T> entityType,
java.lang.String algorithm,
java.util.function.Predicate<? super SecurityProviderRegistrar> entitySelector) |
Modifier and Type | Class and Description |
---|---|
class |
BouncyCastleSecurityProviderRegistrar |
Modifier and Type | Class and Description |
---|---|
class |
EdDSASecurityProviderRegistrar |