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