eu.xtreemos.xosd.vo.rca.client
Class RCAClientConfig

java.lang.Object
  extended by eu.xtreemos.xosd.vo.rca.client.RCAClientConfig

public class RCAClientConfig
extends java.lang.Object


Field Summary
 java.lang.String cdaCertificateFileName
          The path to the server's certificate authority's public key/certificate.
 java.lang.String resAttributeCertExtFileName
          The path to the resource's attribute certificate (attributes stored in an extension).
 java.lang.String resAttributeCertFileName
          The path to the resource's attribute certificate (attribute certificate).
 java.lang.String resIdentityCertFileName
          The path to the resource's identity certificate (public key).
 java.lang.String resPrivateKeyFileName
          The path to the resource's private key.
 
Constructor Summary
RCAClientConfig()
           
 
Method Summary
 void defaultConfig()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cdaCertificateFileName

public java.lang.String cdaCertificateFileName
The path to the server's certificate authority's public key/certificate.


resPrivateKeyFileName

public java.lang.String resPrivateKeyFileName
The path to the resource's private key.


resIdentityCertFileName

public java.lang.String resIdentityCertFileName
The path to the resource's identity certificate (public key).


resAttributeCertFileName

public java.lang.String resAttributeCertFileName
The path to the resource's attribute certificate (attribute certificate).


resAttributeCertExtFileName

public java.lang.String resAttributeCertExtFileName
The path to the resource's attribute certificate (attributes stored in an extension).

Constructor Detail

RCAClientConfig

public RCAClientConfig()
Method Detail

defaultConfig

public void defaultConfig()