This is part of the JDK (at least in JDK6), should be in classes.jar (where java.lang.String has almost everything else).
However, you should not directly access these implementation-specific classes. You must use this provider using standard interfaces such as java.security.spec.ECParameterSpec .
source share