jdk/src/java.base/share/classes/javax/crypto/KeyGeneratorSpi.java
changeset 45665 6f21cd7ec80e
parent 45435 7a91c865edd4
equal deleted inserted replaced
45664:946711bbda08 45665:6f21cd7ec80e
    37  *
    37  *
    38  * <p>In case the client does not explicitly initialize the KeyGenerator
    38  * <p>In case the client does not explicitly initialize the KeyGenerator
    39  * (via a call to an {@code init} method), each provider must
    39  * (via a call to an {@code init} method), each provider must
    40  * supply (and document) a default initialization.
    40  * supply (and document) a default initialization.
    41  * See the Keysize Restriction sections of the
    41  * See the Keysize Restriction sections of the
    42  * <a href="{@docRoot}/../technotes/guides/security/SunProviders.html">
    42  * {@extLink security_guide_jdk_providers JDK Providers}
    43  * JDK Providers</a>
       
    44  * document for information on the KeyGenerator defaults used by
    43  * document for information on the KeyGenerator defaults used by
    45  * JDK providers.
    44  * JDK providers.
    46  * However, note that defaults may vary across different providers.
    45  * However, note that defaults may vary across different providers.
    47  * Additionally, the default value for a provider may change in a future
    46  * Additionally, the default value for a provider may change in a future
    48  * version. Therefore, it is recommended to explicitly initialize the
    47  * version. Therefore, it is recommended to explicitly initialize the