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 | Method and Description |
---|---|
static SecurityProviderRegistrar |
SecurityProviderRegistrar.findSecurityProviderRegistrarBySecurityEntity(Predicate<? super SecurityProviderRegistrar> entitySelector,
Collection<? extends SecurityProviderRegistrar> registrars) |
static SecurityProviderRegistrar |
SecurityUtils.getRegisteredProvider(String provider) |
static SecurityProviderRegistrar |
SecurityUtils.registerSecurityProvider(SecurityProviderRegistrar registrar) |
Modifier and Type | Method and Description |
---|---|
static boolean |
SecurityProviderRegistrar.isSecurityEntitySupported(SecurityProviderRegistrar registrar,
Class<?> entityType,
String name,
String defaultValue)
Checks whether the requested entity type algorithm/name is listed
as supported by the registrar's configuration
|
static SecurityProviderRegistrar |
SecurityUtils.registerSecurityProvider(SecurityProviderRegistrar registrar) |
static boolean |
SecurityProviderRegistrar.registerSecurityProvider(SecurityProviderRegistrar registrar)
Attempts to register the security provider represented by the registrar
if not already registered.
|
Modifier and Type | Method and Description |
---|---|
static <T> SecurityEntityFactory<T> |
SecurityUtils.createSecurityEntityFactory(Class<T> entityType,
Predicate<? super SecurityProviderRegistrar> entitySelector) |
static SecurityProviderRegistrar |
SecurityProviderRegistrar.findSecurityProviderRegistrarBySecurityEntity(Predicate<? super SecurityProviderRegistrar> entitySelector,
Collection<? extends SecurityProviderRegistrar> registrars) |
static SecurityProviderRegistrar |
SecurityProviderRegistrar.findSecurityProviderRegistrarBySecurityEntity(Predicate<? super SecurityProviderRegistrar> entitySelector,
Collection<? extends SecurityProviderRegistrar> registrars) |
static <T> SecurityEntityFactory<T> |
SecurityUtils.resolveSecurityEntityFactory(Class<T> entityType,
String algorithm,
Predicate<? super SecurityProviderRegistrar> entitySelector) |
Modifier and Type | Class and Description |
---|---|
class |
BouncyCastleSecurityProviderRegistrar |
Modifier and Type | Class and Description |
---|---|
class |
EdDSASecurityProviderRegistrar |
Copyright © 2008–2022 The Apache Software Foundation. All rights reserved.