Package de.dentrassi.rpm.builder
Class Signature
- java.lang.Object
-
- de.dentrassi.rpm.builder.Signature
-
public class Signature extends Object
-
-
Constructor Summary
Constructors Constructor Description Signature()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetHashAlgorithm()StringgetKeyId()FilegetKeyringFile()StringgetPassphrase()booleanisSkip()voidsetHashAlgorithm(String hashAlgorithm)voidsetKeyId(String keyId)voidsetKeyringFile(File keyringFile)voidsetPassphrase(String passphrase)voidsetSkip(boolean skip)
-
-
-
Method Detail
-
setKeyId
public void setKeyId(String keyId)
-
getKeyId
public String getKeyId()
-
setKeyringFile
public void setKeyringFile(File keyringFile)
-
getKeyringFile
public File getKeyringFile()
-
setPassphrase
public void setPassphrase(String passphrase)
-
getPassphrase
public String getPassphrase()
-
setHashAlgorithm
public void setHashAlgorithm(String hashAlgorithm)
-
getHashAlgorithm
public String getHashAlgorithm()
-
setSkip
public void setSkip(boolean skip)
-
isSkip
public boolean isSkip()
-
-