Uses of Package
java.math
Packages that usejava.math
Package
Description
Provides classes for creating and modifying images.
Provides classes for performing arbitrary-precision integer arithmetic (
BigInteger) and arbitrary-precision decimal arithmetic (BigDecimal).Provides classes and interfaces for parsing and managing certificates, certificate revocation lists (CRLs), and certification paths.
Provides interfaces for generating RSA (Rivest, Shamir and Adleman AsymmetricCipher algorithm) keys as defined in the RSA Laboratory Technical Note PKCS#1, and DSA (Digital Signature Algorithm) keys as defined in NIST's FIPS-186.
Provides classes and interfaces for key specifications and algorithm parameter specifications.
Provides the API for accessing and processing data stored in a data source (usually a relational database) using the Java programming language.
Provides classes and interfaces for handling text, dates, numbers, and messages in a manner independent of natural languages.
Contains the collections framework, some internationalization support classes, a service loader, properties, random number generation, string parsing and scanning classes, base64 encoding and decoding, a bit array, and several miscellaneous utility classes.
This package contains classes and interfaces that support a generic API for random number generation.
Provides interfaces for Diffie-Hellman keys as defined in RSA Laboratories' PKCS #3.
Provides classes and interfaces for key specifications and algorithm parameter specifications.
Provides the open data types and Open MBean descriptor classes.
Provides classes for public key certificates.
Provides the API for server side data source access and processing from the Java programming language.
Standard interfaces and base classes for JDBC
RowSet implementations.Provides utility classes to allow serializable mappings between SQL types and data types in the Java programming language.
Classes for parsing and processing
KeyInfo elements and structures. Defines XML/Java Type Mappings.
Incubating Feature. Will be removed in a future release.
- Classes injava.math used byjava.awt.image
- ClassDescriptionImmutable, arbitrary-precision signed decimal numbers.Immutable arbitrary-precision integers.Immutable objects which encapsulate the context settings which describe certain rules for numerical operators, such as those implemented by the
BigDecimalclass.Specifies arounding policy for numerical operations capable of discarding precision. - Classes injava.math used byjava.security.cert
- Classes injava.math used byjava.security.interfaces
- Classes injava.math used byjava.security.spec
- ClassDescriptionSpecifies arounding policy for numerical operations capable of discarding precision.
- ClassDescriptionImmutable, arbitrary-precision signed decimal numbers.Immutable arbitrary-precision integers.
- Classes injava.math used byjava.util.random
- Classes injava.math used byjavax.crypto.interfaces
- Classes injava.math used byjavax.crypto.spec
- Classes injava.math used byjavax.management.openmbeanClassDescriptionImmutable, arbitrary-precision signed decimal numbers.Immutable arbitrary-precision integers.
- Classes injava.math used byjavax.security.cert
- Classes injava.math used byjavax.sql.rowset
- Classes injava.math used byjavax.sql.rowset.serial
- Classes injava.math used byjavax.xml.crypto.dsig.keyinfo
- Classes injava.math used byjavax.xml.datatypeClassDescriptionImmutable, arbitrary-precision signed decimal numbers.Immutable arbitrary-precision integers.
- Classes injava.math used byjdk.incubator.vector