public interface OpenSSHKeyDecryptor
| Modifier and Type | Method and Description |
|---|---|
byte[] |
decodePrivateKeyBytes(SessionContext session,
NamedResource resourceKey,
CipherFactory cipherSpec,
byte[] privateDataBytes,
String password) |
boolean |
isEncrypted() |
boolean isEncrypted()
byte[] decodePrivateKeyBytes(SessionContext session, NamedResource resourceKey, CipherFactory cipherSpec, byte[] privateDataBytes, String password) throws IOException, GeneralSecurityException
IOExceptionGeneralSecurityExceptionCopyright © 2018–2024 The Apache Software Foundation. All rights reserved.