no.digipost.api.client.representations
Class EncryptionKey

java.lang.Object
  extended by no.digipost.api.client.representations.Representation
      extended by no.digipost.api.client.representations.EncryptionKey

public class EncryptionKey
extends Representation


Field Summary
protected  String keyId
           
protected  String value
           
 
Fields inherited from class no.digipost.api.client.representations.Representation
links
 
Constructor Summary
EncryptionKey()
           
 
Method Summary
 String getKeyId()
           
 String getValue()
           
 void setKeyId(String value)
           
 void setValue(String value)
           
 
Methods inherited from class no.digipost.api.client.representations.Representation
addLink, getLinkByRelationName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected String value

keyId

protected String keyId
Constructor Detail

EncryptionKey

public EncryptionKey()
Method Detail

getValue

public String getValue()

setValue

public void setValue(String value)

getKeyId

public String getKeyId()

setKeyId

public void setKeyId(String value)


Copyright © 2012 Digipost Open Source. All Rights Reserved.