No cache version.

Caching disabled. Default setting for this page:enabled (code LNG204)
If the display is too slow, you can disable the user mode to view the cached version.
javax.crypto.spec

Class PBEParameterSpec

    • Constructor Detail

      • PBEParameterSpec

        public PBEParameterSpec(byte[] salt,
                        int iterationCount)
        Constructs a parameter set for password-based encryption as defined in the PKCS #5 standard.
        Parameters:
        salt - the salt. The contents of salt are copied to protect against subsequent modification.
        iterationCount - the iteration count.
        Throws:
        NullPointerException - if salt is null.
    • Method Detail

      • getSalt

        public byte[] getSalt()
        Returns the salt.
        Returns:
        the salt. Returns a new array each time this method is called.
      • getIterationCount

        public int getIterationCount()
        Returns the iteration count.
        Returns:
        the iteration count
Error Infobrol

Can not display this page of the Infobrol website

Type of error (18-01)

Unknown format specifier "&"

Please try again in a few minutes…

Return to the home page




Steph