Package io.jenkins.plugins.yc
Class YCPrivateKey
- java.lang.Object
-
- io.jenkins.plugins.yc.YCPrivateKey
-
public class YCPrivateKey extends Object
-
-
Constructor Summary
Constructors Constructor Description YCPrivateKey(String privateKey, String userName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object that)
String
getPrivateKey()
Secret
getPrivateKeySecret()
String
getPublicFingerprint()
String
getUserName()
int
hashCode()
String
toString()
-
-
-
Method Detail
-
getPrivateKey
public String getPrivateKey()
-
getUserName
public String getUserName()
-
getPrivateKeySecret
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public Secret getPrivateKeySecret()
-
getPublicFingerprint
public String getPublicFingerprint() throws IOException
- Throws:
IOException
-
-