Liking cljdoc? Tell your friends :D

jdk.security.interfaces.core

No vars found in this namespace.

jdk.security.interfaces.DSAKey

The interface to a DSA public or private key. DSA (Digital Signature Algorithm) is defined in NIST's FIPS-186.

The interface to a DSA public or private key. DSA (Digital Signature
Algorithm) is defined in NIST's FIPS-186.
raw docstring

jdk.security.interfaces.DSAKeyPairGenerator

An interface to an object capable of generating DSA key pairs.

The initialize methods may each be called any number of times. If no initialize method is called on a DSAKeyPairGenerator, the default is to generate 1024-bit keys, using precomputed p, q and g parameters and an instance of SecureRandom as the random bit source.

Users wishing to indicate DSA-specific parameters, and to generate a key pair suitable for use with the DSA algorithm typically

Get a key pair generator for the DSA algorithm by calling the KeyPairGenerator getInstance method with "DSA" as its argument.

Initialize the generator by casting the result to a DSAKeyPairGenerator and calling one of the initialize methods from this DSAKeyPairGenerator interface.

Generate a key pair by calling the generateKeyPair method from the KeyPairGenerator class.

Note: it is not always necessary to do do algorithm-specific initialization for a DSA key pair generator. That is, it is not always necessary to call an initialize method in this interface. Algorithm-independent initialization using the initialize method in the KeyPairGenerator interface is all that is needed when you accept defaults for algorithm-specific parameters.

Note: Some earlier implementations of this interface may not support larger sizes of DSA parameters such as 2048 and 3072-bit.

An interface to an object capable of generating DSA key pairs.

The initialize methods may each be called any number
of times. If no initialize method is called on a
DSAKeyPairGenerator, the default is to generate 1024-bit keys, using
precomputed p, q and g parameters and an instance of SecureRandom as
the random bit source.

Users wishing to indicate DSA-specific parameters, and to generate a key
pair suitable for use with the DSA algorithm typically



Get a key pair generator for the DSA algorithm by calling the
KeyPairGenerator getInstance method with "DSA"
as its argument.

Initialize the generator by casting the result to a DSAKeyPairGenerator
and calling one of the
initialize methods from this DSAKeyPairGenerator interface.

Generate a key pair by calling the generateKeyPair
method from the KeyPairGenerator class.



Note: it is not always necessary to do do algorithm-specific
initialization for a DSA key pair generator. That is, it is not always
necessary to call an initialize method in this interface.
Algorithm-independent initialization using the initialize method
in the KeyPairGenerator
interface is all that is needed when you accept defaults for algorithm-specific
parameters.

Note: Some earlier implementations of this interface may not support
larger sizes of DSA parameters such as 2048 and 3072-bit.
raw docstring

jdk.security.interfaces.DSAParams

Interface to a DSA-specific set of key parameters, which defines a DSA key family. DSA (Digital Signature Algorithm) is defined in NIST's FIPS-186.

Interface to a DSA-specific set of key parameters, which defines a
DSA key family. DSA (Digital Signature Algorithm) is defined
in NIST's FIPS-186.
raw docstring

jdk.security.interfaces.DSAPrivateKey

The standard interface to a DSA private key. DSA (Digital Signature Algorithm) is defined in NIST's FIPS-186.

The standard interface to a DSA private key. DSA (Digital Signature
Algorithm) is defined in NIST's FIPS-186.
raw docstring

jdk.security.interfaces.DSAPublicKey

The interface to a DSA public key. DSA (Digital Signature Algorithm) is defined in NIST's FIPS-186.

The interface to a DSA public key. DSA (Digital Signature Algorithm)
is defined in NIST's FIPS-186.
raw docstring

jdk.security.interfaces.ECKey

The interface to an elliptic curve (EC) key.

The interface to an elliptic curve (EC) key.
raw docstring

jdk.security.interfaces.ECPrivateKey

The interface to an elliptic curve (EC) private key.

The interface to an elliptic curve (EC) private key.
raw docstring

jdk.security.interfaces.ECPublicKey

The interface to an elliptic curve (EC) public key.

The interface to an elliptic curve (EC) public key.
raw docstring

jdk.security.interfaces.RSAKey

The interface to an RSA public or private key.

The interface to an RSA public or private key.
raw docstring

jdk.security.interfaces.RSAMultiPrimePrivateCrtKey

The interface to an RSA multi-prime private key, as defined in the PKCS#1 v2.1, using the Chinese Remainder Theorem (CRT) information values.

The interface to an RSA multi-prime private key, as defined in the
PKCS#1 v2.1, using the Chinese Remainder Theorem
(CRT) information values.
raw docstring

jdk.security.interfaces.RSAPrivateCrtKey

The interface to an RSA private key, as defined in the PKCS#1 standard, using the Chinese Remainder Theorem (CRT) information values.

The interface to an RSA private key, as defined in the PKCS#1 standard,
using the Chinese Remainder Theorem (CRT) information values.
raw docstring

jdk.security.interfaces.RSAPrivateKey

The interface to an RSA private key.

The interface to an RSA private key.
raw docstring

jdk.security.interfaces.RSAPublicKey

The interface to an RSA public key.

The interface to an RSA public key.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close