|
Class Certificate
|
<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 | |
|---|---|
public |
|
public |
Certificate(Element root) |
| Method Summary | |
|---|---|
public X509Certificate |
|
public Document |
getDocument(MimeMediaType encodeAs) Creates a document out of the message. |
public static String |
returns the Message type. |
protected void |
initialize(Element root) Initializes the message from a document. |
public void |
setCertificates(X509Certificate certs) |
public void |
setCertificates(List certs) |
| Field Detail |
| Constructor Detail |
| Method Detail |