Class AndroidOpenSSLSecurityProviderRegistrar
- java.lang.Object
-
- org.apache.sshd.common.util.logging.AbstractLoggingBean
-
- org.apache.sshd.common.util.security.AbstractSecurityProviderRegistrar
-
- org.apache.sshd.contrib.common.util.security.androidopenssl.AndroidOpenSSLSecurityProviderRegistrar
-
- All Implemented Interfaces:
org.apache.sshd.common.NamedResource
,org.apache.sshd.common.OptionalFeature
,org.apache.sshd.common.PropertyResolver
,org.apache.sshd.common.util.security.SecurityProviderChoice
,org.apache.sshd.common.util.security.SecurityProviderRegistrar
public class AndroidOpenSSLSecurityProviderRegistrar extends org.apache.sshd.common.util.security.AbstractSecurityProviderRegistrar
On Android 9, one cannot use the built inBouncy Castle
security provider becauseAndroid
blocks attempts to useBouncy Castle
for operations thatAndroidOpenSSL
supports.- See Also:
- Bouncy Castle algorithms
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
NAME
-
Fields inherited from class org.apache.sshd.common.util.security.AbstractSecurityProviderRegistrar
props, providerHolder, supportedEntities
-
-
Constructor Summary
Constructors Constructor Description AndroidOpenSSLSecurityProviderRegistrar()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDefaultSecurityEntitySupportValue(java.lang.Class<?> entityType)
java.security.Provider
getSecurityProvider()
boolean
isSupported()
-
Methods inherited from class org.apache.sshd.common.util.security.AbstractSecurityProviderRegistrar
createProviderInstance, getName, getOrCreateProvider, getProperties, isSecurityEntitySupported, toString
-
Methods inherited from class org.apache.sshd.common.util.logging.AbstractLoggingBean
debug, debug, debug, debug, debug, error, error, error, error, error, getSimplifiedLogger, info, info, warn, warn, warn, warn, warn, warn, warn, warn
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.sshd.common.PropertyResolver
getBoolean, getBooleanProperty, getCharset, getInteger, getIntProperty, getLong, getLongProperty, getObject, getString, getStringProperty, isEmpty
-
Methods inherited from interface org.apache.sshd.common.util.security.SecurityProviderChoice
getProviderName
-
Methods inherited from interface org.apache.sshd.common.util.security.SecurityProviderRegistrar
getBasePropertyName, getConfigurationPropertyName, getParentPropertyResolver, isCertificateFactorySupported, isCipherSupported, isEnabled, isKeyAgreementSupported, isKeyFactorySupported, isKeyPairGeneratorSupported, isMacSupported, isMessageDigestSupported, isNamedProviderUsed, isSignatureSupported
-
-
-
-
Field Detail
-
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
-
-