com.psoft.hsphere.axis
Class PGPKeysInfo
java.lang.Object
com.psoft.hsphere.axis.PGPKeysInfo
- All Implemented Interfaces:
- java.io.Serializable
public class PGPKeysInfo
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
|
Constructor Summary |
PGPKeysInfo()
|
PGPKeysInfo(java.lang.String encryptPhrase,
java.lang.String privateKey,
java.lang.String publicKey)
|
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
PGPKeysInfo
public PGPKeysInfo()
PGPKeysInfo
public PGPKeysInfo(java.lang.String encryptPhrase,
java.lang.String privateKey,
java.lang.String publicKey)
getEncryptPhrase
public java.lang.String getEncryptPhrase()
setEncryptPhrase
public void setEncryptPhrase(java.lang.String encryptPhrase)
getPrivateKey
public java.lang.String getPrivateKey()
setPrivateKey
public void setPrivateKey(java.lang.String privateKey)
getPublicKey
public java.lang.String getPublicKey()
setPublicKey
public void setPublicKey(java.lang.String publicKey)
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
getTypeDesc
public static org.apache.axis.description.TypeDesc getTypeDesc()
getSerializer
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
getDeserializer
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Copyright © 2005 Positive Software Corporation. All Rights Reserved.