Interface KeyTransportAlgorithm

All Superinterfaces:
AlgorithmDescriptor, KeySpecifiedAlgorithm
All Known Implementing Classes:
KeyTransportRSA15, KeyTransportRSAOAEP, KeyTransportRSAOAEPMGF1P

public interface KeyTransportAlgorithm extends KeySpecifiedAlgorithm
Interface for key transport algorithm descriptors.
  • Method Details

    • getCipherMode

      @Nonnull @NotEmpty String getCipherMode()
      Get the JCA cipher mode specified by this algorithm.
      Returns:
      the cipher mode
    • getPadding

      @Nonnull @NotEmpty String getPadding()
      Get the JCA padding algorithm specified by this algorithm.
      Returns:
      the padding algorithm