Class NHOtherInfoGenerator

    • Constructor Detail

      • NHOtherInfoGenerator

        public NHOtherInfoGenerator​(AlgorithmIdentifier algorithmID,
                                    byte[] partyUInfo,
                                    byte[] partyVInfo,
                                    SecureRandom random)
        Create a basic builder with just the compulsory fields.
        Parameters:
        algorithmID - the algorithm associated with this invocation of the KDF.
        partyUInfo - sender party info.
        partyVInfo - receiver party info.
        random - a source of randomness.