Interface SessionKeys
- 
 @Deprecated(since="2.5.0", forRemoval=true) public interface SessionKeys Deprecated, for removal: This API element is subject to removal in a future version.OCI SDK insteadProvider of session keys when using Instance principal security.
- 
- 
Method SummaryAll Methods Static Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description static SessionKeyscreate()Deprecated, for removal: This API element is subject to removal in a future version.Create default instance (using RSA).KeyPairkeyPair()Deprecated, for removal: This API element is subject to removal in a future version.Get the key pair.KeyPairrefresh()Deprecated, for removal: This API element is subject to removal in a future version.Refresh keys.
 
- 
- 
- 
Method Detail- 
createstatic SessionKeys create() Deprecated, for removal: This API element is subject to removal in a future version.Create default instance (using RSA).- Returns:
- new session keys
 
 - 
keyPairKeyPair keyPair() Deprecated, for removal: This API element is subject to removal in a future version.Get the key pair.- Returns:
- key pair
 
 - 
refreshKeyPair refresh() Deprecated, for removal: This API element is subject to removal in a future version.Refresh keys.- Returns:
- a new key pair
 
 
- 
 
-