Class KeyTransportAlgorithmImpl

All Implemented Interfaces:
Algorithm, JoseAlgorithm, KeyBasedAlgorithm, KeyTransportAlgorithm

public class KeyTransportAlgorithmImpl extends AbstractKeyBasedAlgorithm implements KeyTransportAlgorithm
Implementation class for KeyTransportAlgorithm.
Author:
Martin Lindström (martin@idsec.se), Stefan Santesson (stefan@idsec.se)
  • Constructor Details

    • KeyTransportAlgorithmImpl

      public KeyTransportAlgorithmImpl(String uri, int order, String keyType, String jcaName, com.nimbusds.jose.Algorithm joseAlgorithm)
      Constructor.
      Parameters:
      uri - the algorithm URI
      order - the ordering for the algorithm
      keyType - the key type
      jcaName - the JCA name
      joseAlgorithm - the JOSE algorithm (may be null)
    • KeyTransportAlgorithmImpl

      protected KeyTransportAlgorithmImpl(String uri)
      Protected constructor used by the builder.
      Parameters:
      uri - the algorithm URI
  • Method Details