commit | 4df5717012d5de386d39de391dbabbfd3d7d56a5 | [log] [tgz] |
---|---|---|
author | Jim Hahn <jrh3@att.com> | Wed Jun 26 09:27:51 2019 -0400 |
committer | Jim Hahn <jrh3@att.com> | Wed Jun 26 09:44:36 2019 -0400 |
tree | c74ea50b006a890847fd4e42983cadc3532e39d5 | |
parent | d1ab0ec8471deeb7739206dc2ef0aac3dc5b245f [diff] |
Speed up CryptoUtilsTest CryptoUtilsTest runs slowly because the SecureRandom that CryptoUtils uses to generate an "iv" takes a while to create enough randomness. However, as the "iv" is only used as a "salt", it is not necessary to use SecureRandom; the values generated by Random are sufficient. Change-Id: I1f3b03b85d28852a7969d3a83802a2691308caa5 Issue-ID: POLICY-1791 Signed-off-by: Jim Hahn <jrh3@att.com>
Copyright 2018 AT&T Intellectual Property. All rights reserved. This file is licensed under the CREATIVE COMMONS ATTRIBUTION 4.0 INTERNATIONAL LICENSE Full license text at https://creativecommons.org/licenses/by/4.0/legalcode
This source repository contains ONAP common code, which is shared by 'policy-drools-pdp' and 'policy-engine'. To build it: