Module  java.base
软件包  java.security

Class DrbgParameters.NextBytes

    • 方法详细信息

      • getStrength

        public int getStrength​()
        返回以位为单位的安全强度。
        结果
        要求强度,如果有效强度应该使用-1。
      • getPredictionResistance

        public boolean getPredictionResistance​()
        返回是否请求预测电阻。
        结果
        是否要求预测电阻
      • getAdditionalInput

        public byte[] getAdditionalInput​()
        返回请求的附加输入。
        结果
        the requested additional input, null if not requested. A new byte array is returned each time this method is called.