|
Project JXTA | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.jxta.impl.protocol.CertificateSigningRequest
<xs:element name="jxta:csr" type="CertificateSigningRequest"/>
<xs:complexType name="csr">
<xs:all>
</xs:all>
</xs:complexType>
public class CertificateSigningRequest
A lightweight container for a PKCS#10/RFC2986 Certificate Signing Request.
| Constructor Summary | |
|---|---|
CertificateSigningRequest()
Deprecated. |
|
CertificateSigningRequest(Element root)
Deprecated. |
|
| Method Summary | |
|---|---|
PKCS10CertificationRequest |
getCSR()
Deprecated. |
Document |
getDocument(MimeMediaType encodeAs)
Deprecated. Creates a document out of the message. |
static String |
getMessageType()
Deprecated. returns the Message type. |
protected void |
initialize(Element root)
Deprecated. Initializes the message from a document. |
void |
setCSR(PKCS10CertificationRequest csr)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CertificateSigningRequest()
public CertificateSigningRequest(Element root)
| Method Detail |
|---|
public static String getMessageType()
public PKCS10CertificationRequest getCSR()
public void setCSR(PKCS10CertificationRequest csr)
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 | |||||||||