Class AlgorithmRegistry.SignatureAlgorithmIndex

  • Enclosing class:
    AlgorithmRegistry

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

      • key

        private String key
        Key type.
      • digest

        private String digest
        Digest type.
    • Constructor Detail

      • SignatureAlgorithmIndex

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