Class AbstractKeyBasedAlgorithm

    • Constructor Detail

      • AbstractKeyBasedAlgorithm

        public AbstractKeyBasedAlgorithm​(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)
      • AbstractKeyBasedAlgorithm

        protected AbstractKeyBasedAlgorithm​(String uri)
        Protected constructor used by builders.
        Parameters:
        uri - the algorithm URI