|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.xtreemos.xosd.security.rca.RCASignedResponse
public class RCASignedResponse
The class to represent the response of Resource Certification Authority server to the client's request for certificate signature. The response consists of a signed public key of the resource's identity certificate, and the signed attribute certificate explaining the resource.
Field Summary | |
---|---|
org.bouncycastle.x509.X509AttributeCertificate |
attributeCertificate
The certificate that describes the resource, using the attribute certificate form. |
java.security.cert.X509Certificate |
attributeCertificateExt
The certificate that describes the resource, using the form of a certificate with the attributes in the extensions. |
java.util.ArrayList<java.security.cert.X509Certificate> |
attributeVOCertificates
The VO attribute certificates, using the form of a certificate with the attributes in the extensions. |
java.security.cert.X509Certificate |
identityCertificate
The certificate that identifies the resource. |
CommunicationAddress |
siteAddress
The communication address of the xosd. |
Constructor Summary | |
---|---|
RCASignedResponse()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public CommunicationAddress siteAddress
public java.security.cert.X509Certificate identityCertificate
public org.bouncycastle.x509.X509AttributeCertificate attributeCertificate
public java.security.cert.X509Certificate attributeCertificateExt
public java.util.ArrayList<java.security.cert.X509Certificate> attributeVOCertificates
Constructor Detail |
---|
public RCASignedResponse()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |