Uses of Class
com.google.cloud.oslogin.common.SshPublicKeyName
-
Packages that use SshPublicKeyName Package Description com.google.cloud.oslogin.common -
-
Uses of SshPublicKeyName in com.google.cloud.oslogin.common
Methods in com.google.cloud.oslogin.common that return SshPublicKeyName Modifier and Type Method Description SshPublicKeyNameSshPublicKeyName.Builder. build()static SshPublicKeyNameSshPublicKeyName. of(String user, String fingerprint)static SshPublicKeyNameSshPublicKeyName. parse(String formattedString)Methods in com.google.cloud.oslogin.common that return types with arguments of type SshPublicKeyName Modifier and Type Method Description static List<SshPublicKeyName>SshPublicKeyName. parseList(List<String> formattedStrings)Method parameters in com.google.cloud.oslogin.common with type arguments of type SshPublicKeyName Modifier and Type Method Description static List<String>SshPublicKeyName. toStringList(List<SshPublicKeyName> values)
-