Class AlgorithmRegistry.SignatureAlgorithmIndex

java.lang.Object
org.opensaml.xmlsec.algorithm.AlgorithmRegistry.SignatureAlgorithmIndex
Enclosing class:
AlgorithmRegistry

protected class AlgorithmRegistry.SignatureAlgorithmIndex extends Object
Class used as index key for signature algorithm lookup.
  • Field Details

    • key

      private String key
      Key type.
    • digest

      private String digest
      Digest type.
  • Constructor Details

    • SignatureAlgorithmIndex

      public SignatureAlgorithmIndex(@Nonnull String keyType, @Nonnull String digestType)
      Constructor.
      Parameters:
      keyType - the key type
      digestType - the digest type
  • Method Details