jenkins.plugins.rpmsign
Class GpgKey

java.lang.Object
  extended by jenkins.plugins.rpmsign.GpgKey
All Implemented Interfaces:
Serializable

public class GpgKey
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
GpgKey()
           
GpgKey(String name, String privateKey, hudson.util.Secret passphrase)
           
 
Method Summary
 String getId()
          Deprecated. 
 String getName()
           
 hudson.util.Secret getPassphrase()
           
 String getPrivateKey()
           
 int getUniqueId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GpgKey

public GpgKey()

GpgKey

@DataBoundConstructor
public GpgKey(String name,
                                   String privateKey,
                                   hudson.util.Secret passphrase)
Method Detail

getId

@Deprecated
public String getId()
Deprecated. 


getUniqueId

public int getUniqueId()

getPrivateKey

public String getPrivateKey()

getPassphrase

public hudson.util.Secret getPassphrase()

getName

public String getName()


Copyright © 2004-2013 SpecEMS. All Rights Reserved.