Interface OpenSSHKeyDecryptor
-
- All Known Subinterfaces:
OpenSSHKdfOptions
- All Known Implementing Classes:
BCryptKdfOptions
,RawKdfOptions
public interface OpenSSHKeyDecryptor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]
decodePrivateKeyBytes(SessionContext session, NamedResource resourceKey, CipherFactory cipherSpec, byte[] privateDataBytes, java.lang.String password)
boolean
isEncrypted()
-
-
-
Method Detail
-
isEncrypted
boolean isEncrypted()
-
decodePrivateKeyBytes
byte[] decodePrivateKeyBytes(SessionContext session, NamedResource resourceKey, CipherFactory cipherSpec, byte[] privateDataBytes, java.lang.String password) throws java.io.IOException, java.security.GeneralSecurityException
- Throws:
java.io.IOException
java.security.GeneralSecurityException
-
-