be.fgov.ehealth.technicalconnector.ra.domain
Class NewCertificateContract

java.lang.Object
  extended by be.fgov.ehealth.technicalconnector.ra.domain.Contract
      extended by be.fgov.ehealth.technicalconnector.ra.domain.NewCertificateContract
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
RenewCertificateContract

public class NewCertificateContract
extends Contract

Contract used by requesting a new certificate.

See Also:
Serialized Form

Constructor Summary
NewCertificateContract(DistinguishedName name, ContactData contact, UsageType... types)
           
 
Method Summary
 ContactData getContact()
           
 DistinguishedName getDistinguishedName()
           
 byte[] getPkcs10DerEncoded()
           
 Set<UsageType> getUsageTypes()
           
 void setPkcs10DerEncoded(byte[] pkcs10)
           
 
Methods inherited from class be.fgov.ehealth.technicalconnector.ra.domain.Contract
getContract, getRequestor, isContractViewed
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NewCertificateContract

public NewCertificateContract(DistinguishedName name,
                              ContactData contact,
                              UsageType... types)
                       throws TechnicalConnectorException
Throws:
TechnicalConnectorException
Method Detail

getContact

public ContactData getContact()

getUsageTypes

public Set<UsageType> getUsageTypes()

getDistinguishedName

public DistinguishedName getDistinguishedName()

setPkcs10DerEncoded

public void setPkcs10DerEncoded(byte[] pkcs10)

getPkcs10DerEncoded

public byte[] getPkcs10DerEncoded()



Connector Business ORGPHARMACY 3.10.2 API
Copyright © {inceptionYear}-2016 eHealth. All Rights Reserved.