| Package | Description |
|---|---|
| com.oracle.bedrock.runtime.remote |
| Modifier and Type | Method and Description |
|---|---|
HostBased |
HostBased.addIdentity(String privateKey)
Add an alternative identity that may be used to attempt authentication.
|
HostBased |
HostBased.addIdentity(String privateKey,
byte[] passphrase)
Add an alternative identity that may be used to attempt authentication.
|
HostBased |
HostBased.addIdentity(String privateKey,
String passphrase)
Add an alternative identity that may be used to attempt authentication.
|
HostBased |
HostBased.addIdentity(String privateKey,
String publicKey,
byte[] passphrase)
Add an alternative identity that may be used to attempt authentication.
|
HostBased |
HostBased.addIdentity(String privateKey,
String publicKey,
String passphrase)
Add an alternative identity that may be used to attempt authentication.
|
Copyright © 2017. All rights reserved.