nl.surfnet.mujina.model
Class Credential

java.lang.Object
  extended by nl.surfnet.mujina.model.Credential
All Implemented Interfaces:
Serializable

public class Credential
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Credential()
           
 
Method Summary
 String getCertificate()
           
 String getKey()
           
 void setCertificate(String certificate)
           
 void setKey(String key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Credential

public Credential()
Method Detail

getCertificate

public String getCertificate()

setCertificate

public void setCertificate(String certificate)

getKey

public String getKey()

setKey

public void setKey(String key)


Copyright © 2009-2012 SURFnet bv, The Netherlands. All Rights Reserved.