Class SecurityEntityFactory.Named
java.lang.Object
org.apache.sshd.common.util.security.SecurityEntityFactory.Named
- All Implemented Interfaces:
SecurityEntityFactory
- Enclosing interface:
SecurityEntityFactory
- Author:
- Apache MINA SSHD Project
-
Nested Class Summary
Nested classes/interfaces inherited from interface SecurityEntityFactory
SecurityEntityFactory.ByProvider, SecurityEntityFactory.Default, SecurityEntityFactory.Named -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateAlgorithmParameters(String algorithm) createCertificateFactory(String algorithm) createCipher(String algorithm) createKeyAgreement(String algorithm) createKeyFactory(String algorithm) createKeyPairGenerator(String algorithm) createMessageDigest(String algorithm) createSecureRandom(String algorithm) createSignature(String algorithm) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface SecurityEntityFactory
createKEM
-
Constructor Details
-
Named
-
-
Method Details
-
createAlgorithmParameters
public AlgorithmParameters createAlgorithmParameters(String algorithm) throws GeneralSecurityException - Specified by:
createAlgorithmParametersin interfaceSecurityEntityFactory- Throws:
GeneralSecurityException
-
createCertificateFactory
public CertificateFactory createCertificateFactory(String algorithm) throws GeneralSecurityException - Specified by:
createCertificateFactoryin interfaceSecurityEntityFactory- Throws:
GeneralSecurityException
-
createCipher
- Specified by:
createCipherin interfaceSecurityEntityFactory- Throws:
GeneralSecurityException
-
createKeyAgreement
- Specified by:
createKeyAgreementin interfaceSecurityEntityFactory- Throws:
GeneralSecurityException
-
createKeyFactory
- Specified by:
createKeyFactoryin interfaceSecurityEntityFactory- Throws:
GeneralSecurityException
-
createKeyPairGenerator
- Specified by:
createKeyPairGeneratorin interfaceSecurityEntityFactory- Throws:
GeneralSecurityException
-
createMac
- Specified by:
createMacin interfaceSecurityEntityFactory- Throws:
GeneralSecurityException
-
createMessageDigest
- Specified by:
createMessageDigestin interfaceSecurityEntityFactory- Throws:
GeneralSecurityException
-
createSignature
- Specified by:
createSignaturein interfaceSecurityEntityFactory- Throws:
GeneralSecurityException
-
createSecureRandom
- Specified by:
createSecureRandomin interfaceSecurityEntityFactory- Throws:
GeneralSecurityException
-