Project JXTA

net.jxta.impl.protocol
Class CertificateSigningRequest

java.lang.Object
  extended by net.jxta.impl.protocol.CertificateSigningRequest

Deprecated. The types exported from this implementation are subject to change.

   <xs:element name="jxta:csr" type="CertificateSigningRequest"/>

   <xs:complexType name="csr">
     <xs:all>
     </xs:all>
   </xs:complexType>
 

public class CertificateSigningRequest
extends Object

A lightweight container for a PKCS#10/RFC2986 Certificate Signing Request.

See Also:
PKCS #10, IETF RFC 2986

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

CertificateSigningRequest

public CertificateSigningRequest()
Deprecated. 

CertificateSigningRequest

public CertificateSigningRequest(Element root)
Deprecated. 
Method Detail

getMessageType

public static String getMessageType()
Deprecated. 
returns the Message type. This will match the XML doctype declaration.

Returns:
a string

getCSR

public PKCS10CertificationRequest getCSR()
Deprecated. 

setCSR

public void setCSR(PKCS10CertificationRequest csr)
Deprecated. 

initialize

protected void initialize(Element root)
Deprecated. 
Initializes the message from a document.


getDocument

public Document getDocument(MimeMediaType encodeAs)
Deprecated. 
Creates a document out of the message.

Parameters:
encodeAs - The document representation format requested.
Returns:
the message as a document.

JXTA J2SE