com.caucho.hmtp
Class GetPublicKeyQuery
java.lang.Object
com.caucho.hmtp.GetPublicKeyQuery
- All Implemented Interfaces:
- java.io.Serializable
public class GetPublicKeyQuery
- extends java.lang.Object
- implements java.io.Serializable
Query to get the public key
- See Also:
- Serialized Form
Constructor Summary |
GetPublicKeyQuery()
Null constructor |
GetPublicKeyQuery(java.lang.String algorithm,
java.lang.String format,
byte[] encoded)
Constructor for the result |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
GetPublicKeyQuery
public GetPublicKeyQuery()
- Null constructor
GetPublicKeyQuery
public GetPublicKeyQuery(java.lang.String algorithm,
java.lang.String format,
byte[] encoded)
- Constructor for the result
getAlgorithm
public java.lang.String getAlgorithm()
getFormat
public java.lang.String getFormat()
getEncoded
public byte[] getEncoded()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object