카테고리 없음
Java Security Standard Algorithm Names
냐옴
2023. 12. 14. 15:21
https://docs.oracle.com/en/java/javase/11/docs/specs/security/standard-names.html
Java Security Standard Algorithm Names
Strength The length, in bits, of the modulus p. This must be a multiple of 64, ranging from from 512 to 1024 (inclusive), 2048, or 3072. Alternatively, generate DSA parameters with the DSAGenParameterSpec class. Note that this class supports the latest ver
docs.oracle.com