Class LegacySamResourceProfileExtensionProvider


  • public final class LegacySamResourceProfileExtensionProvider
    extends java.lang.Object
    Provides an adapter of CardResourceProfileExtension to be used with the card resource service.
    Since:
    0.1.0
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.eclipse.keyple.core.service.resource.spi.CardResourceProfileExtension getSamProfileExtension​(org.calypsonet.terminal.calypso.crypto.legacysam.sam.LegacySamSelection samSelection)
      Returns a CardResourceProfileExtension.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getSamProfileExtension

        public static org.eclipse.keyple.core.service.resource.spi.CardResourceProfileExtension getSamProfileExtension​(org.calypsonet.terminal.calypso.crypto.legacysam.sam.LegacySamSelection samSelection)
        Returns a CardResourceProfileExtension.
        Parameters:
        samSelection - The legacy SAM selection to use.
        Returns:
        A not null reference.
        Throws:
        java.lang.IllegalArgumentException - If no SAM selection is provided.
        Since:
        0.1.0