Uses of Class
org.apache.sshd.common.config.keys.loader.PrivateKeyEncryptionContext
Packages that use PrivateKeyEncryptionContext
Package
Description
-
Uses of PrivateKeyEncryptionContext in org.apache.sshd.common.config.keys.loader
Methods in org.apache.sshd.common.config.keys.loader with type parameters of type PrivateKeyEncryptionContextModifier and TypeMethodDescriptionstatic final <C extends PrivateKeyEncryptionContext>
CPrivateKeyEncryptionContext.initializeObfuscator(C context, PrivateKeyObfuscator o, String password) static final <C extends PrivateKeyEncryptionContext>
CPrivateKeyEncryptionContext.parseAlgorithmInfo(C context, String algInfo) Methods in org.apache.sshd.common.config.keys.loader that return PrivateKeyEncryptionContextModifier and TypeMethodDescriptionPrivateKeyEncryptionContext.clone()static final PrivateKeyEncryptionContextPrivateKeyEncryptionContext.newPrivateKeyEncryptionContext(PrivateKeyObfuscator o, String password) PrivateKeyEncryptionContext.parseAlgorithmInfo(String algInfo) static final PrivateKeyEncryptionContextDESPrivateKeyObfuscator.resolveEffectiveContext(PrivateKeyEncryptionContext encContext) Methods in org.apache.sshd.common.config.keys.loader with parameters of type PrivateKeyEncryptionContextModifier and TypeMethodDescription<A extends Appendable>
AAbstractPrivateKeyObfuscator.appendPrivateKeyEncryptionContext(A sb, PrivateKeyEncryptionContext encContext) <A extends Appendable>
APrivateKeyObfuscator.appendPrivateKeyEncryptionContext(A sb, PrivateKeyEncryptionContext encContext) protected byte[]AbstractPrivateKeyObfuscator.applyPrivateKeyCipher(byte[] bytes, PrivateKeyEncryptionContext encContext, int numBits, byte[] keyValue, boolean encryptIt) byte[]AESPrivateKeyObfuscator.applyPrivateKeyCipher(byte[] bytes, PrivateKeyEncryptionContext encContext, boolean encryptIt) byte[]DESPrivateKeyObfuscator.applyPrivateKeyCipher(byte[] bytes, PrivateKeyEncryptionContext encContext, boolean encryptIt) byte[]PrivateKeyObfuscator.applyPrivateKeyCipher(byte[] bytes, PrivateKeyEncryptionContext encContext, boolean encryptIt) protected byte[]AbstractPrivateKeyObfuscator.deriveEncryptionKey(PrivateKeyEncryptionContext encContext, int outputKeyLength) byte[]AbstractPrivateKeyObfuscator.generateInitializationVector(PrivateKeyEncryptionContext encContext) byte[]PrivateKeyObfuscator.generateInitializationVector(PrivateKeyEncryptionContext encContext) static final PrivateKeyEncryptionContextDESPrivateKeyObfuscator.resolveEffectiveContext(PrivateKeyEncryptionContext encContext) protected abstract intAbstractPrivateKeyObfuscator.resolveInitializationVectorLength(PrivateKeyEncryptionContext encContext) protected intAESPrivateKeyObfuscator.resolveInitializationVectorLength(PrivateKeyEncryptionContext encContext) protected intDESPrivateKeyObfuscator.resolveInitializationVectorLength(PrivateKeyEncryptionContext encContext) protected abstract intAbstractPrivateKeyObfuscator.resolveKeyLength(PrivateKeyEncryptionContext encContext) protected intAESPrivateKeyObfuscator.resolveKeyLength(PrivateKeyEncryptionContext encContext) protected intDESPrivateKeyObfuscator.resolveKeyLength(PrivateKeyEncryptionContext encContext) -
Uses of PrivateKeyEncryptionContext in org.apache.sshd.common.config.keys.loader.pem
Methods in org.apache.sshd.common.config.keys.loader.pem with parameters of type PrivateKeyEncryptionContextModifier and TypeMethodDescriptionprotected byte[]AbstractPEMResourceKeyPairParser.applyPrivateKeyCipher(byte[] bytes, PrivateKeyEncryptionContext encContext, boolean encryptIt) -
Uses of PrivateKeyEncryptionContext in org.apache.sshd.common.config.keys.writer
Classes in org.apache.sshd.common.config.keys.writer with type parameters of type PrivateKeyEncryptionContextModifier and TypeInterfaceDescriptioninterfaceKeyPairResourceWriter<OPTIONS extends PrivateKeyEncryptionContext>AKeyPairResourceWritercan serialize keys to an external representation. -
Uses of PrivateKeyEncryptionContext in org.apache.sshd.common.config.keys.writer.openssh
Modifier and TypeClassDescriptionclassAPrivateKeyEncryptionContextfor use with aOpenSSHKeyPairResourceWriter.Methods in org.apache.sshd.common.config.keys.writer.openssh with parameters of type PrivateKeyEncryptionContextModifier and TypeMethodDescriptionprotected byte[]OpenSSHKeyPairResourceWriter.KeyEncryptor.deriveEncryptionKey(PrivateKeyEncryptionContext context, int keyLength) Derives an encryption key and set the IV on thecontextfrom the passphase provided by the context using the OpenBSDBCryptKDF.