1
0
mirror of synced 2026-08-04 09:17:02 +00:00

SEC-1659: Label crypto utils package as only for internal use.

This commit is contained in:
Luke Taylor
2011-01-19 18:19:58 +00:00
parent 38327d1b16
commit 162cb64baa
@@ -1,4 +1,5 @@
/**
* Shared crypto utilities.
* Shared crypto utilities for internal module use.
* These are liable to change or be refactored and should not be used by external code.
*/
package org.springframework.security.crypto.util;