org.eclipse.higgins.icard
Interface IImportCardInfo


public interface IImportCardInfo

Basic interface representing information about card available from import source.


Method Summary
 IElement getCardElement()
           
 X509Certificate[] getIssuerCertificate()
           
 String getSourceFormat()
           
 

Method Detail

getSourceFormat

String getSourceFormat()
Returns:
Card import source format.

getCardElement

IElement getCardElement()
Returns:
Card element which can be imported.

getIssuerCertificate

X509Certificate[] getIssuerCertificate()
Returns:
The certificate chain of issuer, issued this certificate, used in case of CRD file and is optional.