eu.xtreemos.xosd.security.rca.client
Class RCAClient.RCAClientStorage

java.lang.Object
  extended by eu.xtreemos.xosd.security.rca.client.RCAClient.RCAClientStorage
Enclosing class:
RCAClient

public class RCAClient.RCAClientStorage
extends java.lang.Object


Field Summary
 java.lang.String dummyOutputPath
           
(package private)  java.security.KeyPair myKeyPair
          The public and private key pair for the resource's identity certificate.
 
Constructor Summary
RCAClient.RCAClientStorage()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

myKeyPair

java.security.KeyPair myKeyPair
The public and private key pair for the resource's identity certificate.


dummyOutputPath

public java.lang.String dummyOutputPath
Constructor Detail

RCAClient.RCAClientStorage

public RCAClient.RCAClientStorage()