Interface OpenSSHKeyDecryptor
- All Known Subinterfaces:
OpenSSHKdfOptions
- All Known Implementing Classes:
BCryptKdfOptions
,OpenSSHParserContext
,RawKdfOptions
public interface OpenSSHKeyDecryptor
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]
decodePrivateKeyBytes
(SessionContext session, NamedResource resourceKey, String cipherName, byte[] privateDataBytes, String password) boolean
-
Method Details
-
isEncrypted
boolean isEncrypted() -
decodePrivateKeyBytes
byte[] decodePrivateKeyBytes(SessionContext session, NamedResource resourceKey, String cipherName, byte[] privateDataBytes, String password) throws IOException, GeneralSecurityException - Throws:
IOException
GeneralSecurityException
-