|
Project JXTA | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.jxta.impl.protocol.Certificate
A lightweight container for X.509 Certificates. *
<xs:element name="jxta:cert" type="Certificate"/>
<xs:complexType name="Certificate" type="xs:string">
<xs:element name="Issuer" type="jxta:cert" minOccurs="0" />
</xs:complexType>
Constructor Summary | |
Certificate()
|
|
Certificate(Element root)
|
Method Summary | |
X509Certificate[] |
getCertificates()
|
Document |
getDocument(MimeMediaType encodeAs)
Creates a document out of the message. |
static String |
getMessageType()
returns the Message type. |
protected void |
initialize(Element root)
Initializes the message from a document. |
void |
setCertificates(List certs)
|
void |
setCertificates(X509Certificate[] certs)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Certificate()
public Certificate(Element root)
Method Detail |
public static String getMessageType()
public X509Certificate[] getCertificates()
public void setCertificates(X509Certificate[] certs)
public void setCertificates(List certs)
protected void initialize(Element root)
public Document getDocument(MimeMediaType encodeAs)
encodeAs
- The document representation format requested.
|
JXTA J2SE | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |